I like project philosophy, I don't want to change it.
Actually PSR is not necessary. I just like to use gluephp in my project through composer dependency manager. How to turn it possible? Easy, two steps.
First: add composer.json in root directory
{
"name": "gluephp/gluephp",
"type": "library",
"description": "Glue is a PHP micro-framework. It provides one simple service: to maps URLs to Classes.",
"keywords": ["microframework", "router"],
"homepage": "http://gluephp.com/",
"license": "BSD-4-Clause",
"authors": [
{ "name": "Joe Topjian", "email": "j...@topjian.net" }
],
"require": { "php": ">=5.2.0" },
"autoload": { "files": { "glue.php" } }
}
Second
add this URL
https://github.com/jtopjian/gluephp.git in main repository Packagist
https://packagist.org/packages/submit... you guys can see, i don't check this forum frequently, mail me for any issue
good luck