2017 © Pedro Peláez
 

library fields-mongodb

MongoDB storage adapter for back-2-95/fields

image

back-2-95/fields-mongodb

MongoDB storage adapter for back-2-95/fields

  • Tuesday, February 23, 2016
  • by back-2-95
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

back-2-95/fields-mongodb

MongoDB storage adapter for back-2-95/fields, (*1)

Travis CI, (*2)

What should this library do?

  • Use MongoDb for storing Entities handled by \BackTo95\Fields API (create own storage adapter for it)

API

Create API and set MongoDB storage:, (*3)

$api = new \BackTo95\Fields\Api();
$client = new \MongoDB\Client;
$storage = new \BackTo95\Fields\MongoDb\MongoDbStorage($client, 'database', 'collection');
$api->setStorage($storage);

The Versions

23/02 2016

dev-master

9999999-dev https://github.com/back-2-95/php-mongodb-crud

MongoDB storage adapter for back-2-95/fields

  Sources   Download

The Requires

 

The Development Requires

by Marko Korhonen