... | ... | @@ -13,17 +13,6 @@ except search by Event ID, you can combine all of them. |
|
|
|
|
|
The library returns the list of quakes found and all their details.
|
|
|
|
|
|
# Install and autoload library
|
|
|
## Via composer
|
|
|
```sh
|
|
|
composer require fdsn/webservices-library
|
|
|
```
|
|
|
and it's dependencies.
|
|
|
|
|
|
Include library directly via autoload:
|
|
|
```php
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|
|
|
```
|
|
|
|
|
|
|
|
|
|
... | ... | |