wdonadelli / phpDriver

Tool written in PHP to define navigation routes from a configurable structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driver

It is a PHP library with the purpose of managing navigation routes from the URL using a pre-defined configuration structure and a constructor object.

By adjusting the configuration structure, it is possible to create free routes (without password) or restricted routes (with password); set maximum time between navigation; and add trigger for changing routes and checking authentication and access.

The page to be displayed is defined through an identifier contained in the URL that will establish the route to the target file, without displaying its path.

Authentication, access checking and route redirection are external functions, defined by the developer, which are called at certain moments of navigation that will subsidize the decision on the route to be taken.

It is up to the developer to establish security regarding access to files and application data, it is up to the library only to indicate the route to be taken as configured.

The tool is activated through the object named Driver.

About

Tool written in PHP to define navigation routes from a configurable structure.

License:MIT License


Languages

Language:CSS 55.2%Language:PHP 43.1%Language:Hack 1.6%