rusmvb / php-authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Authorization

An example of the authorization feature implemented with PHP.

It uses:

  • Slim for routing
  • Twig for rendering
  • PDO for database connections
  • Composer for autoload

Configuration

Make sure to provide your database credentials in the config/database.php file.

About


Languages

Language:PHP 71.6%Language:Twig 28.4%