Parable PHP
Parable PHP intends to write light-weight PHP libraries that fulfill the most used functionality of and bundle into a framework.
Pinned Repositories
console
Parable Console helps build php terminal applications.
di
Parable DI is a no-nonsense dependency injection container.
event
Parable Event is a straightforward and minimalist event system.
framework
Parable PHP Framework
getset
Parable GetSet allows for clean and intuitive handling of global variables such as $_GET and $_SERVER using value collections, in addition to resource objects with their own scope.
http
Parable HTTP is a minimalist HTTP library used to receive requests and send responses.
orm
Parable ORM is a light-weight repository-pattern based ORM.
query
Parable Query is a relatively simple but easy to implement MySql query builder.
routing
Parable Routing is a fast, intuitive url routing library.
Parable PHP's Repositories
parable-php/framework
Parable PHP Framework
parable-php/di
Parable DI is a no-nonsense dependency injection container.
parable-php/event
Parable Event is a straightforward and minimalist event system.
parable-php/orm
Parable ORM is a light-weight repository-pattern based ORM.
parable-php/console
Parable Console helps build php terminal applications.
parable-php/http
Parable HTTP is a minimalist HTTP library used to receive requests and send responses.
parable-php/routing
Parable Routing is a fast, intuitive url routing library.
parable-php/getset
Parable GetSet allows for clean and intuitive handling of global variables such as $_GET and $_SERVER using value collections, in addition to resource objects with their own scope.
parable-php/query
Parable Query is a relatively simple but easy to implement MySql query builder.