alexeyshockov / tizona
Persistent collections for PHP
Installs: 275
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexeyshockov/tizona
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).