PHPackages                             sheettojson-api/client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sheettojson-api/client

ActiveLibrary[API Development](/categories/api)

sheettojson-api/client
======================

Official PHP SDK for the SheetToJSON RapidAPI. Turn Google Sheets into a secure CRUD backend.

00PHP

Since Feb 21Pushed 4mo agoCompare

[ Source](https://github.com/Baptiste-Pignol/sheettojson-php)[ Packagist](https://packagist.org/packages/sheettojson-api/client)[ RSS](/packages/sheettojson-api-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

sheettojson-php
===============

[](#sheettojson-php)

Official PHP SDK for the **SheetToJSON** RapidAPI. Turn any Google Spreadsheet into a secure, blazing-fast REST API with built-in S3 caching and smart querying.

**Zero external dependencies.** This package uses native PHP cURL for maximum performance and compatibility.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- cURL extension enabled
- JSON extension enabled

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require sheettojson-api/client
```

Initialization
--------------

[](#initialization)

Require the Composer autoloader and initialize the SDK with your RapidAPI key.

```
