Pixiv API for PHP (with Auth supported)
composer require kokororin/pixiv-api-php:dev-master
require './vendor/autoload.php';
$api = new PixivAppAPI;
# running some methods
$api->method();
To execute the test suite, you'll need phpunit.
$ PIXIV_USERNAME=XXX PIXIV_PASSWORD=XXX composer test
ALL METHODS need authentication.
See PixivAppAPI.php or PixivAppAPITest.php for detail usage.
Some methods need authentication.
See PixivAPI.php or PixivAPITest.php for detail usage.