PHP code example of bullhorn / fast-rest
1. Go to this page and download the library: Download bullhorn/fast-rest library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
bullhorn / fast-rest example snippets
$loader = new Phalcon\Loader();
$loader->registerNamespaces(array(
'Bullhorn\\FastRest' => '/path/to/bullhorn/fast-rest/Library/'
));
$loader->register();
bash
php composer.phar install