Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 417 Bytes

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.