PHPackages                             ryanyonzon/jotform-api-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. ryanyonzon/jotform-api-php-client

ActiveLibrary[API Development](/categories/api)

ryanyonzon/jotform-api-php-client
=================================

JotForm API Client Library for PHP

20PHP

Since Jul 9Pushed 10mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

JotForm API Client Library for PHP
==================================

[](#jotform-api-client-library-for-php)

Description
-----------

[](#description)

A simple [JotForm API](http://api.jotform.com/docs/) library for PHP.

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

[](#requirements)

- [PHP &gt;= 5.4](http://php.net/)
- [Guzzle 6](https://github.com/guzzle/guzzle)

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

[](#installation)

The recommended way to install jotform-api-php-client is through [Composer](https://getcomposer.org/).

```
curl -sS https://getcomposer.org/installer | php

```

Next, run the Composer command to install jotform-api-php-client library:

```
php composer.phar require ryanyonzon/jotform-api-php-client:dev-master

```

After installing, simply include the Composer's autoloader (inside your script):

```
require 'vendor/autoload.php';

```

Examples
--------

[](#examples)

A simple example to get user's information:

```
