You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Details
|
3 months ago | |
---|---|---|
app | 8 months ago | |
build | 1 year ago | |
frontEndSrc | 8 months ago | |
migrations | 1 year ago | |
public | 8 months ago | |
src | 3 months ago | |
tests | 8 months ago | |
tools | 1 year ago | |
.editorconfig | 8 years ago | |
.gitignore | 1 year ago | |
.htaccess | 6 years ago | |
.php-cs-fixer.dist.php | 1 year ago | |
.travis.yml | 2 years ago | |
CHANGELOG.md | 1 year ago | |
Jenkinsfile | 2 years ago | |
LICENSE | 6 years ago | |
README.md | 2 years ago | |
composer.json | 3 months ago | |
console | 1 year ago | |
index.php | 3 months ago | |
justfile | 1 year ago | |
phinx.yml.dist | 3 years ago | |
phpdoc.dist.xml | 5 years ago | |
phpdox.xml | 3 years ago | |
phpstan.neon | 2 years ago | |
phpunit.xml | 3 years ago | |
sw.js | 5 years ago |
README.md
Hummingbird Anime Client
Update your anime/manga list on Kitsu.io and Anilist
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 8
- PDO SQLite or PDO PostgreSQL (For collection tab)
- GD extension for caching images
Highly Recommended
- Redis or Memcached for caching
Installation
- Install via git, then install dependencies via composer:
composer install
- Duplicate
app/config/config.toml.example
file asapp/config/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/config
- app/logs
- public/images/avatars
- public/images/anime
- public/images/characters
- public/images/manga
- Make sure the
console
script is executable - Additional settings are on the settings page once you log in.
Server Setup
See the wiki for more in-depth information