equip / framework
A tiny framework that can start anything.
Installs: 151 966
Dependents: 4
Suggesters: 0
Security: 0
Stars: 118
Watchers: 20
Forks: 27
Open Issues: 2
Requires
- php: >=5.5
- equip/config: ^1.0.2
- equip/structure: ^1.0
- filp/whoops: ^2.0
- lukasoppermann/http-status: ^2
- nikic/fast-route: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.0
- rdlowrey/auryn: ^1.1
- relay/middleware: ^1.0
- relay/relay: ^1.1
- willdurand/negotiation: ^2.0
Requires (Dev)
- josegonzalez/dotenv: ^2.0
- league/plates: ^3.1
- monolog/monolog: ^1.19
- zendframework/zend-diactoros: ^1.0.4
Suggests
- josegonzalez/dotenv: For environment based configuration loading
- league/plates: For simple HTML templates written in PHP
- monolog/monolog: For a simple logging implementation of PSR-3
- dev-master
- 3.0.0-alpha1
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.1
- 0.15.0
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.1
- 0.12.0
- 0.11.1
- 0.11.0
- 0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.4
- v0.1.2
- v0.1.0
- dev-hotfix/2.1.1
- dev-dev
- dev-legacy-1.0
- dev-hotfix/middleware-interface-implementation
This package is auto-updated.
Last update: 2024-10-09 04:02:34 UTC
README
A tiny and powerful PHP micro-framework created and maintained by the engineering team at When I Work.
Attempts to be PSR-1, PSR-2, PSR-3, PSR-4 and PSR-7 compliant. Also uses the ADR pattern. You should too!
To get started, check out the documentation. There's also a sample project that shows the best way to use this framework and is a quick way to start a new project.