Download the PHP package florianorineveu/ow-api-php without Composer
On this page you can find all versions of the php package florianorineveu/ow-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download florianorineveu/ow-api-php
More information about florianorineveu/ow-api-php
Files in florianorineveu/ow-api-php
Download florianorineveu/ow-api-php
More information about florianorineveu/ow-api-php
Files in florianorineveu/ow-api-php
Vendor florianorineveu
Package ow-api-php
Short Description PHP wrapper for Ow-API
License MIT
Homepage https://ow-api.com/
Package ow-api-php
Short Description PHP wrapper for Ow-API
License MIT
Homepage https://ow-api.com/
Please rate this library. Is it a good library?
Informations about the package ow-api-php
Ow-API (Overwatch API) PHP Wrapper
Overview
This repository contains an unofficial PHP wrapper for the Ow-API.
API resources and response examples are in the Official Documentation.
Table of contents
- Compatibility
- Installation
- How to use
- Contribute
Compatibility
This library requires PHP v7.1 or higher.
Installation
Use the below code to install the wrapper:
composer require fnev-eu/ow-api-php
How to use
Example
The profile
, completeStats
and heroes
method will return a Response
with the following methods:
isSuccess
: returns a boolean indicating if the API call was successfulgetStatus
: HTTP status codegetBody
: PHP associative array from the JSON responsegetRequest
andgetRawResponse
to help you for debug
Contribute
Feel free to ask anything and contribute:
- Fork the project
- Create a new branch
- Implement your idea or fix
- Commit, push and open a pull request!
All versions of ow-api-php with dependencies
PHP Build Version
Package Version
The package florianorineveu/ow-api-php contains the following files
Loading the files please wait ....