php-baserow-client

Generated client library for baserow (baserow.io)

APACHE-2.0 License

Downloads
62
Stars
0
Committers
3

php-baserow-client

An API client for baserow.io

composer require cedricziel/baserow

Docs

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