thephpleague / uri-src

URI manipulation Library

Home Page:https://uri.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uri-src

Build Software License

The uri-src is the monorepo which enables the development of the different league uri related packages:

System Requirements

To contribute to the package development you are required to have your code tested with the following requirements:

  • PHP >= 8.1 but the latest stable version of PHP is recommended
  • The ext-intl
  • The ext-fileinfo

Documentation

Full documentation can be found at uri.thephpleague.com.

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CODE OF CONDUCT for details.

Testing

The library has a :

  • a PHPUnit test suite
  • a coding style compliance test suite using PHP CS Fixer.
  • a code analysis compliance test suite using PHPStan.

To run the tests, run the following command from the project folder.

$ composer test

Security

If you discover any security related issues, please email nyamsprod@gmail.com instead of using the issue tracker.

Credits

Attribution

The UriTemplate class is adapted from the Guzzle 6 project.

License

The MIT License (MIT). Please see License File for more information.

About

URI manipulation Library

https://uri.thephpleague.com

License:MIT License


Languages

Language:PHP 100.0%