Skip to content

Releases: php-api-clients/supervisord

1.1.0

07 Jul 22:59
1.1.0
db86cb4
Compare
Choose a tag to compare
  • 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);

1.0.0

07 Jul 23:28
1.0.0
Compare
Choose a tag to compare
  • Initial release