2017 © Pedro Peláez
 

library buuyers-api-php

Buuyers API client built on top of Guzzle

image

buuyers/buuyers-api-php

Buuyers API client built on top of Guzzle

  • Tuesday, August 30, 2016
  • by mehdi-dridi
  • Repository
  • 2 Watchers
  • 0 Stars
  • 124 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

buuyers-api-php

Installation

Using Composer:, (*1)

{
    "require": {
      "buuyers/buuyers-api-php": "2.3.0"
    }
}

Clients

$client = new EmailingCampaign(appId, apiKey);

Emailing Campaign

$client->emailingCampaigns->campaigns([
    'company_id'=>xxx, // Id company
    'email'=>xxx@yopmail.com, // Email
    'type'=>'feedback', // feedback or avis
    'date'=>xxxx-xx-xx, // Date to send
    'time'=>xx, // Time to send
    'name'=>xxxx, // Name (optional parameter)
    'resend'=>xxxx-xx-xx, // Date to send (optional parameter),
    'products'=>[], // Array of Products
]);

Get Info Campany

$client->companies->getCompany(id);

Get Campany Reviews

$client->companies->getCompanyReviews(id);

Post Add Review

$client->companies->addReview([
    'company_id'=>xxx, // Id company
    'email'=>xxx@yopmail.com, // Email
    'note'=>xx, // Note Review (1,2,3,4,5)
    'title'=>xxxx, // Title Review (optional parameter)
    'text'=>"Lorem ipsum dolor sit amet.", // Review Text (optional parameter),
]);

The Versions

30/08 2016

dev-master

9999999-dev

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

The Development Requires

by Buuyers Platform Team

api guzzle buuyers

30/08 2016

2.3.0

2.3.0.0

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

The Development Requires

by Buuyers Platform Team

api guzzle buuyers

08/08 2016

2.2.0

2.2.0.0

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

The Development Requires

by Buuyers Platform Team

api guzzle buuyers

14/07 2016

2.1.0

2.1.0.0

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

The Development Requires

by Buuyers Platform Team

api guzzle buuyers

14/07 2016

2.0.0

2.0.0.0

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

The Development Requires

by Buuyers Platform Team

api guzzle buuyers

20/05 2016

v1.1.0

1.1.0.0

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

by Buuyers Platform Team

api guzzle buuyers

20/05 2016

1.0.0

1.0.0.0

Buuyers API client built on top of Guzzle

  Sources   Download

The Requires

 

by Buuyers Platform Team

api guzzle buuyers