easybib/services_oneall

This package is abandoned and no longer maintained. No replacement package was suggested.

WIP API wrapper for OneAll

0.2.1 2013-05-14 09:02 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:24:55 UTC


README

The following methods are currently supported:

  • /users/TOKEN.json (used to pull data of a certain user)
  • /users.json (used to get all users who previously logged in through OneAll)
  • /connections/TOKEN.json (pull data when people log into your site through OneAll)

More? Work in progress — or feel free to send pull-requests!

Installation

This code is available through composer and packagist.org - add the following to your composer.json:

{
  "require": {
    "easybib/services_oneall": "*"
  }
}

Or define a repository:

{
  "repositories": [
    {
      "url": "http://github.com/easybib/services_oneall",
      "type": "vcs"
    }
  ],
  "require": {
    "easybib/services_oneall": "*"
  }
}

Requirements:

Tests

$ phpunit