Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (29 loc) · 1.83 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.83 KB

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.