oway-trip-group/laravel-bmgv2

BeMyGuest API v2 with laravel wrapper.

1.1.2-beta 2021-06-24 10:20 UTC

README

Build Status

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>