ganbarodigital / php-mv-datastore-client
dev-develop
2017-04-11 09:00 UTC
Requires
- php: >= 5.5
Requires (Dev)
- couscous/couscous: dev-develop
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2024-11-10 04:17:20 UTC
README
Introduction
The Datastore Client is an easy-to-use, high performance alternative to legacy ORM solutions. If you like, it's an anti-ORM for anyone who doesn't want to use an ORM. You can drop this package into your own project to save you time and effort.
Installation
Run this command to add this library to your composer.json
file:
composer require ganbarodigital/php-mv-datastore-client
Usage
See our docs page for a tutorial and reference documentation.