├── .gitignore ├── LICENSE.md ├── README.md ├── composer.json ├── src └── ISPConfigWS.php └── tests └── ISPConfigWSTest.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pemedina/ispconfig-wrapper/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pemedina/ispconfig-wrapper/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pemedina/ispconfig-wrapper/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pemedina/ispconfig-wrapper/HEAD/composer.json -------------------------------------------------------------------------------- /src/ISPConfigWS.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pemedina/ispconfig-wrapper/HEAD/src/ISPConfigWS.php -------------------------------------------------------------------------------- /tests/ISPConfigWSTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pemedina/ispconfig-wrapper/HEAD/tests/ISPConfigWSTest.php --------------------------------------------------------------------------------