PHPackages                             onlime/laravel-bexio-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. onlime/laravel-bexio-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

onlime/laravel-bexio-api-client
===============================

Client library for Bexio API using Laravel HTTP Client

0.2.0(2y ago)0448MITPHPPHP ^8.2

Since Mar 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/onlime/laravel-bexio-api-client)[ Packagist](https://packagist.org/packages/onlime/laravel-bexio-api-client)[ RSS](/packages/onlime-laravel-bexio-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Laravel Bexio API PHP Client
============================

[](#laravel-bexio-api-php-client)

The bexio API Client Library enables you to work with the bexio API. **This is a wrapper around [onlime/bexio-api-client](https://github.com/onlime/bexio-api-client) for easier Laravel integration using [Laravel HTTP Client](https://laravel.com/docs/9.x/http-client).** You could use this in combination with my zero-configuration [Laravel HTTP Client Global Logger](https://github.com/onlime/laravel-http-client-global-logger) for detailed request/response logging.

See [onlime/bexio-api-client README](https://github.com/onlime/bexio-api-client/blob/main/README.md) and the official [bexio API documentation](https://docs.bexio.com) for more information how to use the API.

Installation
------------

[](#installation)

You can use **Composer** to integrate the library into your Laravel project:

```
$ composer require onlime/laravel-bexio-api-client
```

Sample Usage
------------

[](#sample-usage)

> **NOTE:** I am just documenting Laravel project integration here. Please consult the [onlime/bexio-api-client](https://github.com/onlime/bexio-api-client) README for Bexio API Client library documentation.

I recommend to make this thing configurable in `config/bexio.php`:

```
