Skip to content

Commit 5673d0a

Browse files
committed
Update README.md
1 parent 5fd350b commit 5673d0a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ Run the individual samples e.g.
1515
````
1616
php PaymentTransactions/charge-credit-card.php
1717
````
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

Comments
 (0)