Skip to content

rhandyta/badon-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Framework (MVC) BadonFW

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c636f7cd84f6db9189d43a81e5503cda447da73c7e5b6') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
  • PHP > 7.4
sudo apt-get install php7.4-curl

Installation & Running

  1. Clone the repo
git clone https://github.com/rhandyta/badon-fw.git
  1. Clone the repo
cd badon-fw 
cd public

php -S localhost:9999

Authors

  • rhandyta - Developer - rhandyta - rhandyta

Acknowledgements

About

PHP MVC

Resources

Stars

Watchers

Forks

Packages

No packages published