bluemvc / bluemvc
The BlueMvc PHP framework
Installs: 3 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- bluemvc/bluemvc-api: ^3.0
- bluemvc/bluemvc-core: ^3.0
- bluemvc/bluemvc-fakes: ^3.0
- bluemvc/bluemvc-forms: ^3.0
- bluemvc/bluemvc-twig: ^3.0
README
BlueMvc
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.
Requirements
- PHP >= 8.0
Install with Composer
- 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
Documentation
The official documentation is located at bluemvc.com
License
MIT