mgribov / php-shoreex
Shore Excursions Group RESTful API PHP5 library
dev-master
2021-05-26 22:25 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- ext-json: *
- mgribov/apiscrape: dev-master
This package is not auto-updated.
Last update: 2024-11-09 19:45:31 UTC
README
Consumes shoreexcursionsgroup.com REST API by utilizing apiscrape
Install via Composer into existing project
curl -sS https://getcomposer.org/installer | php # if composer is not installed
./composer.phar require mgribov/php-shoreex
Local Storage
Clients consuming the API are required to respect ETag and Cache-Control headers returned, and cache data locally.
For now, only 1 storage engine is supported, MongoDB.
Examples
See examples/ folder for all use cases
Make sure you install composer and run "./composer.phar dump-autoload" first to use the examples