PHPackages                             crockett95/projectplaceoauth - 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. crockett95/projectplaceoauth

ActiveLibrary

crockett95/projectplaceoauth
============================

Service wrapper for Projectplace OAuth 1.0 for use with the PHPOAuthLib library by Lusitanian.

0.1(11y ago)027MITPHP

Since Oct 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/crockett95/projectplaceoauth)[ Packagist](https://packagist.org/packages/crockett95/projectplaceoauth)[ RSS](/packages/crockett95-projectplaceoauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Projectplace OAuth PHP
======================

[](#projectplace-oauth-php)

Service wrapper for [Projectplace](https://www.projectplace.com/) OAuth 1.0 for use with the [PHPOAuthLib library](https://github.com/Lusitanian/PHPoAuthLib) by Lusitanian.

> PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which requires an oAuth client.

More about the [Projectplace API](http://api.projectplace.com/).

[![Travis build status](https://camo.githubusercontent.com/7d624d757d593b4f4bb8e1b6ef88e3decb6f8afae45288bd73ede86bdcaccfe3/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f63726f636b65747439352f70726f6a656374706c6163656f617574682f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/crockett95/projectplaceoauth)[![Packagist License](https://camo.githubusercontent.com/4e28fec78dc50746ecccfdb51f62eed3dc4a90dc2c8c80df7402ca8062be79b5/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63726f636b65747439352f70726f6a656374706c6163656f617574682e7376673f7374796c653d666c6174)](https://packagist.org/packages/crockett95/projectplaceoauth)[![Packagist Version](https://camo.githubusercontent.com/52295fe2a92425644ef99037769104ba71bebd5e47c801f44fa9fb74a44f3bdd/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63726f636b65747439352f70726f6a656374706c6163656f617574682e7376673f7374796c653d666c6174)](https://packagist.org/packages/crockett95/projectplaceoauth)[![Packagist Downloads](https://camo.githubusercontent.com/2a8ac99cbe9a07e76c70b690777b04c2fd6e48872a127e4966e606e2abadec15/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63726f636b65747439352f70726f6a656374706c6163656f617574682e7376673f7374796c653d666c6174)](https://packagist.org/packages/crockett95/projectplaceoauth)

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

[](#installation)

The library is available on [Packagist](https://packagist.org/packages/crockett95/projectplaceoauth). The recommended way to install it is with [composer](http://getcomposer.org).

Add as a dependency in `composer.json`:

```
{
    "require": {
        "crockett95/projectplaceoauth": "~0.1"
    }
}
```

Or require with `composer`:

```
composer require crockett95/projectplaceoauth
```

Usage
-----

[](#usage)

Use the `ServiceFactory::registerService` method from the PHPOAuthLib library to register the new service.

```
