You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
[](https://packagist.org/packages/kirschbaum-development/bee-plugin-php-client)
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
8
+
PHP client to interact with Bee's plugin API. This includes the [Message Services API](https://docs.beefree.io/message-services-api-reference/)and a convinient way to use [authorization](https://docs.beefree.io/authorization-process/).
First thing you will need is to instantiate the `Bee` base class and setup the API token. You can grab the API token by logging in into the [Developer portal](https://developers.beefree.io) and going to the "details" of your application.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
49
+
Development of this package is sponsored by Kirschbaum Development Group, a developer driven company focused on problem solving, team building, and community. Learn more [about us](https://kirschbaumdevelopment.com) or [join us](https://careers.kirschbaumdevelopment.com)!
50
50
51
-
## PHP Package Boilerplate
51
+
## License
52
52
53
-
This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).
53
+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
0 commit comments