2017 © Pedro Peláez
 

library clashofapi

Laravel package for the usage of the official Clash of Clans API.

image

raphaelb/clashofapi

Laravel package for the usage of the official Clash of Clans API.

  • Wednesday, January 10, 2018
  • by Raphaelb
  • Repository
  • 2 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Laravel logo Clash Of API

Laravel package providing additional functionality to the official Clash Of Clans API., (*1)

Build Status GitHub Version StyleCI Total Downloads License, (*2)

Composer require
"raphaelb/clashofapi": "~3.0"
API Key

Before this is going to work you need to get an api key from https://developer.clashofclans.com/#/, (*3)

Insert this into your .env file., (*4)

CLASH_KEY=yourapikeyhere, (*5)

Example
public function someMethodBeingCalled()
{
    $clans = app()->make('clash')
                    ->getClans(['name'  => 'Clans',
                                'limit' => '20']);

    return view('yourview', compact('clans'));
}
In-depth examples

Please check the examples.md file., (*6)

License

Raphael Bronsveld - MIT Licensed, (*7)

Suggestions? E-mail me at raphaelbronsveld@outlook.com, (*8)

The Versions

10/01 2018

dev-master

9999999-dev

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api clashofclans

16/10 2017

v3.0.0

3.0.0.0

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api clashofclans

06/07 2017

dev-develop

dev-develop

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api clashofclans

21/03 2016

v2.1.0

2.1.0.0

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

 

laravel api clashofclans

17/03 2016

v2.0.0

2.0.0.0

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

 

laravel api clashofclans

16/03 2016

v1.0.1

1.0.1.0

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel api clashofclans

16/03 2016

v1.0.0

1.0.0.0

Laravel package for the usage of the official Clash of Clans API.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel api clashofclans