sparkphp / spark
A tiny framework that can start anything.
Installs: 960
Dependents: 4
Suggesters: 0
Security: 0
Stars: 83
Watchers: 18
Forks: 10
Open Issues: 3
Requires
- php: >=5.5.0
- arbiter/arbiter: ^0.1
- destrukt/destrukt: ^0.7.1
- filp/whoops: ^1.1
- nikic/fast-route: ^0.7
- rdlowrey/auryn: ^1.1
- relay/middleware: ^0.1
- relay/relay: ^1.1
- sparkphp/adr: ^0.4
- willdurand/negotiation: ^2.0
- zendframework/zend-diactoros: ^1.0.4
Requires (Dev)
- josegonzalez/dotenv: ^1.2
- league/plates: ^3.1
- phpunit/phpunit: ^4.8|^5.0
- satooshi/php-coveralls: ^1.0
Suggests
- josegonzalez/dotenv: For environment based configuration loading
- league/plates: For simple HTML templates written in PHP
This package is not auto-updated.
Last update: 2015-12-31 22:26:20 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-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.