API client for Kitsu.io, with optional Anime collection, and optional Anilist syncing.
app | ||
build | ||
migrations | ||
public | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.htaccess | ||
.travis.yml | ||
CHANGELOG.md | ||
composer.json | ||
console | ||
index.php | ||
LICENSE | ||
phinx.yml | ||
phpdoc.dist.xml | ||
phpdox.xml | ||
phpstan.neon | ||
phpunit.xml | ||
README.md | ||
RoboFile.php |
Hummingbird Anime Client
Update your anime/manga list on Kitsu.io and MyAnimeList.net
Features
-
Anime List views (Each with list and cover views):
- Watching
- Plan to Watch
- On Hold
- Dropped
- Completed
- Combined View
-
Manga List views (Each with list and cover views):
- Reading
- Plan to Read
- On Hold
- Dropped
- Completed
- Combined View
-
Anime collection view (segmented by media type):
- Cover Images
- Table List
Requirements
- PHP 7.1+
- PDO SQLite or PDO PostgreSQL (For collection tab)
- GD
- Redis or Memcached for caching
Installation
- Install via git, then install dependencies via composer:
composer install
- Duplicate
app/config/*.toml.example
files asapp/config/*.toml
- Configure settings in
app/config/config.toml
to your liking - Create the following directories if they don't exist, and make sure they are world writable
- app/logs
- public/js/cache
- public/images/avatars
- public/images/anime
- public/images/characters
- public/images/manga
- Make sure the
console
script is executable
Using MAL API
- Update
app/config/mal.toml
with your username and password - Enable MAL api in
app/config/config.toml
Server Setup
See the wiki for more in-depth information