jikan-me / jikan
Jikan is an unofficial MyAnimeList API
Fund package maintenance!
Patreon
Installs: 23 496
Dependents: 2
Suggesters: 0
Security: 0
Stars: 885
Watchers: 24
Forks: 93
Open Issues: 15
Requires
- php: ^8.0
- ext-json: *
- fabpot/goutte: ^4.0
Requires (Dev)
- brianium/paratest: ^6.4.1
- doctrine/collections: ^1.5
- friendsofphp/php-cs-fixer: ^3.8
- jikan-me/jikan-fixtures: dev-master
- php-parallel-lint/php-parallel-lint: ^1.3
- phpro/grumphp: ^1.7.0
- phpunit/phpunit: ~9.0
- squizlabs/php_codesniffer: ^3.3
- dev-master
- 5.0.0.x-dev
- v4.0.12
- v4.0.11
- v4.0.10
- v4.0.9
- 4.0.8.x-dev
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.3
- v3.0.2
- v3.0.1
- 3.0.0.x-dev
- v3.0.0
- v3.0.0-rc.6
- v3.0.0-rc.5
- v3.0.0-rc.4
- v3.0.0-rc.3
- v3.0.0-rc.2
- v3.0.0-rc.1
- v3.0.0-beta.11
- v3.0.0-beta.10
- v3.0.0-beta.9
- v3.0.0-beta.8
- v3.0.0-beta.7
- v3.0.0-beta.6
- v3.0.0-beta.5
- v3.0.0-beta.4
- v3.0.0-beta.3
- v3.0.0-beta.2
- v3.0.0-beta.1
- v3.0.0-beta
- v3.0.0-alpha.28
- v3.0.0-alpha.27
- v3.0.0-alpha.26
- v3.0.0-alpha.25
- v3.0.0-alpha.24
- v3.0.0-alpha.23
- v3.0.0-alpha.22
- v3.0.0-alpha.21
- v3.0.0-alpha.20
- v3.0.0-alpha.19
- v3.0.0-alpha.18
- v3.0.0-alpha.17
- v3.0.0-alpha.16
- v3.0.0-alpha.15
- v3.0.0-alpha.14
- v3.0.0-alpha.13
- v3.0.0-alpha.12
- v3.0.0-alpha.11
- v3.0.0-alpha.10
- v3.0.0-alpha.9
- v3.0.0-alpha.8
- v3.0.0-alpha.7
- v3.0.0-alpha.6
- v3.0.0-alpha.5
- v3.0.0-alpha.4
- v3.0.0-alpha.3
- v3.0.0-alpha.2
- v3.0.0-alpha.1
- v3.0.0-alpha
- 2.19.4.x-dev
- v2.19.4
- v2.19.3
- v2.19.2
- v2.19.1
- v2.19.0
- v2.18.14
- v2.18.13
- v2.18.12
- v2.18.11
- v2.18.10
- v2.18.9
- v2.18.8
- v2.18.7
- v2.18.6
- v2.18.5
- v2.18.4
- v2.18.3
- v2.18.2
- v2.18.1
- v2.18.0
- v2.17.0
- v2.16.28
- v2.16.27
- v2.16.26
- v2.16.25
- v2.16.24
- v2.16.23
- v2.16.22
- v2.16.21
- v2.16.20
- v2.16.19
- v2.16.18
- v2.16.17
- v2.16.16
- v2.16.15
- v2.16.14
- v2.16.13
- v2.16.12
- v2.16.11
- v2.16.10
- v2.16.9
- v2.16.8
- v2.16.7
- v2.16.6
- v2.16.5
- v2.16.4
- v2.16.3
- v2.16.2
- v2.16.1
- v2.16.0
- v2.15.0
- v2.9.0
- v2.8.6
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.2
- v2.6.1
- v2.6.0
- v2.3.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v2.0.0-rc.2
- v2.0.0-rc.1
- v1.16.4
- 1.16.3.x-dev
- v1.16.3
- v1.16.2
- v1.16.0
- v1.15.9
- v1.15.5
- v1.15.0
- v1.7.1
- v1.5.5
- v1.2.0
- 1.0.0
- dev-feature/featured-articles
- dev-workflows/tests-resolve-set-output-deprecation
- dev-feature/industry-news
- dev-bugfix/manga-titles-synonym-duplication
- dev-enhancement/jikanrequest-supports-cookies
- dev-revert-426-feature/alternative-titles
- dev-update-readme-1
- dev-editorconfig1
- dev-timeprovider
This package is auto-updated.
Last update: 2024-10-21 05:01:21 UTC
README
Jikan - Unofficial MyAnimeList.net PHP API
Jikan is a PHP API for MyAnimeList.net. It scrapes the website to satisfy the need for API functionality that MyAnimeList.net lacks.
The raison d'Γͺtre of Jikan is to assist developers easily get the data they need for their apps and projects without having to depend on the lackluster official API, unstable APIs, or sidetracking their projects to develop parsers.
The word Jikan literally translates to Time in Japanese (ζι). And that's what this API saves you of. ;)
Notice: Jikan does not support authenticated requests. You can not update your lists.
Getting Started
composer require jikan-me/jikan ^4
- Documentation
Jikan REST API
A REST API service is available as well
Wrappers
Running Tests
PHPUnit
php vendor/bin/phpunit
GrumPHP
PHPCS, PHPLint & PHPUnit
php vendor/bin/grumphp run
Backers
A huge thank you to all our Patrons! π This project wouldn't be running without your support.
We have a free REST API service, if you wish to support us you can become a Patron!
Sugoi (γγγ) Patrons
Patrons
- Aaron Treinish
- Abdelhafid Achtaou
- Aika Fujiwara
- Bobby Williams
- Cesar Irad Mendoza
- CrafterSama
- Fro116
- Jason Weatherly
- Jesse
- Kundan Chintamaneni
- Kururin
- Purplepinapples
- Ryo Ando
- Sakamotodesu
- TeraNovaLP
Development
A shoutout to their amazing products and for supporting Jikan since early versions!
DISCLAIMER
- Jikan is not affiliated with MyAnimeList.net
- You are responsible for the usage of this API. Please be respectful towards MyAnimeList's Terms Of Service