Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 473 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 473 Bytes

stores Build Status

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