PHPackages                             ikoene/marvel-api-bundle - 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. ikoene/marvel-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

ikoene/marvel-api-bundle
========================

A Symfony bundle that provides a Marvel API client service.

0.6.0(8y ago)2561MITPHP

Since Feb 16Pushed 8y agoCompare

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

READMEChangelog (10)Dependencies (7)Versions (13)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c1d692fb9d1f4648c47bf06d150a7634fef8fdf5679325eb2201e6f77298c70a/68747470733a2f2f7472617669732d63692e6f72672f696b6f656e652f6d617276656c2d6170692d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ikoene/marvel-api-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/291fb1df7abd87941a7b59a8bc3ee3a086a0b257d5b1e1980e3657b1107e1f2c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696b6f656e652f6d617276656c2d6170692d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ikoene/marvel-api-bundle/?branch=master)[![Packagist](https://camo.githubusercontent.com/8b662a732bd7182a5106967a19d643a189e609d5c4168175818a7ca94c4ca2fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696b6f656e652f6d617276656c2d6170692d62756e646c652e737667)](https://packagist.org/packages/ikoene/marvel-api-bundle)[![Installs](https://camo.githubusercontent.com/802d85f7512114dc463d249324e924208b615df782a50f396dafc854a317c35b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696b6f656e652f6d617276656c2d6170692d62756e646c652e737667)](https://packagist.org/packages/ikoene/marvel-api-bundle)[![license](https://camo.githubusercontent.com/0fffba11f4cc4bee43f17f7019eb94aabb4bf36840cb5b7cb1828bbe67043102/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696b6f656e652f6d617276656c2d6170692d62756e646c652e7376673f6d61784167653d32353932303030)](https://github.com/ikoene/Marvel-API-bundle/blob/master/LICENSE)

Marvel API bundle
=================

[](#marvel-api-bundle)

The **Marvel Comics API** allows developers everywhere to access information about Marvel's vast library of comics—from what's coming up, to 70 years ago. This **Marvel API bundle** helps you explore the Marvel universe with great ease.

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

[](#requirements)

- PHP 7.1.0
- [Marvel API key](http://developer.marvel.com/account)
- Love for Marvel

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

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require ikoene/marvel-api-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require ikoene/marvel-api-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
