PHPackages                             snide/php-travis-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. snide/php-travis-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

snide/php-travis-client
=======================

PHP Travis Client

1161PHP

Since Feb 25Pushed 12y agoCompare

[ Source](https://github.com/pdenis/travis-client)[ Packagist](https://packagist.org/packages/snide/php-travis-client)[ RSS](/packages/snide-php-travis-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

travis-client
=============

[](#travis-client)

PHP Client for Travis API

[![Build Status](https://camo.githubusercontent.com/62587737a6b5a0b33b3a88b881fdcf92339c7bc6032db98572c3a0dc04639675/68747470733a2f2f7472617669732d63692e6f72672f7064656e69732f7472617669732d636c69656e742e706e67)](https://travis-ci.org/pdenis/travis-client)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/b49158b56fe86b2a21ae12f0f253ddca90c022c9c5617444a7e68552f0b31894/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f7472617669732d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d39353164313266643633326538653866393632383063643266633263353461366135623564653133)](https://scrutinizer-ci.com/g/pdenis/travis-client/)[![Code Coverage](https://camo.githubusercontent.com/3a386f5cb3043a1dc8b92dd27a29fa5d65d13e1367fe440eef0fd4c76630d19c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f7472617669732d636c69656e742f6261646765732f636f7665726167652e706e673f733d64333162383530306431646166623462653339353935393238643933343663623131326330343830)](https://scrutinizer-ci.com/g/pdenis/travis-client/)

Installation
------------

[](#installation)

### Installation by Composer

[](#installation-by-composer)

If you use composer, add travis-client library as a dependency to the composer.json of your application

```
    "require": {
        ...
        "snide/php-travis-client": "dev-master"
        ...
    },
```

Usage
-----

[](#usage)

### Getting Repository info :

[](#getting-repository-info-)

```
