alexeyshockov / tizona
This package is abandoned and no longer maintained.
No replacement package was suggested.
Persistent collections for PHP
v0.1.0
2013-05-08 07:33 UTC
Requires
- php: >=5.3.2
- alexeyshockov/colada: dev-master
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2020-01-15 13:47:40 UTC
README
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).