oway-trip-group / laravel-bmgv2
BeMyGuest API v2 with laravel wrapper.
1.1.2-beta
2021-06-24 10:20 UTC
Requires
- php: >=7.0.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- apimatic/jsonmapper: ~1.3.0
- illuminate/support: 8.*
- mashape/unirest-php: ~3.0.1
Requires (Dev)
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: 3.*
This package is not auto-updated.
Last update: 2024-11-08 18:51:37 UTC
README
About
BeMyGuest release their PHP SDK of their API version 1 on Packagist. But for verison 2, which is https://apimatic.io generated SDK, can be dowloaded (here), not offers any other options other than downloading zip archive. This package is aim to be another hosted package of BeMyGuest API version 2 with wrapper of Laravel integration.
Install
Run: composer require oway-trip-group/laravel-bmgv2
Testing
Add below configuration into phpunit.xml
. Replace example-api-key
with BeMyGuest API key.
<php> <env name="BEMYGUEST_API_KEY" value="example-api-key" /> </php>