https://github.com/abdullahghanem/bee
https://github.com/abdullahghanem/bee
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdullahghanem/bee
- Owner: AbdullahGhanem
- License: mit
- Created: 2022-09-27T19:43:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T03:38:45.000Z (over 2 years ago)
- Last Synced: 2025-03-24T00:34:01.231Z (3 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bee
You can install the package via composer:
```bash
composer require ghanem/bee
```now you need to publish the config file with:
```bash
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](#rentels)
+ [Get Rentals](#get-rentals)### Rentels
#### Get Rentals
https://apidocs.bee.com/#d3b1bef3-f5bc-9a0b-d2f4-99a92ec2dbbc
Method: Bee::getRentals()
```php
$rentals = Bee::getRentals();foreach ($rentals as $rental) {
// Get email
$bee['id'];
}
```## Sponsor
[💚️ Become a Sponsor](https://github.com/sponsors/AbdullahGhanem)