|
|
|
|
@ -14,31 +14,13 @@ Built on PHP's native `SoapClient` with no framework dependencies, making it eas
|
|
|
|
|
### Composer |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
composer require rapidill/request |
|
|
|
|
composer require roblib/rapidillrequest |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Drupal 10 |
|
|
|
|
|
|
|
|
|
Add the package to your Drupal project's `composer.json` as a path repository if installing from a local copy: |
|
|
|
|
|
|
|
|
|
```json |
|
|
|
|
{ |
|
|
|
|
"repositories": [ |
|
|
|
|
{ |
|
|
|
|
"type": "path", |
|
|
|
|
"url": "/path/to/rapidILL-request" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"require": { |
|
|
|
|
"rapidill/request": "*" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Then run: |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
composer require rapidill/request |
|
|
|
|
composer require roblib/rapidillrequest |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Quick Start |
|
|
|
|
|