keboola / google-sheets-client
Keboola Google Sheets API client
Installs: 570
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 2
Type:project
pkg:composer/keboola/google-sheets-client
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-01-26 11:29:20 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