Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.16 KB

blackboard-soap-client

A PHP client library for Blackboard 9's Soap API. Project goals include

  • Providing more transparency into WS-Security Header ...
  • ... without requiring users to generate their own headers or parameter XML
  • Use code generation to provide transparency into methods and their parameters
  • Enough documentation of Blackboard objects to use them (i.e. Filters)

If you're looking for instructions on how to make an API calls, the three step Register, Login, Call process is documented in the Wiki.

Add to Composer

You're just a simple require and repositoryaway

"repositories": [
{
    "type": "vcs",
    "url": "https://github.com/astorm/blackboard-soap-client"
}],	

"require": {
	"pulsestorm/blackboard-soap-client": "0.2.1"
}

Thanks To

The transport layer of this project is based on the library open sourced by St. Edwards, and kudos to Blackboard for getting more code online.