Skip to content

yogaap24/bidhan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidhan PHP Framework

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.

Installation

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

Learning

I have created documentation for every helper, either you willing to read it or not.

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.

Found a issue?

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.

License

Bidhan is open-sourced software licensed under the MIT license.

About

Mini PHP Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • Other 0.3%