mgribov / php-shoreex
Shore Excursions Group RESTful API PHP5 library
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mgribov/php-shoreex
Requires
- php: >=5.3.0
- ext-curl: *
- ext-json: *
- mgribov/apiscrape: dev-master
This package is not auto-updated.
Last update: 2025-12-21 02:50:13 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