2017 © Pedro Peláez
 

library phpokemon

atog/phpokemon is a PHP 5.5+ wrapper for PokeAPI

image

atog/phpokemon

atog/phpokemon is a PHP 5.5+ wrapper for PokeAPI

  • Saturday, May 14, 2016
  • by PascalKleindienst
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

atog/phpokemon

Latest Version on Packagist ![Software License][ico-license] Build Status ![HHVM][ico-hhvm] StyleCI Coverage Status ![Quality Score][ico-code-quality] Total Downloads, (*1)

atog/phpokemon is a PHP 5.5+ wrapper for PokeAPI. This package is compliant with PSR-1, PSR-2 and PSR-4., (*2)

Install

Via Composer, (*3)

``` bash $ composer require atog/phpokemon, (*4)


## Usage ``` php <?php require_once 'vendor/autoload.php'; $client = new \Atog\PHPokemon\Client(); $client->pokemon->find('bulbasaur'); // returns Atog\PHPokemon\Models\Pokemon $client->pokemon->find(2); // returns Atog\PHPokemon\Models\Pokemon $client->moves->find(15); // returns Atog\PHPokemon\Models\Moves

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Security

If you discover any security related issues, please email pascal.kleindienst@posteo.de instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

14/05 2016

dev-api-v1

dev-api-v1 https://github.com/atog/phpokemon

atog/phpokemon is a PHP 5.5+ wrapper for PokeAPI

  Sources   Download

MIT

The Requires

 

The Development Requires

atog phpokemon pokeapi

14/05 2016

dev-master

9999999-dev https://github.com/atog/phpokemon

atog/phpokemon is a PHP 5.5+ wrapper for PokeAPI

  Sources   Download

MIT

The Requires

 

The Development Requires

atog phpokemon pokeapi

14/05 2016

v1.0.0

1.0.0.0 https://github.com/atog/phpokemon

atog/phpokemon is a PHP 5.5+ wrapper for PokeAPI

  Sources   Download

MIT

The Requires

 

The Development Requires

atog phpokemon pokeapi