braghim-sistemas / suitup-php
Legendary web applications with empowered productivity
Requires
- php: >=7.2
- ext-json: *
- laminas/laminas-validator: ^2
Requires (Dev)
- php-coveralls/php-coveralls: ^v2
- phpunit/phpunit: ^8.0
Suggests
- phpmailer/phpmailer: Not implemented in framework itself, but helps a lot and it's very simple.
- verot/class.upload.php: If you need to manipulate uploads.
README
Legendary web applications
Composer
composer require braghim-sistemas/suitup-php ^2
Getting Started
PHP Documentation
You can find all documentation in the Official docs. We are trying to keep that as up to date as code itself, but hope you understand that it may not be always the reality...
Legendary Web Applications While you write the code for an application there is a lot of code you probably will use again and again and will have to copy for another application in future. Because of this, someone too smarty for whon we have to congrats a lot, created a project which works as a structure (just like a wireframe) with a lot of features you only have to use. With this project is possible to create whatever kind of web application quickly and it's just awesome!
SuitUp is a PHP* OOP** framework which helps you to do what you have to do quickly, it's focused on productivity without forget about security and good practices.
* Works on PHP applications based
** OOP - Object-oriented programming where programming projects works with objects concepts.
Modules
You can write different and separate applications in the same project which will be accessed just changing the base URL.
MVC
It means, roughly, that you will write PHP and HTML separate and all logic is organized to make a more readable and easy maintainer project
Why we keep this project?
At the start, we created this project just for personal use, because the usual frameworks wasn't giving us the speed and facility we expected from a framework PHP. We just want to create a web project as quick as possible. So we created SuitUp, a framework which you can create your web project truly fast and everything is really patterned. We are really happy and satisfied with the results we got with SuitUp yet here.
Try it you too, awesome web projects with SuitUp PHP Framework! Now in version 2!!
Contributors
Everyone is welcome to contribute with SuitUp PHP Framework. Just fork it, make your changes as minimal as possible and create a pull request. We ask to create minimal changes because by this way it's easier to merge your request to the project in approve case.
Thanks to
JetBrains that gave us a free license of PHPStorm to maintain this project and develop with maximum productivity.
Made with love by Braghim Sistemas.