banckle / crm-sdk-php
This repository contains Banckle.CRM SDK for PHP source code. This SDK allows you to work with Banckle.CRM REST API in your PHP applications quickly and easily.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/banckle/crm-sdk-php
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-09-23 13:28:37 UTC
README
This repository contains Banckle.CRM SDK for PHP source code. This SDK allows you to work with Banckle.CRM REST API in your PHP applications quickly and easily.
Installation
Add the following line to your composer.json file.
require: { "banckle/crm-sdk-php": "dev-master" }
Run from terminal.
composer update