Skip to content

jounisuo/blackboard-soap-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A PHP client library for Blackboard 9's Soap API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%