spiffy / spiffy-framework
This package is abandoned and no longer maintained.
No replacement package was suggested.
Spiffy\Framework is a full-stack framework for PHP built from light weight components and 100% HHVM compatible.
1.0.0-alpha
2014-07-17 03:32 UTC
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.