PHPackages                             onlime/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. [API Development](/categories/api)
4. /
5. onlime/bexio-api-client

ActiveLibrary[API Development](/categories/api)

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

Client library for Bexio API

0.6.2(1y ago)21.1k4[1 PRs](https://github.com/onlime/bexio-api-client/pulls)2MITPHPPHP ^8.2

Since Aug 31Pushed 1y ago3 watchersCompare

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

READMEChangelog (8)Dependencies (3)Versions (13)Used By (2)

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

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

The bexio API Client Library enables you to work with the bexio API. This is an early version and is still in development.

See the [bexio API documentation](https://docs.bexio.com) for more information how to use the API.

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

[](#installation)

You can use **Composer** or download the library.

Require this package with composer:

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

Include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

Examples
--------

[](#examples)

> A fully working example can be found in `samples/` directory.

Authenticate to get access and refresh tokens:

```
