Skip to content

watoki/stores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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