railken / mangadex
v0.1.3
2019-01-05 14:53 UTC
Requires
- php: >=7.1
- guzzlehttp/guzzle: ~6.0
- illuminate/support: ^5.5
- railken/bag: ^1.0
- symfony/cache: ^4.2
- wa72/htmlpagedom: ^1.3
Requires (Dev)
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2024-09-06 10:15:09 UTC
README
Mangadex爬虫
要求
PHP 7.1 及以上版本。
安装
您可以通过在 Composer 中输入以下命令来安装它:
composer require railken/mangadex
用法
use Railken\Mangadex\MangadexApi; $api = new MangadexApi(); $result = $api ->search() ->includeTags(['Action', 'Adventure']) ->excludeTags(['Samurai']) ->status('Ongoing') ->name('a') ->artist('a') ->page(2) ->get();