PHPackages                             silinternational/smartsheet-php-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. silinternational/smartsheet-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

silinternational/smartsheet-php-client
======================================

PHP client library for interacting with Smartsheet API

3.0.1(6y ago)71.2k10MITPHPPHP &gt;=7.2.0

Since Jan 7Pushed 5y ago11 watchersCompare

[ Source](https://github.com/sil-org/smartsheet-php-client)[ Packagist](https://packagist.org/packages/silinternational/smartsheet-php-client)[ RSS](/packages/silinternational-smartsheet-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

⛔️ This repository is no longer maintained. ⛔️
==============================================

[](#️-this-repository-is-no-longer-maintained-️)

smartsheet-php-client
=====================

[](#smartsheet-php-client)

PHP client to interact with the Smartsheet API.

We're slowly building out this client as we need the functionality. Initially we only need it for managing user accounts.

This client is built on top of [Guzzle](http://docs.guzzlephp.org/en/latest/index.html), the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more Smartsheet APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you.

Smartsheet API Authentication
=============================

[](#smartsheet-api-authentication)

Smartsheet supports User Generated Tokens or OAuth 2.0 for authorization. This client however only supports the User Generated Tokens method. Please see  for more information.

Install
=======

[](#install)

Installation is simple with [Composer](https://getcomposer.org/). Add `"silinternational/smartsheet-php-client": "dev-master"` to your `composer.json` file and update.

Usage
=====

[](#usage)

Example:

```
