zaphpa / zaphpa
Intuitive, flexible and powerful HTTP router.
Installs: 155 659
Dependents: 0
Suggesters: 0
Security: 0
Stars: 89
Watchers: 13
Forks: 27
Open Issues: 7
Requires
- php: >=5.3.0
Requires (Dev)
- inadarei/restagent: ^2.2.1
- phpunit/phpunit: ~4.1.4
This package is not auto-updated.
Last update: 2024-09-25 11:30:00 UTC
README
Installing Zaphpa with Composer
Add zaphpa/zaphpa
to your composer.json
.
{
"require": {
"zaphpa/zaphpa": "^2.1.1"
}
}
Full Documentation: http://zaphpa.org
If, for whatever reason, you are looking for older version (1.x) of Zaphpa you can download it from: https://github.com/zaphpa/zaphpa/releases/tag/1.2.2 (not recommended).
Maintainers
- Irakli Nadareishvili (inadarei)
- John Nelson (johnymonster)
History
First major user of Zaphpa, in production, was NPR's API. Zaphpa hugely benefited from this use through meticulous bug-fixing, various contributions and overall creativity of the wonderful NPR software teams.
Zaphpa is now used by a variety of organizations worldwide. If you use Zaphpa and want to be listed here, please open a pull request.
License & Credits
Released under the MIT open source license. See LICENSE for details.
The predecessor to Zaphpa was originally created by Ioseb Dzmanashvili. Project was later adopted and iterated upon by Irakli Nadareishvili.