2017 © Pedro Peláez
 

library util-zendesk-bundle

Used for integrating with the Zendesk API

image

pm/util-zendesk-bundle

Used for integrating with the Zendesk API

  • Wednesday, December 4, 2013
  • by derekclapham
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Using composer, (*1)

Simply run assuming you have installed composer.phar or composer binary:, (*2)

``` bash $ composer require pm/util-zendesk-bundle, (*3)


### B) Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new PM\Util\ZendeskBundle\PMUtilZendeskBundle, ); }

That's it!

Step 2: Adding configuration

A) Add the required configuration parameters to config.yml

yaml pm_util_zendesk: api_url: <the zendesk url for your account> api_key: <your zendesk api key> api_user: <your zendesk api user>, (*4)

Finished

The Versions

04/12 2013

dev-master

9999999-dev https://github.com/derekclapham/PMUtilZendeskBundle

Used for integrating with the Zendesk API

  Sources   Download

MIT

The Requires

 

by Derek Clapham

api zendesk

04/12 2013

1.0.0

1.0.0.0 https://github.com/derekclapham/PMUtilZendeskBundle

Used for integrating with the Zendesk API

  Sources   Download

MIT

The Requires

 

by Derek Clapham

api zendesk

18/06 2013

dev-develop

dev-develop https://github.com/derekclapham/PMUtilZendeskBundle

Used for integrating with the Zendesk API

  Sources   Download

MIT

The Requires

 

by Derek Clapham

api zendesk

28/02 2013

0.1.1

0.1.1.0 https://github.com/derekclapham/PMUtilZendeskBundle

Used for integrating with the Zendesk API

  Sources   Download

MIT

The Requires

 

by Derek Clapham

api zendesk

28/02 2013

0.1.0

0.1.0.0 https://github.com/derekclapham/PMUtilZendeskBundle

Used for integrating with the Zendesk API

  Sources   Download

MIT

The Requires

 

by Derek Clapham

api zendesk