for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Phprest\Stub\Service;
use Phprest\Service\Configurable;
class SampleConfig implements Configurable
{
public static function getServiceName()
return 'sample';
}