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
- Host: GitHub
- URL: https://github.com/mike42/provisioningapi
- Owner: mike42
- Created: 2013-06-02T23:45:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T00:10:17.000Z (over 12 years ago)
- Last Synced: 2024-12-29T17:45:29.219Z (about 1 year ago)
- Language: PHP
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.