Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit d2e4946

Browse files
committed
Add install instructions
1 parent 7fb2b84 commit d2e4946

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
@@ -25,6 +25,12 @@ Each web service has it's own class namespace. See the official FedEx web servic
2525
* [Validation Availability and Commitment Service](src/FedEx/ValidationAvailabilityAndCommitmentService)
2626
* [ASYNC Transaction Service](src/FedEx/AsyncService)
2727

28+
## Installation
29+
30+
```
31+
composer require jeremy-dunn/php-fedex-api-wrapper
32+
```
33+
2834
## Using the library
2935

3036
The easiest way to get started constructing a web service request is to create an new `Request` object for the particular service you wish to use and then work backward by injecting the objects necessary to complete the request.

0 commit comments

Comments
 (0)