jbzoo/teamcity

此包已被弃用且不再维护。未建议替代包。

JetBrains TeamCity CI 工具

1.0.0 2016-03-20 22:07 UTC

This package is auto-updated.

Last update: 2020-08-17 08:46:27 UTC


README

PHP 库描述

License Latest Stable Version Scrutinizer Code Quality

示例

require_once './vendor/autoload.php'; // composer autoload.php

// Get needed classes
use JBZoo\TeamCity\TeamCity;

// Just use it!
$object = new TeamCity();
$object->doSomeMagic(':)');

单元测试和代码风格检查

make
make test-all

许可证

MIT