dev-master
9999999-devWeb API toolkit for Microsoft Dynamics 365 and Dynamics CRM
MIT
The Requires
- php >=7.0
- guzzlehttp/guzzle ~6
- psr/log 1.0.2
- psr/cache 1.0.1
- wildwolf/psr-memory-cache ~1.0
- elao/enum ^1.0@dev
by AlexaCRM
Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM
The Dynamics Web API Toolkit provides an easy-to-use PHP wrapper for the Dynamics 365 Customer Engagement Web API., (*1)
Create, read, update and delete CRM records easily via the IOrganizationService - compatible interface, as well as execute Web API actions and functions., (*2)
See the tutorial for the sample code to instantiate the connection, create, retrieve, update and delete records., (*3)
This toolkit supports only Dynamics 365 Web API. For PHP implementation of the Dynamics 365 SOAP interface, see php-crm-toolkit project., (*4)
The current release of the library does not support the following features (supported features and scenarios are mentioned along the way):, (*5)
The main requirement is PHP 7.4 or later. cURL is recommended but is not required. Composer is required to install the toolkit and its dependencies., (*6)
$ composer require alexacrm/dynamics-webapi-toolkit:dev-master
See the Tutorial to learn how to consume the library., (*7)
The version compatible with PHP 8.2 and above is now available as v4.x-dev
. Please note that this version is still under development, and its use is at your own risk. You can install it with the following command:, (*8)
$ composer require alexacrm/dynamics-webapi-toolkit:v4.x-dev
Toolkit uses SemVer for versioning., (*9)
This project is licensed under the MIT License - see the LICENSE file for details., (*10)
Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM
MIT