bowphp / app
The bow PHP Framework
Requires
- php: ^8.2
- ext-curl: *
- ext-ftp: *
- ext-pdo: *
- ext-redis: *
- bowphp/framework: ^5.3
- bowphp/policier: ^3.0
Requires (Dev)
- monolog/monolog: ^1.22
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
Suggests
- papac/bow-blade: For using Blade template engine
- twig/twig: For using Twig template engine
This package is auto-updated.
Last update: 2026-06-14 09:19:29 UTC
README
Bow Framework
The simple way to create the web app The bowphp is a PHP Framework, written by Franck DAKIA and several other contributors.
The goal is to allow beginners who want to work on a more significant project to get started and understand the workings of collaborative development. And make this framework a reference in the PHP community around the world.
Do not hesitate to start now with the documentation.
Prerequisites
You must make sure the following items are installed on your machine.
- PHP >= 8.2
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- XML PHP Extension
- JSON PHP Extension
Bow Sponsors
We would like to extend our thanks to the following sponsors for funding Bow Framework development. If you are interested in becoming a sponsor, please contact Franck DAKIA:
Contributing
Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Please, if there is a bug on the project contact me by email or leave me a message on Telegram
