All Projects → kokororin → Pixiv Api Php

kokororin / Pixiv Api Php

Licence: mit
Pixiv API for PHP

Labels

Projects that are alternatives of or similar to Pixiv Api Php

Pix Ezviewer
一个支持免代理直连+多种额外特性功能优化的第三方 Pixiv android 客户端 | A third-party Pixiv Android client with modern design and many other enhancements
Stars: ✭ 367 (+431.88%)
Mutual labels:  pixiv
Cq Picsearcher Bot
🤖 基于 saucenao / ascii2d / whatanime 的搜图机器人
Stars: ✭ 830 (+1102.9%)
Mutual labels:  pixiv
Pixiv Crawler
Scrapy框架下的pixiv多功能爬虫
Stars: ✭ 46 (-33.33%)
Mutual labels:  pixiv
Pixivfs Uwp
A Pixiv client for UWP users
Stars: ✭ 428 (+520.29%)
Mutual labels:  pixiv
Pxder
🖼 Download illusts from pixiv.net P站插画批量下载器
Stars: ✭ 602 (+772.46%)
Mutual labels:  pixiv
Pixivwallpaper
Get anime style wallpapers from daily Pixiv high ranking illustrations
Stars: ✭ 20 (-71.01%)
Mutual labels:  pixiv
Xzpixivdownloader
Pixiv Batch Downloader,功能丰富的 Pixiv 图片批量下载器
Stars: ✭ 317 (+359.42%)
Mutual labels:  pixiv
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+1572.46%)
Mutual labels:  pixiv
Pxer
A tool for pixiv.net. 人人可用的P站爬虫
Stars: ✭ 776 (+1024.64%)
Mutual labels:  pixiv
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+1394.2%)
Mutual labels:  pixiv
Pxview
An unofficial Pixiv app client for Android and iOS, built with React Native.
Stars: ✭ 471 (+582.61%)
Mutual labels:  pixiv
Pixivuserbatchdownload
P站画师个人作品批量下载工具,UserScript + Aria2。可高度自定义重命名,发送到本地或远程(如路由器)下载。
Stars: ✭ 603 (+773.91%)
Mutual labels:  pixiv
Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-44.93%)
Mutual labels:  pixiv
Pixivdeck
💕 pixiv client for Desktop like TweetDeck 💕
Stars: ✭ 412 (+497.1%)
Mutual labels:  pixiv
Pixivpy
Pixiv API for Python
Stars: ✭ 1,080 (+1465.22%)
Mutual labels:  pixiv
Pixivbiu
Pixiv 辅助工具
Stars: ✭ 350 (+407.25%)
Mutual labels:  pixiv
Pixiv Shaft
Pixiv第三方Android客户端
Stars: ✭ 887 (+1185.51%)
Mutual labels:  pixiv
Starx pixiv collector
Yes! Now I can finally free my hands!❤
Stars: ✭ 69 (+0%)
Mutual labels:  pixiv
Pixivbatchdownloader
Chrome 扩展,批量下载 Pixiv 的插画和小说。过滤作品、下载时重命名、转换动态图片等。Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more.
Stars: ✭ 1,109 (+1507.25%)
Mutual labels:  pixiv
Pixivformuzeiplus
Muzei Live Wallpaper's Source for Pixiv
Stars: ✭ 38 (-44.93%)
Mutual labels:  pixiv

pixiv-api-php

Build Status Packagist

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.

$ PIXIV_USERNAME=XXX PIXIV_PASSWORD=XXX composer test

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].