PHPackages                             chadicus/marvel-api-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. [HTTP &amp; Networking](/categories/http)
4. /
5. chadicus/marvel-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

chadicus/marvel-api-client
==========================

PHP Client for the Marvel API

v3.0.1(8y ago)183717[3 issues](https://github.com/chadicus/marvel-api-client/issues)[2 PRs](https://github.com/chadicus/marvel-api-client/pulls)MITPHPPHP ^7.0

Since Dec 15Pushed 3y ago3 watchersCompare

[ Source](https://github.com/chadicus/marvel-api-client)[ Packagist](https://packagist.org/packages/chadicus/marvel-api-client)[ RSS](/packages/chadicus-marvel-api-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (11)Versions (13)Used By (0)

Marvel API Client
=================

[](#marvel-api-client)

[![Build Status](https://camo.githubusercontent.com/bcf617b0c1a7b83b08f8b7c4e77dd06f3dae3576cd58bb0201744f2a745fa999/68747470733a2f2f7472617669732d63692e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742e7376673f6272616e63683d76332e78)](https://travis-ci.org/chadicus/marvel-api-client)[![Code Quality](https://camo.githubusercontent.com/d332e8cb06db055226898c1b2304b91fc9e6ec081316ec40d38bfbea9191f01d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63686164696375732f6d617276656c2d6170692d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d76332e78)](https://scrutinizer-ci.com/g/chadicus/marvel-api-client/?branch=v3.x)[![Code Coverage](https://camo.githubusercontent.com/69cce73f9dc21e84b7f407da2ed78d18c327d02d79c914bf528b41bf33bfa215/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f63686164696375732f6d617276656c2d6170692d636c69656e742f62616467652e7376673f6272616e63683d76332e78)](https://coveralls.io/github/chadicus/marvel-api-client?branch=v3.x)

[![Latest Stable Version](https://camo.githubusercontent.com/15db29e0cb60ae92d56dd169f2bedc16120eae0ebcf95e93dd2c1cd21bcf60fa/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742f762f737461626c65)](https://packagist.org/packages/chadicus/marvel-api-client)[![Latest Unstable Version](https://camo.githubusercontent.com/c4878fcc571d21879d738384ec24b2c55581bfaa4ff10c7f3477d9e40b0f9740/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/chadicus/marvel-api-client)[![License](https://camo.githubusercontent.com/81d00ae2531c3ef5e69dceab1cd40e1c4288962d178cc36afc49efd48d373774/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742f6c6963656e7365)](https://packagist.org/packages/chadicus/marvel-api-client)

[![Total Downloads](https://camo.githubusercontent.com/2ea9951cfeb211738a8a55e78f239d7e8d1c8fab632c7d1986e8467b62b73ed4/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/chadicus/marvel-api-client)[![Daily Downloads](https://camo.githubusercontent.com/855019d46371657c62df241ab299676c63eaeead68272b904a7bd95693c7a89e/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742f642f6461696c79)](https://packagist.org/packages/chadicus/marvel-api-client)[![Monthly Downloads](https://camo.githubusercontent.com/893e0378bbbf0b2e0a3e97744b576c2d5a9f0b647fa40d5c0a6dd4efbe742796/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6d617276656c2d6170692d636c69656e742f642f6d6f6e74686c79)](https://packagist.org/packages/chadicus/marvel-api-client)

A PHP client for use with the [Marvel API](http://developer.marvel.com/docs).

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

[](#requirements)

The Marvel API Client requires PHP 7.0 (or later).

Composer
--------

[](#composer)

To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `chadicus/marvel-api-client` to your project's `composer.json` file such as:

```
composer require chadicus/marvel-api-client
```

Examples
--------

[](#examples)

Examples of use can be found [here](/examples)

### Basic Usage

[](#basic-usage)

```
