Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acrelianews PHP API V2

PHP library that provides client functions for Acrelianews's REST API v2.

Acrelianews API docs

Requirements

Install

Via Composer

$ composer require ymbra/acrelianews-api

Example

Gets contact from list by email.

use Ymbra\Acrelianews\AcrelianewsContact;

$contactApi = new AcrelianewsContact('THE_API_KEY');

$listId = 1234;
$email = 'test@example.com';

$response = $contactApi->getByEmail($listId,  $email);

echo json_decode($response)->email_address;

Testing

$ vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

License

Please see License File for more information.

About

PHP library for Acrelianews's REST API v2.

Resources

Contributing

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages