• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Nov-2021-

src/H26-Nov-2021-297203

CHANGELOG.mdH A D26-Nov-2021707 2817

LICENSE.mdH A D26-Nov-20211.1 KiB2219

README.mdH A D26-Nov-2021570 3017

composer.jsonH A D26-Nov-20211.5 KiB6261

README.md

1# uri-template
2
3**THIS PACKAGE IS STILL UNDER DEVELOPMENT** if you use it make sure you lock into a specific version.
4
5## Install
6
7Via Composer
8
9``` bash
10$ composer require guzzlehttp/uri-template
11```
12
13## Change log
14
15Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
16
17## Testing
18
19``` bash
20$ make test
21```
22
23## Security
24
25If you discover any security related issues, please email security@guzzlephp.org instead of using the issue tracker.
26
27## License
28
29The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
30