queued / mavis
Simple full-stack PHP framework built on top of Slim
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^5.5 || ^7.0
- ext-json: *
- ext-mcrypt: *
- ext-pcre: *
- alexshelkov/simpleacl: 2.*
- evenement/evenement: ~2.0
- monolog/monolog: 1.17.*
- oscarotero/psr7-middlewares: *
- pagekit/razr: dev-master
- slim/csrf: *
- slim/flash: dev-master
- slim/http-cache: *
- slim/slim: ^3.0
This package is auto-updated.
Last update: 2025-01-29 05:33:19 UTC
README
Simple PHP framework, where Slim goes full-stack. 👾
Disclaimer
Note: This is a work in progress and should not be used (yet) for production systems. The project is currently in early alpha stage. Check back later.
Requirements
- Composer
- PHP 5.5.+ with
- JSON Extension
- PCRE Extension
- MCrypt Extension
- Web server running eighter
- Apache 2.2+
- Nginx (on it's way)
Installation
Composer
Just run: $ composer create-project queued/mavis <dir> dev-master -o
Note that
<dir>
is where the project will be installed.
Regular installation
If you are looking for an easier way to install Mavis, just download the latest version from here. Extract the .zip
file you just downloaded and deploy to your server.
Contributing
You can find a detailed contribution guide in this contribution guide.
Versioning
Mavis is maintained by using the Semantic Versioning Specification.
License
Mavis has been released under the MIT License.