Download the PHP package simivar/tibiadata-api without Composer
On this page you can find all versions of the php package simivar/tibiadata-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simivar/tibiadata-api
More information about simivar/tibiadata-api
Files in simivar/tibiadata-api
Package tibiadata-api
Short Description TibiaData API is a open source library that allows you to access TibiaData API from your PHP application. Supports every resource. Follows Semver and TibiaData API versioning.
License MIT
Homepage https://github.com/simivar/tibiadata-api
Informations about the package tibiadata-api
TibiaData API
TibiaData API is a open source library that allows you to access TibiaData API from your PHP application.
Getting started
TibiaData API is avialable via Composer. It uses HTTPlug abstraction so you are free to choose any HTTP Client you want that depends on php-http/client-implementation virutal package.
Usage
Note: This version of TibiaData API requires PHP version of 7.1 or higher.
You can use every resource available with classes from Resources namespace. You can create main TibiaData
object and use getters or create every object on your own.
Versioning
Created using Semver. All minor and patch updates are backwards compatibile.
Also, it strictly follows TibiaData API versioning. Version 2.0 of library supports v2
of TibiaData API.
License
Please see the license file for more information.
All versions of tibiadata-api with dependencies
php-http/httplug Version ^1.0
php-http/message Version ^1.0
php-http/client-common Version ^1.0
php-http/discovery Version ^1.0