Download the PHP package cyber-duck/pardot-api without Composer

On this page you can find all versions of the php package cyber-duck/pardot-api. 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 pardot-api

Pardot-API

PHP package to interact with the Pardot API

Latest Stable Version Latest Unstable Version Total Downloads License

Author: Andrew Mc Cormack

Pardot API PHP Library

A library to integrate with the Pardot API through PHP objects

This library simplifies the process of authentication and querying the Pardot API and provides access to all of the v4 API features.

Latest Version 2.0.0 supports Salesforce SSO authentication.

Setup

To initalise the Pardot API object pass your user email, password, client id, client secret and business unit id credentials. Any subsequent request to fetch data from the API will automatically perform the authentication actions before trying to fetch data.

Querying the API

You can call the query method on an any pardot object passing the object, operator, and data array (optional)

Object Methods

The PardotApi instance has functions which correspond to the object types in Pardot to simplify calls to the API. When calling one of these functions a query object is returned (->campaigns() returns a CampaignsQuery object). These returned objects in turn have functions corresponding to different object actions such as query, create, update, insert, delete etc. The full list of objects available are as follows:

Account methods

Campaign methods

Custom Fields methods

Custom Redirects methods

Dynamic Content methods

Email Clicks methods

Email methods

Email Templates methods

Forms methods

Lifecycle Histories methods

Lifecycle Stages methods

List Memberships methods

Lists methods

Opportunities methods

Prospect Accounts methods

Prospects methods

Tag Objects methods

Tags methods

Users methods

Visitor Activities methods

Visitors methods

Visits methods

Debugging

Error messages can be enabled by turning debugging on. Requests to the Pardot API will fail silently by default so as to prevent fatal application errors. Extra response checking should be conducted when implementing this library as most methods will return null when there is an issue with the API query.

Output Type

You can change the output type to full, simple, mobile, or bulk. Defaults to full.


All versions of pardot-api with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version 6.3.*
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 cyber-duck/pardot-api contains the following files

Loading the files please wait ....