Download the PHP package dldnet/relations-sdk-php without Composer
On this page you can find all versions of the php package dldnet/relations-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dldnet/relations-sdk-php
More information about dldnet/relations-sdk-php
Files in dldnet/relations-sdk-php
Download dldnet/relations-sdk-php
More information about dldnet/relations-sdk-php
Files in dldnet/relations-sdk-php
Vendor dldnet
Package relations-sdk-php
Short Description PHP SDK to create a custom module for Relations
License MIT
Homepage https://www.dldnet.com
Package relations-sdk-php
Short Description PHP SDK to create a custom module for Relations
License MIT
Homepage https://www.dldnet.com
Keywords crm
Please rate this library. Is it a good library?
Informations about the package relations-sdk-php
relations-sdk-php
Relations SDK for PHP (Composer package)
Installation
Add the Relations SDK
composer require dldnet/relations-sdk-php
Setup
use Relations\Config as RelationsConfig;
use Relations\Models\Vendors;
RelationsConfig::setURL('https://xxxxx/api/v1');
RelationsConfig::setToken('Your Token');
- To connect to the hosted version use
https://xxxxxx/api/v1
as the URL.
All versions of relations-sdk-php with dependencies
PHP Build Version
Package Version
No informations.
The package dldnet/relations-sdk-php contains the following files
Loading the files please wait ....