Download the PHP package developersnl/bullhorn-client-bundle without Composer
On this page you can find all versions of the php package developersnl/bullhorn-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download developersnl/bullhorn-client-bundle
More information about developersnl/bullhorn-client-bundle
Files in developersnl/bullhorn-client-bundle
Package bullhorn-client-bundle
Short Description Provides a simple client for the Bullhorn REST API.
License MIT
Informations about the package bullhorn-client-bundle
Bullhorn Client Bundle
Provides a simple client for the Bullhorn REST API.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Add a config\packages\bullhorn_client.yaml
file to set the configuration for this client. The following configuration is required:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
All versions of bullhorn-client-bundle with dependencies
league/oauth2-client Version ^2.5
guzzlehttp/guzzle Version ^7.2
snc/redis-bundle Version ^3.0
psr/simple-cache Version ^1.0
ext-json Version *