An open API service indexing awesome lists of open source software.

https://github.com/mike42/provisioningapi

PHP code to provide a simple interface to the Google Provisioning API
https://github.com/mike42/provisioningapi

Last synced: 13 days ago
JSON representation

PHP code to provide a simple interface to the Google Provisioning API

Awesome Lists containing this project

README

          

Provisioning API
================

This code provides a simple PHP interface to the Google Apps Provisioning API. It is intended for command-line scripting of Google Apps administrative functions, rather than web-based usage.

It is similar to the Zend Google Data library. This code was put together because that project lacks support for organizational units, and is not being developed.

Requriements
------------
You will need:
- [PHP](http://php.net/) with the [cURL extension](http://php.net/manual/en/book.curl.php) loaded.
- A [Google Apps account](http://www.google.com/enterprise/apps/) with administrator access, on a domain with [API Access enabled](https://developers.google.com/google-apps/provisioning/#getting_started).

Note
----
Both of these APIs are deprecated, as of May 2013. At some point in the future, this project will be replaced by the newer Directory API.

Currently (June 2013), the Directory API is not listed as supporting service applications, and has no examples, which is why it is not being used.

APIs Used
---------
- [Google Apps Provisioning API](https://developers.google.com/google-apps/provisioning/) - Deprecated May 2013.
- [Google ClientLogin](https://developers.google.com/accounts/docs/AuthForInstalledApps) - Deprecated April 2012.