mikebarlow / drip-sdk

PHP SDK for Drip email marketing software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drip SDK

Author Latest Version Software License Build Status

Introduction

Drip SDK is a PSR-2 Compliant Object Orientated PHP SDK for the Drip Email Marketing software API.

Requirements

Composer

Drip-sdk requires the following:

  • "php": ">=5.6.0"
  • "guzzlehttp/guzzle": "6.2.*"
  • "cartalyst/collections": "1.1.*"
  • "snscripts/getset": "1.0.*"
  • "snscripts/result": "1.0.*"

And the following if you wish to run in dev mode and run tests.w

  • "phpunit/phpunit": "5.7.5"
  • "squizlabs/php_codesniffer": "2.0"

Tests

To run the tests, simply checkout the package and navigate to the package root in command line.

Run composer install to bring in all the dev dependencies. Then you can run ./vendor/bin/phpunit to run all the Unit Tests and ./vendor/bin/phpcs --standard=PSR2 ./src to run the code sniffer for any PSR2 errors.

Usage

For current documentation, see the docs folder

Changelog

You can view the changelog HERE

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

About

PHP SDK for Drip email marketing software

License:MIT License


Languages

Language:PHP 100.0%