ekwachie / inna-framework
A PHP minimal framework which allows you to control every bit of it.
1.3.0
2025-03-26 09:29 UTC
Requires
- php: >=8.0
- phpmailer/phpmailer: ^6.8
- twig/string-extra: ^3.3
- twig/twig: ^3.0
- vlucas/phpdotenv: ^5.4
README
INNA: A PHP minimal framework which allows you to control every bit of it. Special thanks to our Payperlez Team working on this.
HOW TO USE
- Install composer globally. Do the following on a Linux. Visit here for windows.
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" $ php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" $ php composer-setup.php $ php -r "unlink('composer-setup.php');" $ mv composer.phar /usr/local/bin/composer
- Create a new project using composer.
$ composer create-project ekwachie/inna-framework [project_name] -s stable
- Create migrations
$ ./migrations add table_name column:type column:type ...
- Apply migrations
$ ./migrations update
- Built With [ List of applications using INNA PHP FRAMEWORK ]
1. myblogpay.com
Todo
- Work on database migrations [ Alter tables etc ]
- Work on a css framework like bootstrap with predefined components