mgribov/php-shoreex

Shore Excursions Group RESTful API PHP5 library

dev-master 2021-05-26 22:25 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:12:45 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