Bidhan (stands for Because I Don't Have a Name) is a mini PHP Framework with focus to beautify code. Suitable for personal project and other simple web application. I personally telling you to do not use this for big and expensive project due to I didn't concern to security and performance issue.
Clone this repository into your local machine
git clone https://github.com/haloriyan/bidhan
Run PHP built-in server inside public/
folder
php -S localhost:{PORT} -t public/
and make sure your BASE_URL
value in .env
has same port as you used while starting server
I have created documentation for every helper, either you willing to read it or not.
- Auth
- Basic Function
- Controller
- Database (Query Builder, Relationship, and Pagination)
- Deployment
- File Storage
- Mailing
- Middleware
- Migration
- Request
- Routes
- Validation
But if you can't find some information that you need to do, or you didn't get it yet, feel free to ask to me question.
Contribute and join into open-source community by reporting some issues that appears in fresh installation and/or when you developping an application. Send me an email to riyan.satria.619@gmail.com to report any issues.
Bidhan is open-sourced software licensed under the MIT license.