We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53b960 commit 16e836aCopy full SHA for 16e836a
README.md
@@ -3,6 +3,12 @@ CRM Toolkit for PHP provides integration with Microsoft Dynamics CRM in PHP appl
3
4
# Examples
5
```php
6
+
7
+/**
8
+ * Use init.php if you didn't install the package via Composer
9
+ */
10
+require_once 'vendor/autoload.php';
11
12
use AlexaCRM\CRMToolkit\Client as OrganizationService;
13
use AlexaCRM\CRMToolkit\Settings;
14
0 commit comments