{"repo":"tristanjahier/zoho-crm-php","free":true,"listed":false,"github":"https://github.com/tristanjahier/zoho-crm-php","clone":"git clone https://github.com/tristanjahier/zoho-crm-php.git","description":"An API client for Zoho CRM, written in PHP.","language":"PHP","stars":24,"topics":["php","zoho","crm","api-client","zoho-crm","zoho-api","zoho-crm-api"],"license":"MIT","category":"api-integrations-sdks","readme_excerpt":"Zoho CRM API client (PHP) This is an API client library for Zoho CRM, written in PHP. It aims to cover the whole API (every module and method), while providing a great abstraction and very easy-to-use methods. Requirements - PHP : 8.0+ - Implementations of PSR-7 (HTTP messages), PSR-17 (HTTP factories) and PSR-18 (HTTP client) Installation The recommended way to install this package is through Composer. Edit your composer.json file: or simply run this command: If you do not know what \"PSR-7, PSR-17 and PSR-18 implementations\" are, basically it means that you need a standard-compliant HTTP client library installed. If you do not want to bother picking one, we recommend you to install the popular Guzzle: Getting started TL;DR - A quick example Here are just a few examples of what is possible to do with this library: The basics The main component of this library is the Client class. This is the starting point for each API request. To create a client object you need an \"access token broker\" first. It is an object which sole purpose is to provide your client with fresh API access tokens. It MUST implement Zoho\\Crm\\Contracts\\AccessTokenBrokerInterface . Zoho\\Crm\\V2\\AccessTokenBroker is the default implementation and it should suit most use cases. To create an instance you need to provide the credentials of your registered API client. In that order, the client ID, the client secret, and the refresh token: Then you can create your client using that token broker: It is sufficient to s","default_branch":null,"files":null,"tree":[],"storefront":"/r/tristanjahier","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/tristanjahier/zoho-crm-php/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}