PHPackages                             professionalweb/crm-buffer-lib - 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. professionalweb/crm-buffer-lib

ActiveLibrary[API Development](/categories/api)

professionalweb/crm-buffer-lib
==============================

Library to communicate with CRMBuffer

v0.1.9(6y ago)04.2k1MITPHP

Since Apr 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/SergioMadness/integration-hub-connector)[ Packagist](https://packagist.org/packages/professionalweb/crm-buffer-lib)[ Docs](https://github.com/SergioMadness/crm-buffer-lib)[ RSS](/packages/professionalweb-crm-buffer-lib/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Library to communicate with [CRMBuffer](https://github.com/SergioMadness/crm-buffer) service
============================================================================================

[](#library-to-communicate-with-crmbuffer-service)

Project structure
-----------------

[](#project-structure)

```
Facades/
Interfaces/
Models/
Services/

```

Requirements
------------

[](#requirements)

- PHP 7.1+

Installation
------------

[](#installation)

Add repository to composer.json

```
"repositories": [
    {
      "type": "git",
      "url": "https://github.com/SergioMadness/crm-buffer-lib.git"
    }
]
```

Add the following to the `require` section in your `composer.json` manually:

```
"professionalweb/crm-buffer": "@dev"
```

Run `composer update` afterwards.

Or just execute

```
composer require professionalweb/crm-buffer:@dev
```

Initialization
--------------

[](#initialization)

config/app.php
--------------

[](#configappphp)

```
