Note: Usage of this metapackage is deprecated. Please refer to the individual packages in your composer.json file instead.
The BlueMvc PHP framework.
This framework consists of the following packages:
- bluemvc-core - Core functionality.
- bluemvc-fakes - Test-friendly fake core classes.
- bluemvc-twig - Twig content rendering.
- bluemvc-forms - Easy and secure form processing.
- bluemvc-api - REST API building tools.
- PHP >= 8.0
- Install only the core package
$ composer require bluemvc/bluemvc-core
- Install all packages
$ composer require bluemvc/bluemvc-core bluemvc/bluemvc-fakes bluemvc/bluemvc-twig bluemvc/bluemvc-forms bluemvc/bluemvc-api
The official documentation is located at bluemvc.com
MIT