Skip to content

stationer/Graphite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphite

Graphite is a Simple MVC web-application framework

Usage

Basic Graphite invocation:

Stationer\Graphite\Runtime::getInstance()->main();

In your HTTPD config or .htaccess

RewriteEngine on

##for passing request to the Controller
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+) /index.php?_path=$1 [QSA,L]

About

A simple MVC framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%