alexeyshockov / tizona

Persistent collections for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tizona. Pesistent Collections for PHP Build Status

Installation

Tizona currently may be installed as submodule for your Git project:

git submodule add git://github.com/alexeyshockov/colada.git vendor/colada
git submodule add git://github.com/alexeyshockov/tizona.git vendor/tizona

or throught Composer:

{
    "require": {
        "alexeyshockov/tizona": "0.1-dev"
    }
}

Usage

Follow project's wiki for usage information and examples.

Detailed API documentation (for current stable release).

Roadmap

  • 0.x — API stabilization.
  • 1.0 — Stable API.
  • 1.x — Other persistent collections (for Doctrine ODM and others).

About

Persistent collections for PHP


Languages

Language:PHP 100.0%