Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/assistanz/fogpanel-admin-api-php
Simple library interface for FogPanel Admin APIs
https://github.com/assistanz/fogpanel-admin-api-php
php
Last synced: 17 days ago
JSON representation
Simple library interface for FogPanel Admin APIs
- Host: GitHub
- URL: https://github.com/assistanz/fogpanel-admin-api-php
- Owner: assistanz
- License: bsd-2-clause
- Created: 2014-02-28T12:07:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T01:52:01.000Z (almost 11 years ago)
- Last Synced: 2023-08-13T13:20:52.119Z (over 1 year ago)
- Topics: php
- Language: PHP
- Size: 707 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FogPanel Admin API - PHP Library
======================Simple library interface for FogPanel Admin APIs, Wrapped by CURL calls for all the REST APIs provided.
## Installation
```js
{
"require": {
"assistanz/fogpanel-admin-api": "dev-master"
}
}
```## Versions
Version numbers will be distinct from FogPanel release versions. Their compatability will be explained in each version.
## Coding Standards
* Follow PSR-2 Standards