Plinth
Plinth is a small open source PHP Framework., (*1)
At the moment there's no documentation present, but I'll try to add it as soon as possible., (*2)
How to use
Composer
You need to add Plinth to your composer.json., (*3)
{
"require": {
"plinth/plinth": "~0.2"
},
"scripts" : {
"post-install-cmd" : "PlinthScripts\\ComposerHandler::initProject"
}
}
Afterwards if you want to create a new Plinth project run:, (*4)
php composer.phar install
Plinth will create the necessary project files to start your web app., (*5)
Requirements
Contributing
If you want to contribute code please fork this repository and create a pull request to merge your changes.
Your changes will be reviewed and merged afterwards if approved by the repository maintainers., (*6)
License
MIT License, (*7)