Webisters Routing Library This library is designed for reuse in Composer-based PHP applications.
- Routing-related components to map requests to application behavior.
- Reusable PHP components intended for integration into larger applications.
- Clean interfaces and extension points to support maintainable implementations.
composer require webisters/routing- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
- Guide: https://docs.webisters.com/guides/libraries/routing/
- Package: https://webisters.com/packages/routing
If you're building a full Webisters application, install the framework meta-package:
composer require webisters/frameworkcomposer install
vendor/bin/phpunitFollow consistent coding style and run available linters before opening pull requests.
- Issues: https://github.com/webisters/routing/issues
- Source: https://github.com/webisters/routing
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
MIT