dbmi / webservice-library
Library to access to DBMI data source portal
Requires
Requires (Dev)
- phpunit/phpunit: ^12
README
With this library you can get intensity quakes, getting data from DBMI infrastructure.
You can search quake by Event ID (int unique event -earthquake- identifier).
The library searchs the corrisponding DBMI quake and try to get informations about:
- Contributor
- Contributors' Analysis
- Localities intensity
Install and usage
See wiki about Install, Autoload and Usage here: https://gitlab.rm.ingv.it/dbmi/webservices-library/-/wikis/Home
Documentation
You can find documentation, automatically created by PHPDocumentor here: http://dbmi.gitpages.rm.ingv.it/webservices-library/phpdoc/
Test and Deploy
Tests are realized using PHPUnit. You can find code coverage here: http://dbmi.gitpages.rm.ingv.it/webservices-library/coverage/
Contributing
If you want to contribute, please use pull requests. To get a best integration, please code using Test Driven Development (TDD) and Calisthenic Programming.
Authors and acknowledgment
Diego Sorrentino, Istituto Nazionale di Geofisica e Vulcanologia, https://www.ingv.it/organizzazione/chi-siamo/personale/#922
License
GPL v3
Project status
Development in progress