Download the PHP package yangusik/shikimori-api-php without Composer
On this page you can find all versions of the php package yangusik/shikimori-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package shikimori-api-php
Shikimori API PHP
🔌 A PHP wrapper for the http://shikimori.one API
This is a PHP wrapper for Shikimori Web API. It includes the following:
- Helper methods for all API endpoints
- Authorization Code.
- Automatic refreshing of access tokens.
- Automatic retry of rate limited requests.
- PSR-4 autoloading support.
Requirements
- PHP 7.4 or later.
- PHP cURL extension (Usually included with PHP).
- PHP Json extension (Usually included with PHP).
Installation
Install it using Composer:
Usage
Before using the Shikimori API, you'll need to create an app at Shikimori app.
Simple example displaying a user's profile:
Some resources do not require a token, such as anime
All options for getAll can see at documentation Shikimori.
If the resource requires a token, such as Dialog
For more instructions and examples, check out the documentation. (soon)
License
MIT license. Please see LICENSE for more info.
All versions of shikimori-api-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package yangusik/shikimori-api-php contains the following files
Loading the files please wait ....