Skip to content

Commit 16e836a

Browse files
authored
Update README.md
Show use of Composer's autoloader. Using bundled autoloader is advised for users who didn't install the package via Composer.
1 parent e53b960 commit 16e836a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ CRM Toolkit for PHP provides integration with Microsoft Dynamics CRM in PHP appl
33

44
# Examples
55
```php
6+
7+
/**
8+
* Use init.php if you didn't install the package via Composer
9+
*/
10+
require_once 'vendor/autoload.php';
11+
612
use AlexaCRM\CRMToolkit\Client as OrganizationService;
713
use AlexaCRM\CRMToolkit\Settings;
814

0 commit comments

Comments
 (0)