Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/cedricziel/php-baserow-client
- Owner: cedricziel
- License: apache-2.0
- Created: 2024-07-29T18:51:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T19:26:44.000Z (5 months ago)
- Last Synced: 2024-10-11T20:09:39.215Z (3 months ago)
- Topics: baserow, baserow-api
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.template.md
- Changelog: CHANGELOG.md
- License: LICENSE
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