Active Campaign v3 PHP Wrapper
Installation
composer require idearia/activecampaign-v3-php
Local Development
To install the dependencies, run
composer install
npm i
NPM is required to format the code, since we use a PHP Plugin for Prettier.
Static Analysis
We use PHPStan for static analysis.