watoki / stores
PHP library for storing data.
v0.4
2016-02-17 17:29 UTC
Requires
- php: >=5.4
- watoki/collections: *
- watoki/reflect: *
Requires (Dev)
- watoki/scrut: *
This package is not auto-updated.
Last update: 2026-02-24 09:24:20 UTC
README
stores is a simple storage library for PHP.
Installation
To add stores to your project with composer
composer require watoki/stores
To install stores as a stand-alone project you can use
git clone https://github.com/watoki/stores.git
cd stores
composer install
vendor/bin/scrut