Skip to content

hellogerard/pox-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pox

Pox is (yet another) PHP MVC web framework with the following features.

  • Built-in caching layer transparently caches business objects to a global, shared memory (memcached, eaccelerator, APC, etc).
  • Data is lazily-loaded enabling objects to be instantiated without hitting the database.
  • Collections of objects are automatically handled and lazily loaded as the data is paged.
  • Also has a nifty job manager that manages multiple offline jobs with a single cron job and plain text configuration files.

see main project page at http://www.straylightrun.net/pox-php.


Pox includes some or all of the following open-source software:

see LICENSE for copyright and license info

About

A PHP MVC web framework with a caching layer designed to cache business objects to global, shared memory to boost performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published