laravel-bmgv2 maintained by oway-trip-group
Description
BeMyGuest API v2 with laravel wrapper.
Author
Last update
2021/06/24 12:20
(1.1.2-beta)
License
Downloads
153
Tags
Last update
2021/06/24 12:20
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 8.*
Last update
2021/06/21 11:36
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 7.*
Last update
2021/06/21 11:31
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 7.*
Last update
2021/06/21 11:31
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 7.*
Last update
2021/02/02 05:55
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2020/02/02 06:04
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2019/08/07 06:29
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2019/08/07 06:28
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2019/01/09 03:01
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2019/01/06 15:37
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2019/01/04 15:34
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2018/12/28 11:59
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2018/12/28 11:44
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2018/12/11 14:54
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2018/12/10 08:26
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
Last update
2018/11/09 04:20
License
Require
- php >=7.0.0
- ext-curl *
- ext-json *
- ext-mbstring *
- mashape/unirest-php ~3.0.1
- apimatic/jsonmapper ~1.3.0
- illuminate/support 5.*
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>