2017 © Pedro Peláez
 

library fub-api-client

PHP client library for Follow Up Boss service

image

webboy/fub-api-client

PHP client library for Follow Up Boss service

  • Monday, October 16, 2017
  • by webboy
  • Repository
  • 1 Watchers
  • 4 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

FollowUpBoss API Client

PHP api client library for Follow Up Boss service, (*1)

Install

composer require webboy/fub-api-client, (*2)

Configuration

Use .env file to store configuration constants:, (*3)

FUB_API_KEY - Your API key. It can be obtained from FollowUpBoss dashboard., (*4)

FUB_ORIGIN - Origin string for setting up Email Campaigns (emCampaigns)., (*5)

Usage

There are 4 basic methods you can use and they depend on the endpoint. 4 basic methods are:, (*6)

index($query_params)

GET method that will list entities, (*7)

show($id)

GET method that will retrieve data of a single entity. Requires $id to be provided, (*8)

create($data)

POST method that will create an entity using the data provided in the $data parameter, (*9)

update($id,$data)

PUT method that will update the entity identified with $id using data provided in $data parameter, (*10)

remove($id)

DELETE method that will delete the entity identified with $id, (*11)

Example 1

```$xslt $client = new Webboy\FubApiClient\Endpoints\Events(); $query_params['limit'] = 15; $response = $client->index($query_params);, (*12)


Following code will produce an array: ```$xslt array:15 [▼ 0 => array:13 [▼ "id" => 1433 "created" => "2017-09-06T15:29:37Z" "updated" => "2017-09-06T15:29:37Z" "personId" => 373 "message" => "" "description" => "" "noteId" => null "source" => "<unspecified>" "type" => "Viewed Page" "pageTitle" => "Home Page" "pageUrl" => "http://ikstrim.net/dev/godzilla-polish-live/" "pageDuration" => 0 "property" => null ] 1 => array:13 [▶] 2 => array:13 [▶] 3 => array:13 [▶] 4 => array:13 [▶] 5 => array:13 [▶] 6 => array:13 [▶] 7 => array:13 [▶] 8 => array:13 [▶] 9 => array:13 [▶] 10 => array:13 [▶] 11 => array:13 [▶] 12 => array:13 [▶] 13 => array:13 [▶] 14 => array:13 [▶] ]

More documentation

More documentation can be found on official FollowUpBoss webiste., (*13)

https://docs.followupboss.com/reference, (*14)

The Versions

16/10 2017

dev-master

9999999-dev

PHP client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel webboy fub follow up boss

13/10 2017

1.7

1.7.0.0

PHP client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

The Development Requires

webboy fub follow up boss

11/10 2017

1.6.3

1.6.3.0

PHP client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

webboy fub follow up boss

06/10 2017

1.6.2

1.6.2.0

PHP client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

webboy fub follow up boss

06/10 2017

1.6.1

1.6.1.0

PHP client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

webboy fub follow up boss

06/10 2017

1.5

1.5.0.0

PHP client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

webboy fub follow up boss

09/06 2017

1.0.7

1.0.7.0

Laravel 5.x api client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

laravel webboy fub follow up boss

31/05 2017

1.0.6

1.0.6.0

Laravel 5.x api client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

laravel webboy fub follow up boss

31/05 2017

1.0.5

1.0.5.0

Laravel 5.x api client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

laravel webboy fub follow up boss

31/05 2017

1.0.4

1.0.4.0

Laravel 5.x api client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

laravel webboy fub follow up boss

29/03 2017

1.0.1

1.0.1.0

Laravel 5.x api client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

laravel webboy fub follow up boss

28/03 2017

1.0.0

1.0.0.0

Laravel 5.x api client library for Follow Up Boss service

  Sources   Download

MIT

The Requires

 

laravel webboy fub follow up boss