Skip to content

This is an unofficial helper library for the Marvel Comics API and is available on Gitlab:

License

Notifications You must be signed in to change notification settings

r3sult/marvel-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The Unofficial Marvel PHP Library

This is a helper library for the Marvel Comics API - http://developer.marvel.com/

All characters - no matter how awesome they are - are owned by Marvel Comics. Also, if you use this library, make sure you follow their attribution rules: http://developer.marvel.com/documentation/attribution

Ongoing Development

This PHP library is no longer maintained here. You can still download and install it via Composer as described below.

If you want to make requests, changes, or have suggestions, visit this repository on Gitlab:

https://gitlab.com/CaseySoftware/marvel-php

Installing via Composer

The recommended way to install the Marvel library is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add the library as a dependency
php composer.phar require caseysoftware/marvel-helper ~2.0

or alternatively, you can add it directly to your composer.json file.

{
    "require": {
        "caseysoftware/marvel-helper": "~2.0"
    }
}

Then install via Composer:

composer install

Finally, require Composer's autoloader in your PHP script:

require __DIR__.'/vendor/autoload.php';

About

This is an unofficial helper library for the Marvel Comics API and is available on Gitlab:

Resources

License

Stars

Watchers

Forks

Packages

No packages published