Download the PHP package elogank/php-lol-api without Composer

On this page you can find all versions of the php package elogank/php-lol-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-lol-api

Since the October 1st 2014, a custom API is not fully allowed by the League of Legend's Terms of Use, only some API calls are allowed. More information : https://developer.riotgames.com


League of Legends PHP API

Unofficial RTMP API fully PHP and asynchronous for League of Legends.
With this API you can retrieve some data about summoners in real-time directly from Riot servers.

You can use the API client from this repository : https://github.com/EloGank/lol-php-api-client

Features

Installation

How to install this API
Additional installation instructions for the production environment

Configuration

How to configure this API

How to use

How to use this API

Route list

The routing component

Documentation

The document is stored in the doc folder of this repository. Here, the main titles :

Important notes

Use a development account for your tests, and not your real live game account.
Be aware that only one API/person can be connected at the same time with the same account. If you have production server and development server, use two distinct accounts.

Related projects

Known issues

Reporting an issue or a feature request

Feel free to open an issue, fork this project or suggest an awesome new feature in the issue tracker.
When reporting an issue, please include your asynchronous configuration (enabled or not).

Credit

See the list of contributors.
The RTMP client class is a PHP partial rewrite of the awesome Gabriel Van Eyck's work.

Licence

Creative Commons Attribution-ShareAlike 3.0

League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends (c) Riot Games, Inc.


All versions of php-lol-api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
symfony/console Version 2.5.*@dev
symfony/event-dispatcher Version 2.5.*@dev
symfony/monolog-bridge Version 2.5.*@dev
symfony/yaml Version v2.4.2
sabre/amf Version dev-master
monolog/monolog Version 1.8.0
incenteev/composer-parameter-handler Version v2.1.0
react/socket Version 0.4.*@dev
predis/predis Version 0.8.*@dev
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package elogank/php-lol-api contains the following files

Loading the files please wait ....