Download the PHP package leewillis77/dotmailer-api without Composer
On this page you can find all versions of the php package leewillis77/dotmailer-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leewillis77/dotmailer-api
More information about leewillis77/dotmailer-api
Files in leewillis77/dotmailer-api
Download leewillis77/dotmailer-api
More information about leewillis77/dotmailer-api
Files in leewillis77/dotmailer-api
Vendor leewillis77
Package dotmailer-api
Short Description A PHP implementation of the v2 Dotmailer API.
License GPL-2.0
Homepage https://github.com/leewillis77/dotmailer-api
Package dotmailer-api
Short Description A PHP implementation of the v2 Dotmailer API.
License GPL-2.0
Homepage https://github.com/leewillis77/dotmailer-api
Please rate this library. Is it a good library?
Informations about the package dotmailer-api
PHP Dotmailer v2 API
A PHP implementation of the v2 Dotmailer API.
Installation
- Clone the repository
- Make sure you have composer set up and working
- Install dependencies by running
composer install
- Copy the sample config file (
config/config.yml.sample
) toconfig/config.yml
- Update config/config.yml with your API credentials from Dotmailer
Notes
- I'm tracking completeness of the API via the
COVERAGE.md
file- Items with an [x] are probably implemented - but the implementation isn't guaranteed complete. This is particularly the case for optional parameters
- Docblocks are missing in many places - patches welcome
- PHPUnit is set up, and some test cases are present. More would be welcome.
- Requires PHP 5.3 or above.
Examples
See the examples/ folder for examples of how to use the API wrapper. This is designed to get you going, and is not a complete reference.
All versions of dotmailer-api with dependencies
PHP Build Version
Package Version
The package leewillis77/dotmailer-api contains the following files
Loading the files please wait ....