ghanem/bee

A package that provides an interface between Laravel and Bee API, includes Gifs.

v1.0 2022-09-27 19:42 UTC

This package is auto-updated.

Last update: 2024-04-10 06:04:51 UTC


README

You can install the package via composer:

composer require ghanem/bee

now you need to publish the config file with:

php artisan vendor:publish --provider="Ghanem\Bee\BeeServiceProvider" --tag="config"
Parameters

after get api key and account key As shown in the following link: https://apidocs.bee.com/#access

Endpoints

Rentels

Get Rentals

https://apidocs.bee.com/#d3b1bef3-f5bc-9a0b-d2f4-99a92ec2dbbc

Method: Bee::getRentals()

$rentals = Bee::getRentals();

foreach ($rentals as $rental) {
    // Get email
	$bee['id'];
}

Sponsor

💚️ Become a Sponsor