PHPackages                             gamingsolved/paperspace-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. gamingsolved/paperspace-api-client

ActiveLibrary[API Development](/categories/api)

gamingsolved/paperspace-api-client
==================================

0.1.3(8y ago)2201MITPHPPHP &gt;=5.5

Since Aug 14Pushed 8y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (5)Used By (0)

PHP Client Library for the Paperspace API
=========================================

[](#php-client-library-for-the-paperspace-api)

Copyright (c) 2017 Manuel Kiessling under [an MIT license](LICENSE).

[![Total Downloads](https://camo.githubusercontent.com/38c66465a38c927f45a139841bc669b1a62307de0516a52bd7b4ac21719835b8/68747470733a2f2f706f7365722e707567782e6f72672f67616d696e67736f6c7665642f706170657273706163652d6170692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/gamingsolved/paperspace-api-client/stats)[![Latest Stable Version](https://camo.githubusercontent.com/8b46f5cea1847b96e5871713c2a06b1986ec0a373311936bbd511e69266c79f1/68747470733a2f2f706f7365722e707567782e6f72672f67616d696e67736f6c7665642f706170657273706163652d6170692d636c69656e742f762f737461626c65)](https://packagist.org/packages/gamingsolved/paperspace-api-client)[![Latest Unstable Version](https://camo.githubusercontent.com/e92ac44c68bb0794979a3554889cfa43e5dd63d55d2391f87f1378563cb51294/68747470733a2f2f706f7365722e707567782e6f72672f67616d696e67736f6c7665642f706170657273706163652d6170692d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/gamingsolved/paperspace-api-client#dev-master)

About
-----

[](#about)

This project maintains inofficial *Open API Specification* compatible specs of the [Paperspace API](https://paperspace.github.io/paperspace-node/index.html), and uses these specs to auto-generate PHP clients based on [Guzzle](https://github.com/guzzle/guzzle), which can be used to work with the API.

The resulting clients are provided as a [Packagist library](https://packagist.org/packages/gamingsolved/paperspace-api-client) for the Composer ecosystem.

You can interactively explore the Swagger documentation of Paperspace API v0.1.3 [here](https://gamingsolved.github.io/paperspace-api-php-client/swagger-docs/0.1.3/).

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

[](#installation)

Simply run `composer require gamingsolved/paperspace-api-client` to install the latest version.

Usage
-----

[](#usage)

In your own code, you can use the API client as shown below. The example assumes you want to use version 0.1.3 of the Paperspace API.

```
