sjs / gluephp

A micro-framework written in PHP

Home Page:http://gluephp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glue

Author: Joe Topjian, joe@topjian.net Contributor: Steve Strutt, steve@sjstrutt.com

Glue is a simple PHP class that maps URLs to classes. The concepts are similar to web.py for Python.

Steve's edit removes krsort, which allows the developer to specify the order in which URL patterns are matched. This allows the developer to add a "catchall" at the end, to handle 404 errors.

Information on how to use Glue can be found at http://gluephp.com.

License

Glue is licensed under a BSD license. See LICENSE file for further details.

Pull Requests

Since creating and publishing GluePHP, I have received a lot of patches and pull requests. Each modification is vastly different than the other.

GluePHP is a very simple PHP script and there are an almost infinite amount of modifications and alternative styles that can be applied to it. Because of this, I do not accept patches or pull requests. All patches that I have received have had very good ideas, so I do not think it would be fair to accept some patches and not others (since most are incompatible with each other).

GluePHP is BSD licensed. By all means, fork the code, hack it up as much as you want, and republish it. :)

About

A micro-framework written in PHP

http://gluephp.com/

License:Other


Languages

Language:PHP 100.0%