Download the PHP package orgmanager/orgmanager-api without Composer
On this page you can find all versions of the php package orgmanager/orgmanager-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download orgmanager/orgmanager-api
More information about orgmanager/orgmanager-api
Files in orgmanager/orgmanager-api
Package orgmanager-api
Short Description PHP Client for the OrgManager API
License MPL-2.0
Homepage https://github.com/orgmanager/php-orgmanager-api
Informations about the package orgmanager-api
PHP OrgManager API Client
This package makes it easy to interact with the OrgManager API.
Installation
You can install the package via composer:
Usage
You must pass a Guzzle client and the API token to the constructor of OrgManager\ApiClient\OrgManager
.
or you can skip the token and use the connect()
method later
Get User info
Get User Orgs
Get Org info
Change Org Password
Update Org
Delete Org
Get Stats
Renenerate Token
where $set
is false if you don't want to use the new token on future requests.
Get the Guzzle Client
Set the Guzzle Client
where $client is an instance of \GuzzleHttp\Client
.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Miguel Piedrafita
- All Contributors
License
The Mozilla Public License 2.0 (MPL-2.0). Please see License File for more information.