API client for Kitsu.io, with optional Anime collection, and optional Anilist syncing.
Go to file
Timothy Warren 185416f09d Miscellaneous code cleanup 2017-03-20 19:08:33 -04:00
app Miscellaneous code cleanup 2017-03-20 19:08:33 -04:00
build Update all the header comments with the correct repository url 2017-03-07 20:53:58 -05:00
migrations Ugly progress commit 2016-12-20 12:58:37 -05:00
public Update gitignore, and make sure cache directory for js minifier exists 2017-03-07 17:48:35 -05:00
src Miscellaneous code cleanup 2017-03-20 19:08:33 -04:00
tests Fix tests and start on profile page 2017-03-08 13:46:50 -05:00
.editorconfig Some progress toward better structure through refactoring 2015-09-14 10:54:50 -04:00
.gitignore Update gitignore, and make sure cache directory for js minifier exists 2017-03-07 17:48:35 -05:00
.gitlab-ci.yml Actually install dev dependencies for gitlab ci 2017-02-28 13:52:39 -05:00
.htaccess Add basic htaccess file for apache 2016-02-05 14:14:02 -05:00
.travis.yml Attempt to fix travis ci after switch to phpdbg 2017-02-28 14:24:32 -05:00
CHANGELOG.md Update changelog 2017-02-06 10:57:38 -05:00
LICENSE Add license 2017-01-27 16:34:03 -05:00
README.md Update README 2017-03-03 11:33:42 -05:00
RoboFile.php Will teh Gitlab build be triggered? 2017-02-20 15:13:16 -05:00
composer.json Rename on packagist 2017-02-28 16:47:39 -05:00
console Ugly progress commit 2017-01-27 12:35:28 -05:00
humbug.json.dist Set up mutation testing for unit tests 2016-08-01 14:38:23 -04:00
index.php More PHPStan fixes 2017-02-22 15:08:29 -05:00
phinx.yml Update information on anime collection, and remove sqlite file, which can be created by a database migration 2015-06-16 15:54:10 -04:00
phpdoc.dist.xml Lots of style fixes, with more to come 2017-02-17 10:55:17 -05:00
phpdox.xml Lots of style fixes, with more to come 2017-02-17 10:55:17 -05:00
phpunit.xml Really ugly progress commit 2017-01-12 15:41:20 -05:00

README.md

Hummingbird Anime Client

Update your anime/manga list on Kitsu.io and MyAnimeList.net

Build Status build status coverage report Scrutinizer Code Quality

[Hosted Example]

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.0+
  • PDO SQLite or PDO PostgreSQL (For collection tab)
  • GD
  • Redis or Memcached for caching

Installation

  1. Install via git, then install dependencies via composer: composer install
  2. Duplicate app/config/*.toml.example files as app/config/*.toml
  3. Configure settings in app/config/config.toml to your liking
  4. Create the following directories if they don't exist, and make sure they are world writable
    • public/js/cache
  5. Make sure the console script is executable

Using MAL API

  1. Update app/config/mal.toml with your username and password
  2. Enable MAL api in app/config/config.toml

Server Setup

See the wiki for more in-depth information