Skip to content

gitanz/php_microframework

Repository files navigation

microframework for api
test api requests are @ hello.http file
composer update
  • Tested on APACHE PHP 7.4

  • basic app workflow

  1. routes.php has routes registered
  2. matches to give controller@method
  3. method can be injected with FormRequests which processes validation
  • laravel inspired
<VirtualHost glofox.local:80>
	ServerName http://glofox.local
	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/glofox
        
        <Directory "/var/www/glofox">
                AllowOverride All
                order allow,deny
                allow from all
        </Directory>
	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages