snscripts/drip-sdk

Unofficial SDK for Drip Email Marketing Software

0.3.1 2018-08-21 21:16 UTC

This package is auto-updated.

Last update: 2024-04-10 20:11:42 UTC


README

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.