1 parent 5fd350b commit 5673d0aCopy full SHA for 5673d0a
1 file changed
README.md
@@ -15,3 +15,10 @@ Run the individual samples e.g.
15
````
16
php PaymentTransactions/charge-credit-card.php
17
18
+
19
+##What if I'm not using Composer?
20
+We provide a custom `SPL` autoloader, just [download the SDK.](https://github.com/AuthorizeNet/sdk-php/releases):
21
22
+```php
23
+require 'path/to/anet_php_sdk/autoload.php';
24
+```
0 commit comments