PHPackages                             jrshah/laravel4pipedrive - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jrshah/laravel4pipedrive

ActiveLibrary[API Development](/categories/api)

jrshah/laravel4pipedrive
========================

v0.8(12y ago)22.7k1PHPPHP &gt;=5.3.0

Since May 1Pushed 11y ago3 watchersCompare

[ Source](https://github.com/jrshah/laravel4pipedrive)[ Packagist](https://packagist.org/packages/jrshah/laravel4pipedrive)[ RSS](/packages/jrshah-laravel4pipedrive/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

PipeDrive for Laravel 4
=======================

[](#pipedrive-for-laravel-4)

Its client api to access data from pipedrive

### Installation

[](#installation)

Include laravel4pipedrive as a dependency in composer.json:

```
"jrshah/laravel4pipedrive": "0.*"

```

Run `composer install` to download the dependency.

Add the ServiceProvider to your provider array within `app/config/app.php`:

```
'providers' => array(

    'Jrshah\Laravel4pipedrive\Laravel4pipedriveServiceProvider'

)

```

Finally, publish the configuration files via `php artisan config:publish jrshah/laravel4pipedrive`.

### Configuration

[](#configuration)

Once you have published the configuration files, you can set your API Token, Url and Version in `app/config/packages/jrshah/laravel4pipedrive/config.php`:

```
