4leads / php-api-client
HTTP REST client, simplified for PHP
1.1.0
2025-04-07 07:37 UTC
Requires
- php: >=8.0
- ext-curl: *
- ext-json: *
README
PHP 4leads API client
This libary allows you to quickly and easily perform REST actions on the 4leads backend using PHP.
Installation
Prerequisites
- PHP version ^8.0
- 4leads Account including API function
Install Package
Add 4leads to your composer.json
file. If you are not using Composer, we highly recommend it. It's an excellent way to manage dependencies in your PHP application.
composer require 4leads/php-api-client