https://github.com/pageon/ispconfig-api
OO ispconfig api wrapper
https://github.com/pageon/ispconfig-api
api-wrapper ispconfig php
Last synced: 6 months ago
JSON representation
OO ispconfig api wrapper
- Host: GitHub
- URL: https://github.com/pageon/ispconfig-api
- Owner: pageon
- License: mit
- Created: 2017-05-15T14:05:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T13:46:54.000Z (about 9 years ago)
- Last Synced: 2024-12-29T11:33:22.395Z (over 1 year ago)
- Topics: api-wrapper, ispconfig, php
- Language: PHP
- Homepage: http://pageon.be
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wrapper for ispconfig
If you want to automate your account but don't have access to the usual remote endpoints you can use this library
## Dependencies
**Remark**: You should install our dependencies. The dependencies are handled by [composer](http://getcomposer.org/)
To install the dependencies, you can run the command below in the document-root:
composer install -o
## Security
If you discover any security related issues, please email info@pageon.be instead of using the issue tracker.
## Bugs
If you encounter any bugs, please create an issue on [Github](https://github.com/pageon/ispconfig-api/issues).
## Running the tests
We use phpunit as a test framework. It's installed when using composer install.
Running the tests:
./vendor/bin/phpunit
In order to run the tests you will need to make sure the following environment vars are available
* **PAGEON_ISPCONFIG_TEST_ENDPOINT** (the url of ispconfig without the index.php on the end)
* **PAGEON_ISPCONFIG_TEST_USERNAME** (the username of your test account)
* **PAGEON_ISPCONFIG_TEST_PASSWORD** (the password of your test account)