spiffy / spiffy-framework
Spiffy\Framework is a full-stack framework for PHP built from light weight components and 100% HHVM compatible.
Installs: 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/spiffy/spiffy-framework
Requires
- php: >=5.4
- spiffy/spiffy-dispatch: ~1.0-alpha
- spiffy/spiffy-event: ~1.0.1
- spiffy/spiffy-inject: ~1.0-alpha
- spiffy/spiffy-package: ~1.0-alpha
- spiffy/spiffy-route: ~1.0-alpha
- spiffy/spiffy-view: ~1.0-alpha
- spiffy/spiffy-view-twig: ~1.0-alpha
- symfony/console: ~2.4
- symfony/finder: ~2.4
- symfony/http-foundation: ~2.4
Requires (Dev)
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 12:35:42 UTC
README
Build status for components can be found in the Wiki or on each components README.
Installation
See the wiki installation documentation.
Components
See the wiki component documentation.
Documentation
SpiffyFramework documentation can be found in the wiki.
Credits
- Actions were primarily inspired by @pmjones and his ADR: A Tentative MVC Refinement post.
- The core application architecture is heavily inspired by ZF2's MVC layer.