Download the PHP package mrmarkfrench/silverpop-php-connector without Composer
On this page you can find all versions of the php package mrmarkfrench/silverpop-php-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrmarkfrench/silverpop-php-connector
More information about mrmarkfrench/silverpop-php-connector
Files in mrmarkfrench/silverpop-php-connector
Package silverpop-php-connector
Short Description A connector SDK library for applications integrating with Silverpop, including the Silverpop Universal Behavior API
License MIT
Homepage https://github.com/mrmarkfrench/silverpop-php-connector
Informations about the package silverpop-php-connector
silverpop-php-connector
A connector SDK library for applications integrating with Acoustic, formerly Silverpop, including the Universal Behavior API.
Latest Version
Release versions are available as a tagged release. If you'd prefer the latest ongoing development version, it's in the master branch.
Installation
You can install using source.
Composer
If you don't have Composer install it:
Add this to your composer.json
:
Refresh your dependencies:
$ php composer.phar update
Then make sure to require
the autoloader:
Source
Download the silverpop-php-connector source:
And then require
all bootstrap files:
Quickstart
Contributions and Adding Functionality
The SDK currently supports only a subset of the API endpoints offered by Silverpop. New endpoints are added as the primary author's projects need them, but you are welcome to add your own! If your project requires an endpoint not yet supported, please feel free to fork this repository and add functions as necessary. The existing functions should give you a solid framework to build on, and your pull requests are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
All versions of silverpop-php-connector with dependencies
ext-curl Version *
ext-xml Version *
phpseclib/phpseclib Version ~2.0
guzzlehttp/guzzle Version *