PHPackages                             coursio/api-php - 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. coursio/api-php

AbandonedLibrary

coursio/api-php
===============

PHP wrapper for Coursio API

v1.1(12y ago)017GPLv2PHPPHP &gt;=5.3.3

Since Nov 19Pushed 12y ago10 watchersCompare

[ Source](https://github.com/Coursio/api-php)[ Packagist](https://packagist.org/packages/coursio/api-php)[ Docs](https://api.coursio.com/)[ RSS](/packages/coursio-api-php/feed)WikiDiscussions development Synced 3d ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Api-php
=======

[](#api-php)

Version 1.0

Introduction
------------

[](#introduction)

This repository is a wrapper for the Coursio API, which simplifies the key-generation and communication to the API

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
        {
            ...
            "name": ...,
            "require": {
                ...
                "coursio/api-php": "v1.0",
                ...
            }
            ...
        }

    ```
2. Now tell composer to download Api-php by running the command:

    ```
    $ php composer.phar update
    ```

Usage
-----

[](#usage)

```
