THIS FRAMEWORK IS NO LONGER MAINTAINED. AFTER 15 YEARS OF USE , I'M SLOWLY MIGRATING TO LARAVEL
Pry Framework
===
Another PHP 5 Framework. Require at least PHP 5.3
Installation
Via composer :
"repositories": [
{
"type": "vcs",
"url": "https://github.com/grunk/Pry"
}
],
"require": {
"pry/pry" : "@dev"
}```