Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1015 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 1015 Bytes

JBZoo TeamCity Build Status Coverage Status

PHP library description

License Latest Stable Version Scrutinizer Code Quality

Example

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

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

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

Unit tests and check code style

make
make test-all

License

MIT