Blocks is a very minimal PHP framework for building web applications. So why another PHP framework? Why not use the other frameworks available? I found that most frameworks are too large and contain too many dependencies or might be too micro and will have to install other dependencies. So with me not liking to work with most PHP frameworks , I decided to develop a minimal framework which is not too large and not too small either.
https://packagist.org/packages/blocks/framework
Blocks has an extensive and thorough documentation
- PHP version 7.0 or higher
- Composer
- Node.js
https://github.com/asadadams/forum
Blocks also comes with a command-line (CLI) tool which can be found here blocks-cli
- Fork it (https://github.com/asadadams/blocksmvc/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Write tests
The Laravel framework is open-sourced software licensed under the MIT license.