2017 © Pedro Peláez
 

library marvel-superhero-api

This is a PHP package for working with the Marvel developer API.

image

christophrumpel/marvel-superhero-api

This is a PHP package for working with the Marvel developer API.

  • Sunday, August 7, 2016
  • by christophrumpel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Latest Version Software License, (*1)

Marvel Superhero API

This is a helper package for working with the Marvel developer API., (*2)

Examples

// Get an Marvel account and your keys here https://developer.marvel.com/
$publicKey = "your_public_key";
$privateKey = "your_private_key";

$api = new MarvelUniverse\SuperheroApi($publicKey, $privateKey);

// Get all characters
$characters = $api->characters()->getAll(['nameStartsWith' => 'Y']);

// Get 3-D Man
$threedman = $api->characters()->getById(1011334);

// Get comics from 3-D Man
$comics = $api->characters()->getComics(1011334, ['format' => 'comic']);

// Get events from 3-D Man
$events = $api->characters()->getEvents(1011334);

// Get series from 3-D Man
$series = $api->characters()->getSeries(1011334);

// Get stories from 3-D Man
$stories = $api->characters()->getStories(1011334);

// For more examples checkout the example.php file

Covered

  • [x] All character calls
  • [x] All comic calls

Roadmap

More to come:, (*3)

  • [ ] Creators calls
  • [ ] Events calls
  • [ ] Series calls
  • [ ] Stories calls

The Versions

07/08 2016

dev-master

9999999-dev https://github.com/christophrumpel/marvel-superhero-api

This is a PHP package for working with the Marvel developer API.

  Sources   Download

MIT

The Requires

 

The Development Requires

christophrumpel marvel-superheeor-api

25/05 2015

0.0.4

0.0.4.0 https://github.com/christophrumpel/marvel-superhero-api

This is a PHP package for working with the Marvel developer API.

  Sources   Download

MIT

The Requires

 

The Development Requires

christophrumpel marvel-superheeor-api

09/05 2015

0.0.3

0.0.3.0 https://github.com/christophrumpel/marvel-superhero-api

This is a PHP package for working with the Marvel developer API.

  Sources   Download

MIT

The Requires

 

The Development Requires

christophrumpel marvel-superheeor-api

09/05 2015

0.0.2

0.0.2.0 https://github.com/christophrumpel/marvel-superhero-api

This is a PHP package for working with the Marvel developer API.

  Sources   Download

MIT

The Requires

 

The Development Requires

christophrumpel marvel-superheor-api

09/05 2015

0.0.1

0.0.1.0 https://github.com/thephpleague/marvel-superheor-api

:package_description

  Sources   Download

MIT

The Requires

 

The Development Requires

christophrumpel marvel-superheor-api