2017 © Pedro Peláez
 

library api-platform-mongodb-bundle

API Platform MongoDB Integration

image

talaka/api-platform-mongodb-bundle

API Platform MongoDB Integration

  • Wednesday, October 19, 2016
  • by fliak
  • Repository
  • 3 Watchers
  • 2 Stars
  • 129 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

API Platform MongoDB Integration

This bundle provides a simple integration of the Doctrine MongoDB into API Platform framework., (*1)

Installation

Install the latest version with, (*2)

$ composer require talaka/api-platform-mongodb-bundle

Register the bundle in app/AppKernel.php:, (*3)

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ..., (*5)

    new Talaka\APIPlatform\MongoDBBundle\TalakaAPIPlatformMongoDBBundle(),
);

}, (*6)


Configure --------- `app/config/schema.yml` ``` yaml annotationGenerators: - Talaka\APIPlatform\MongoDBBundle\AnnotationGenerator\DoctrineMongoDBAnnotationGenerator namespaces: entity: AppBundle\Document # The default namespace for documents,

Usage

$ bin/schema generate-types src/ app/config/schema.yml

License

The TalakaAPIPlatformMongoDBBundle is licensed under the MIT license., (*7)

The Versions

19/10 2016

dev-master

9999999-dev

API Platform MongoDB Integration

  Sources   Download

MIT

The Requires

 

by Andrei Meshchanchuk