PHPackages                             snide/php-magnum-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. [API Development](/categories/api)
4. /
5. snide/php-magnum-client

ActiveLibrary[API Development](/categories/api)

snide/php-magnum-client
=======================

Magnum CI API PHP Client

1.0.0(12y ago)15MITPHPPHP &gt;=5.3.3

Since Feb 20Pushed 12y agoCompare

[ Source](https://github.com/pdenis/magnum-client)[ Packagist](https://packagist.org/packages/snide/php-magnum-client)[ Docs](http://github.com/pdenis/magnum-client)[ RSS](/packages/snide-php-magnum-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Magnum CI API PHP Client
========================

[](#magnum-ci-api-php-client)

A simple PHP client for [Magnum CI API](https://magnum-ci.com/docs/api)

[![Build Status](https://camo.githubusercontent.com/5bfadd4f5178b9a052edcecf49e1e40213ce2148cb7818a8c82604ec6eb425cc/68747470733a2f2f6d61676e756d2d63692e636f6d2f7374617475732f35383830363761623637373933353236366233313864366537653666663435662e706e67)](https://magnum-ci.com/public/8e6f82b13dc3c05f3e53/builds)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/3106d6f7a3ae9863a53e71e107be08fd529809191b9964b5449f6b979a4c8b05/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f6d61676e756d2d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d30616363376638306665653838636534653836313535393737323961623366643166306362383738)](https://scrutinizer-ci.com/g/pdenis/magnum-client/)[![Code Coverage](https://camo.githubusercontent.com/55048a74799fe1980a0b5c776ecaf936905d4dcc74caa39b14ad8c0228599eac/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f6d61676e756d2d636c69656e742f6261646765732f636f7665726167652e706e673f733d32623239653162323263363236386637356439386339326135386632636133346336343237363133)](https://scrutinizer-ci.com/g/pdenis/magnum-client/)[![Latest Stable Version](https://camo.githubusercontent.com/4670972216226120e4d73caf2ea93c4edd13b0e0eb77f9d20cfc77f3e0a4f5b2/68747470733a2f2f706f7365722e707567782e6f72672f736e6964652f7068702d6d61676e756d2d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/snide/php-magnum-client)[![Total Downloads](https://camo.githubusercontent.com/596208ef9b564f269cb0f048b48574c13692496c1ae37f74cb774776f9d8cd94/68747470733a2f2f706f7365722e707567782e6f72672f736e6964652f7068702d6d61676e756d2d636c69656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/snide/php-magnum-client)[![License](https://camo.githubusercontent.com/e0d2f62b088be8637bc95480437f853f7c33bf3cbef5f2892f2b8febe35ea97d/68747470733a2f2f706f7365722e707567782e6f72672f736e6964652f7068702d6d61676e756d2d636c69656e742f6c6963656e73652e706e67)](https://packagist.org/packages/snide/php-magnum-client)

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

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

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

Usage
-----

[](#usage)

### Getting Project info :

[](#getting-project-info-)

```
