2017 © Pedro Peláez
 

library lime-light-crm-php

Lime Light CRM PHP Client

image

kevinem/lime-light-crm-php

Lime Light CRM PHP Client

  • Tuesday, February 7, 2017
  • by kevinem
  • Repository
  • 2 Watchers
  • 4 Stars
  • 15,752 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 2 % Grown

The README.md

Lime Light CRM PHP Client

https://www.limelightcrm.com/, (*1)

Latest Stable Version License Build Status, (*2)

Installation

To install, use composer:, (*3)

composer require kevinem/lime-light-crm-php

Documentation

http://help.limelightcrm.com/forums/261931-APIs, (*4)

Example Usage

$limelightCRM = new LimeLightCRM([
    'base_url' => 'your_url',
    'username' => 'your_username',
    'password' => 'your_password'
]);

$limelightCRM->transaction()->newOrder([
    'firstName'  => 'John',
    'lastName' => 'Doe',
    'email' => 'jdoe@gmail.com'
]);

$limelightCRM->transaction()->newOrderWithProspect([
    'firstName'  => 'John',
    'lastName' => 'Doe',
    'email' => 'jdoe@gmail.com'         
]);

$limelightCRM->membership()->findActiveCampaign();

$limelightCRM->membership()->viewCampaign([
    'campaign_id' => 1     
]);

License

The MIT License (MIT) Copyright (c) 2016 Kevin Em, (*5)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*6)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*7)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*8)

The Versions

07/02 2017

dev-master

9999999-dev

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

07/02 2017

0.1.5

0.1.5.0

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

28/01 2017

dev-develop

dev-develop

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

28/01 2017

0.1.4

0.1.4.0

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

09/01 2017

0.1.3

0.1.3.0

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

08/08 2016

0.1.2

0.1.2.0

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

05/08 2016

0.1.1

0.1.1.0

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em

05/08 2016

0.1.0

0.1.0.0

Lime Light CRM PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kevin Em