Download the PHP package incluirtecnologia/leadlovers-sdk without Composer

On this page you can find all versions of the php package incluirtecnologia/leadlovers-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package leadlovers-sdk

Tests:

In order to run tests, it's necessary to have an access token (can be obtained from the dashboard), a machine, an email sequence, a lead and a tag registered (can be done via dashboard). After that, add the following environment variables to the file tests/settings.local.php.

Endpoints:

Email

  1. [x] EmailSequences - Retrieve email sequence collection - http://apill.azurewebsites.net/#operation/EmailSequences_Get
  2. [x] Levels - Retrieve levels from email sequence - http://apill.azurewebsites.net/webapi/Levels

Lead

  1. [x] Lead - Remove lead from sequence/funnel - http://apill.azurewebsites.net/webapi/Lead/Funnel
  2. [x] Lead - Retrieve a lead by email - http://apill.azurewebsites.net/webapi/Lead
  3. [ ] Lead - Update and if needed insert lead data
  4. [x] Lead - Insert a new lead - http://apill.azurewebsites.net/webapi/Lead
  5. [x] Lead - Remove lead from machine - http://apill.azurewebsites.net/webapi/Lead
  6. [ ] Lead - Update lead data
  7. [x] LeadLocation - Retrieve lead location - http://apill.azurewebsites.net/webapi/LeadLocation
  8. [x] LeadLocation - Move lead location - http://apill.azurewebsites.net/webapi/LeadLocation
  9. [x] Score - Add score to lead - http://apill.azurewebsites.net/webapi/Score

Machine

  1. [x] Forms - Retrieve machine forms collection - http://apill.azurewebsites.net/webapi/Forms
  2. [x] Machines - Retrieve machines from account - http://apill.azurewebsites.net/webapi/Machines
  3. [x] Machines - Retrieve machine info by id - http://apill.azurewebsites.net/webapi/Machines
  4. [x] Pages - Retrieve machine pages collection - http://apill.azurewebsites.net/webapi/Pages
  5. [ ] Pages - Update page data

Tag

  1. [x] Tag - Retrieve list of lead tags - http://apill.azurewebsites.net/webapi/Tag/Lead
  2. [ ] Tag - Add tag to a lead by phone
  3. [x] Tag - Add tag to a lead - http://apill.azurewebsites.net/webapi/Tag
  4. [x] Tag - Delete tag from a lead - http://apill.azurewebsites.net/webapi/Tag
  5. [x] TagChecker - Check if tag is from user - http://apill.azurewebsites.net/webapi/TagChecker
  6. [x] Tags - Get a tag collection from user - http://apill.azurewebsites.net/webapi/Tags
  7. [ ] Tags - Update user tag
  8. [ ] Tags - Create user tag
  9. [ ] Tags - Delete user tag

User

  1. [x] User - Retrieve user account data - http://apill.azurewebsites.net/webapi/ListDataAccount
  2. [x] User - Get user code - http://apill.azurewebsites.net/webapi/UserCode
  3. [x] User - Get user information - http://apill.azurewebsites.net/webapi/User

API matched names on Dashboard

API Dashboard
EmailSequence Funnel

All versions of leadlovers-sdk with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package incluirtecnologia/leadlovers-sdk contains the following files

Loading the files please wait ....