Skip to content

easybib/services_oneall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service wrapper for the OneAll API

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

About

Deprecated API wrapper for OneAll.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages