keboola / google-sheets-client
Keboola Google Sheets API client
Package info
github.com/keboola/google-sheets-client
Type:project
pkg:composer/keboola/google-sheets-client
1.6.0
2026-01-26 11:22 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.0
- keboola/google-client-bundle: ^6.0
Requires (Dev)
- keboola/coding-standard: ^15.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-02-26 11:41:19 UTC
README
Version Compatibility
| google-sheets-client | google-client-bundle | PHP | Guzzle |
|---|---|---|---|
| 2.x | ^6.0 | ^8.1 | ^7.0 |
| 1.x | ^5.0 | ^7.4 | ^6.2 |
Development
App is developed on localhost using TDD.
- Clone from repository:
git clone git@github.com:keboola/google-sheets-client.git - Change directory:
cd google-sheets-client - Install dependencies:
composer install --no-interaction - Run the tests:
./phpunit.sh