Download the PHP package kokororin/pixiv-api-php without Composer
On this page you can find all versions of the php package kokororin/pixiv-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kokororin/pixiv-api-php
More information about kokororin/pixiv-api-php
Files in kokororin/pixiv-api-php
Download kokororin/pixiv-api-php
More information about kokororin/pixiv-api-php
Files in kokororin/pixiv-api-php
Vendor kokororin
Package pixiv-api-php
Short Description Pixiv API for PHP (with Auth supported)
License MIT License
Homepage https://github.com/kokororin/pixiv-api-php
Package pixiv-api-php
Short Description Pixiv API for PHP (with Auth supported)
License MIT License
Homepage https://github.com/kokororin/pixiv-api-php
Please rate this library. Is it a good library?
Informations about the package pixiv-api-php
pixiv-api-php
Pixiv API for PHP (with Auth supported)
Installation
composer require kokororin/pixiv-api-php:dev-master
Example:
require './vendor/autoload.php';
$api = new PixivAppAPI;
# running some methods
$api->method();
Tests
To execute the test suite, you'll need phpunit.
API
PixivAppAPI
ALL METHODS need authentication.
See PixivAppAPI.php or PixivAppAPITest.php for detail usage.
PixivAPI (deprecated)
Some methods need authentication.
See PixivAPI.php or PixivAPITest.php for detail usage.
All versions of pixiv-api-php with dependencies
PHP Build Version
Package Version
No informations.
The package kokororin/pixiv-api-php contains the following files
Loading the files please wait ....