@@ -7,12 +7,12 @@ Latest OAuth 2.0 Rest API Wrapper for UPS web services.
7
7
8
8
1 . [ Requirements] ( #requirements )
9
9
2 . [ Installation] ( #installation )
10
- 3 . [ Address Validation] ( #addressvalidation )
11
- 4 . [ Create Shipment | Shipping Label] ( #create-shipment )
12
- 5 . [ Tracking API] ( #tracking )
13
- 6 . [ Documentation] ( #api-docs )
14
- 7 . [ License] ( #license-section )
15
- 8 . [ Support the Project] ( #support-section )
10
+ 3 . [ Address Validation] ( #address-validation )
11
+ 4 . [ Create Shipment | Shipping Label] ( #create-shipment--shipping-label )
12
+ 5 . [ Tracking API] ( #tracking-api )
13
+ 6 . [ Documentation] ( #documentation )
14
+ 7 . [ License] ( #license )
15
+ 8 . [ Support the Project] ( #support-the-project )
16
16
17
17
<a name =" requirements " ></a >
18
18
## Requirements
@@ -30,7 +30,7 @@ Install with composer
30
30
composer require rahul-godiyal/php-ups-api-wrapper
31
31
```
32
32
33
- <a name =" addressvalidation " ></a >
33
+ <a name =" address-validation " ></a >
34
34
## Address Validation
35
35
``` php
36
36
<?php
@@ -71,7 +71,7 @@ echo '</pre>';
71
71
die();
72
72
```
73
73
74
- <a name =" create-shipment " ></a >
74
+ <a name =" create-shipment--shipping-label " ></a >
75
75
## Create Shipment | Shipping Label
76
76
``` php
77
77
<?php
@@ -282,7 +282,7 @@ echo '<pre>'; print_r($shipRes); echo '</pre>';
282
282
283
283
```
284
284
285
- <a name =" tracking " ></a >
285
+ <a name =" tracking-api " ></a >
286
286
## Tracking API
287
287
``` php
288
288
<?php
@@ -312,17 +312,17 @@ $trackingRes = $tracking
312
312
echo '<pre >'; print_r($trackingRes); echo '</pre >'; die();
313
313
```
314
314
315
- <a name =" api-docs " ></a >
315
+ <a name =" documentation " ></a >
316
316
## Documentation
317
317
[ UPS API docs] ( https://developer.ups.com/catalog )
318
318
319
319
320
- <a name =" license-section " ></a >
320
+ <a name =" license " ></a >
321
321
## License
322
322
323
323
PHP UPS API is licensed under [ The MIT License (MIT)] ( LICENSE ) .
324
324
325
- <a name =" support-section " ></a >
325
+ <a name =" support-the-project " ></a >
326
326
## Support the Project
327
327
328
328
If you enjoy using this package, please consider [ buying me a coffee] ( https://www.buymeacoffee.com/ragod ) . Your support keeps the development going! ☕
0 commit comments