Skip to content

secure73/gemFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemFramework

super light php Framwork based on Gemvc Library

Require .env with following data in app folder:

DB_HOST=localhost DB_PORT=3306 DB_NAME=db_name DB_CHARSET=utf8 DB_USER=db_username DB_PASSWORD='' TOKEN_ISSUER='' QUERY_LIMIT=10

TOKEN_SECRET='secret for your token' TOKEN_ISSUER='MyCompany' REFRESH_TOKEN_VALIDATION_IN_SECONDS=43200 ACCESS_TOKEN_VALIDATION_IN_SECONDS=1200

SERVICE_IN_URL_SECTION=2 METHOD_IN_URL_SECTION=3

please remember to create index.php as follows :

load(__DIR__.'/app/.env'); $webserver = new ApacheRequest(); $bootstrap = new Bootstrap($webserver->request);

About

super light php Framwork based on Gemvc Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages