2017 © Pedro Peláez
 

symfony-bundle tulip-api-bundle

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

image

connectholland/tulip-api-bundle

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

  • Thursday, March 1, 2018
  • by niels-nijens
  • Repository
  • 6 Watchers
  • 0 Stars
  • 3,079 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

TulipAPIBundle

Latest version on Packagist Software License ![Scrutinizer Code Quality][icon-quality] ![Build Status][icon-build] [Code Coverage][link-coverage], (*1)

Tulip API integration for Symfony Framework version and 3.3, 3.4 and 4., (*2)

Installation using Composer

Run the following command to add the package to the composer.json of your project:, (*3)

``` bash $ composer require connectholland/tulip-api-bundle, (*4)


### Enable the bundle Enable the bundle in the kernel: ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new ConnectHolland\TulipAPIBundle\TulipAPIBundle(), // ... ); }

Configure the bundle

Add the following configuration to your config.yml file:, (*5)

``` yml, (*6)

app/config/config.yml

Tulip API Configuration

tulip_api: url: %tulip_api_url% client_id: %tulip_api_client_id% shared_secret: %tulip_api_shared_secret% objects: ~, (*7)


#### Mapping Doctrine entities to Tulip API services By default the bundle uses the short name of the entity as service name. When you need to change this behavior for an entity, you can define a mapping by adding the FQCN to `tulip_api.objects`: ``` yml # app/config/config.yml tulip_api: objects: - {name: AppBundle\Entity\Profile, service: contact}

Usage

..., (*8)

Credits

Also see the list of contributors who participated in this project., (*9)

License

This package is licensed under the MIT License. Please see the LICENSE file for details., (*10)

The Versions

01/03 2018

dev-master

9999999-dev

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/03 2018

1.2.3

1.2.3.0

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/03 2018

1.2.2

1.2.2.0

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/02 2018

1.2.1

1.2.1.0

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

21/02 2018

1.2.0

1.2.0.0

Tulip API integration for Symfony Framework version 3.3, 3.4 and 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/02 2017

1.1.x-dev

1.1.9999999.9999999-dev

Tulip API integration for Symfony Framework version 2.8 and 3.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/02 2017

1.1.0

1.1.0.0

Tulip API integration for Symfony Framework version 2.8 and 3.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/01 2017

1.0.x-dev

1.0.9999999.9999999-dev

Tulip API integration for Symfony 3+.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/01 2017

1.0.0

1.0.0.0

Tulip API integration for Symfony 3+.

  Sources   Download

MIT

The Requires

 

The Development Requires