Looking to hire Laravel developers? Try LaraJobs

laravel-bmgv2 maintained by chitminow

Description
BeMyGuest API v2 with laravel wrapper.
Author
Last update
2021/06/24 12:20 (1.1.2-beta)
License
Links
Downloads
125

Comments
comments powered by Disqus

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>