Releases: php-api-clients/supervisord
Releases · php-api-clients/supervisord
1.1.0
- Added support for authentication. Pass an options array with a username (and password) into the client to authenticate with
supervisord
:
$options = [
Options::USERNAME => 'username',
Options::PASSWORD => 'password',
];
$client = Client::create('localhost:12345', $options);