Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aphiria/router
[READ-ONLY] A framework-agnostic routing library
https://github.com/aphiria/router
php routing
Last synced: 3 months ago
JSON representation
[READ-ONLY] A framework-agnostic routing library
- Host: GitHub
- URL: https://github.com/aphiria/router
- Owner: aphiria
- License: mit
- Created: 2016-12-23T23:22:43.000Z (almost 8 years ago)
- Default Branch: 1.x
- Last Pushed: 2023-09-24T17:29:02.000Z (about 1 year ago)
- Last Synced: 2024-07-19T03:49:57.307Z (4 months ago)
- Topics: php, routing
- Language: PHP
- Homepage: https://www.aphiria.com
- Size: 529 KB
- Stars: 27
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Router
> **Note:** This library is not stable yet.
## Installation
This library can be installed via [Composer](https://getcomposer.org/download/):
```php
composer require aphiria/router:^1.0@dev
```## Documentation
Full documentation is available here.