jougene / micro-framework

Custom micro PHP-framework for learning purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Micro Framework.

Thats some framework, made by laracasts lessons for learning purposes.

It has only basic features:

  • work with database (select-all and inserts queries, connection to database),
  • router class with GET and POST methods
  • request class with wrapper over URI and METHOD server variables
  • app container stores config and database configuration
  • class autoloader by composer
  • basic MVC folders structure (actually without models)

About

Custom micro PHP-framework for learning purposes.


Languages

Language:PHP 86.9%Language:Nginx 13.1%