Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedricziel/php-baserow-client

Generated client library for baserow (baserow.io)
https://github.com/cedricziel/php-baserow-client

baserow baserow-api

Last synced: 2 months ago
JSON representation

Generated client library for baserow (baserow.io)

Awesome Lists containing this project

README

        

# php-baserow-client

An API client for baserow.io

```shell
composer require cedricziel/baserow
```

## Docs

```php
use CedricZiel\Baserow\Client;

$token = 'my-token';
$client = Client::createForUrl('https://baserow.example.com', accessToken: $token);

// list all rows in table id 42
$client->listDatabaseTableRows(42);
```

### docs ###

## License

Apache 2.0