watoki / stores
PHP library for storing data.
Installs: 2 903
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- watoki/collections: *
- watoki/reflect: *
Requires (Dev)
- watoki/scrut: *
This package is not auto-updated.
Last update: 2024-11-05 03:08:06 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