blocks / framework
Blocks is a minimal PHP framework for building web applications
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 16
Type:project
Requires
- illuminate/database: ^6.6
- robmorgan/phinx: ^0.11.1
- dev-master
- 1.0.2
- 1.0.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-6.2.1
- dev-dependabot/npm_and_yarn/socket.io-parser-4.2.1
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/xmlhttprequest-ssl-1.6.3
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.28
- dev-dependabot/composer/illuminate/database-6.20.26
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
This package is auto-updated.
Last update: 2025-03-05 07:09:04 UTC
README
What is Blocks?
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
Learning Blocks
Blocks has an extensive and thorough documentation
Requirements
- PHP version 7.0 or higher
- Composer
- Node.js
Example Application
https://github.com/asadadams/forum
CLI
Blocks also comes with a command-line (CLI) tool which can be found here blocks-cli
Contributing
- 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
Changelog
Todo
- Write tests
License
The Laravel framework is open-sourced software licensed under the MIT license.