OZ member since: Dec 04, 2012

OZ's packages

  • PHP

    jamm/autoload

    Class to organize autoloading by PHP naming conventions and PSR-0 standard

  • PHP

    jamm/datamapper

    Map objects to storage (MySQL or Redis), without relations mapping

  • PHP

    jamm/errorhandler

    Module for handling errors and uncaught exceptions (*ErrorHandler*), logging them in memory-storage (*ErrorLogger*) and notice admin about them (*MessageSender*). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexpected process termination when memory limit is reached.

  • PHP

    jamm/http

    Objects to easy manipulate by HTTP-requests and responses

  • PHP

    jamm/memory

    Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.

  • PHP

    jamm/mvc

    Tiny base frame for MVC-designed projects

  • PHP

    jamm/redis-dashboard

    Simple tool to see what is in your Redis

  • PHP

    jamm/tasks

    Simple way to manage delayed execution in PHP scripts

  • PHP

    jamm/tester

    Unit-testing module (better than PHPUnit)