equip / framework
A tiny framework that can start anything.
3.0.0-alpha1
2016-08-16 15:27 UTC
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
This package is auto-updated.
Last update: 2026-06-09 07:37:53 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.