PHPackages                             thiagorb/codeship - 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. [API Development](/categories/api)
4. /
5. thiagorb/codeship

ActiveLibrary[API Development](/categories/api)

thiagorb/codeship
=================

Client for accessing Codeship API

0.5.0(3y ago)111.3kMITPHPPHP &gt;=7.1

Since Jun 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thiagorb/codeship)[ Packagist](https://packagist.org/packages/thiagorb/codeship)[ RSS](/packages/thiagorb-codeship/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (4)Versions (10)Used By (0)

Codeship API Client
===================

[](#codeship-api-client)

A PHP Client to use the Codeship API.

Requirements
------------

[](#requirements)

- PHP 7.1 or newer
- Composer

Installing
----------

[](#installing)

This project follows the [PSR-18](https://www.php-fig.org/psr/psr-18/) convention, which means you can use any HTTP client implementation with it.

If you don't know which one to choose, you can use the [guzzle adapter](https://github.com/php-http/guzzle6-adapter).

To install the client with guzzle using composer run:

```
composer require thiagorb/codeship php-http/guzzle6-adapter

```

Usage
-----

[](#usage)

1. Instantiate a factory

    - Using guzzle:

    ```
    $factory = new \Thiagorb\Codeship\Guzzle\Factory;

    ```

    - Using another client:

    ```
    $factory = new \Thiagorb\Codeship\Factory($client, $requestFactory);

    ```
2. Instantiate the client

```
$codeship = $factory->build('user@example.com', 'password');

```

3. Ready to use

```
$firstOrganization = $codeship->accountOrganizations()->read()[0];

$projects = $codeship->organizations()
    ->find($firstOrganization->getUuid())
    ->projects()
    ->read();

foreach ($projects->getProjects() as $project) {
    var_dump($project->getName());
}

```

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/thiagorb/codeship/tags).

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~159 days

Recently: every ~278 days

Total

8

Last Release

1422d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.5.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4068ca7fee9c9013abf65009886906424f14c64072e9775b6fb861c9d91c75e?d=identicon)[thiagorb](/maintainers/thiagorb)

---

Top Contributors

[![thiagorb](https://avatars.githubusercontent.com/u/821208?v=4)](https://github.com/thiagorb "thiagorb (27 commits)")

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thiagorb-codeship/health.svg)

```
[![Health](https://phpackages.com/badges/thiagorb-codeship/health.svg)](https://phpackages.com/packages/thiagorb-codeship)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
