{"id":25360496,"url":"https://github.com/anime-db/anime-db","last_synced_at":"2025-07-18T01:36:32.826Z","repository":{"id":56948420,"uuid":"8353416","full_name":"anime-db/anime-db","owner":"anime-db","description":"Anime DB","archived":false,"fork":false,"pushed_at":"2017-09-05T18:30:36.000Z","size":16317,"stargazers_count":26,"open_issues_count":32,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-13T10:25:41.187Z","etag":null,"topics":["php"],"latest_commit_sha":null,"homepage":"http://anime-db.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anime-db.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-22T08:27:54.000Z","updated_at":"2024-09-14T19:06:57.000Z","dependencies_parsed_at":"2022-08-21T07:20:50.422Z","dependency_job_id":null,"html_url":"https://github.com/anime-db/anime-db","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anime-db%2Fanime-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anime-db%2Fanime-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anime-db%2Fanime-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anime-db%2Fanime-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anime-db","download_url":"https://codeload.github.com/anime-db/anime-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238915844,"owners_count":19551794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php"],"created_at":"2025-02-14T21:54:17.835Z","updated_at":"2025-02-14T21:54:19.127Z","avatar_url":"https://github.com/anime-db.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Anime DB](http://anime-db.org/bundles/animedboffsite/images/logo.jpg)\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/anime-db/anime-db.svg?maxAge=3600\u0026label=stable)](https://packagist.org/packages/anime-db/anime-db)\n[![Latest Unstable Version](https://img.shields.io/packagist/vpre/anime-db/anime-db.svg?maxAge=3600\u0026label=unstable)](https://packagist.org/packages/anime-db/anime-db)\n[![Total Downloads](https://img.shields.io/packagist/dt/anime-db/anime-db.svg?maxAge=3600)](https://packagist.org/packages/anime-db/anime-db)\n[![Build Status](https://img.shields.io/travis/anime-db/anime-db.svg?maxAge=3600)](https://travis-ci.org/anime-db/anime-db)\n[![Coverage Status](https://img.shields.io/coveralls/anime-db/anime-db.svg?maxAge=3600)](https://coveralls.io/github/anime-db/anime-db?branch=master)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/anime-db/anime-db.svg?maxAge=3600)](https://scrutinizer-ci.com/g/anime-db/anime-db/?branch=master)\n[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/863c136d-5f15-4cb1-b9c6-1ec86b8da8ed.svg?maxAge=3600\u0026label=SLInsight)](https://insight.sensiolabs.com/projects/863c136d-5f15-4cb1-b9c6-1ec86b8da8ed)\n[![StyleCI](https://styleci.io/repos/8353416/shield?branch=master)](https://styleci.io/repos/8353416)\n[![License](https://img.shields.io/packagist/l/anime-db/anime-db.svg?maxAge=3600)](https://github.com/anime-db/anime-db)\n\n# Anime DB #\n\nThis is the application for making your home collection anime\u003cbr /\u003e\nThe application is for home use only\u003cbr /\u003e\nAs of PHP 5.4.0\n\n## Repositories ##\n\nThe official source code for this application can be retrieved from\u003cbr /\u003e\n\u003chttp://github.com/anime-db/anime-db\u003e\n\n## Documentation ##\n\nRecommend that you read the [user guide](http://anime-db.org/en/guide/).\n\n## Installation ##\n\nClone this repository to fetch the latest version of this application\n\n    git clone git://github.com/anime-db/anime-db.git \u0026\u0026 cd anime-db\n\nStart by downloading Composer. If you have curl installed, it's as easy as:\n\n    curl -s https://getcomposer.org/installer | php\n\nInstallation of dependencies using Composer\n\n    php composer.phar install\n\n**Note:** After install the application you can uninstall Composer and use this command for update the application if you need:\n\n    php bin/composer update\n\n**Note:** For Windows you can download PHP archive from [php.net](http://windows.php.net/download/). You need extract the archive to folder `bin/php` for a quick start. Then you can install from the Composer, the following command:\n\n    bin/php/php.exe composer.phar install --no-dev --prefer-dist\n\n**Note:** Do not forget list of extensions specified in the depending section of this document\n\n## Quick start ##\n\n### From Windows ###\n\n**Note:** The default is expected that PHP is installed on directory `bin/php`.\nIf you put the PHP is installed on your computer, you need edit config file to specify the path to PHP.\nOpen file `config.ini` and set real path to PHP.\n\n    php=php\n\nTo run the application, call programm\n\n    AnimeDB.exe\n\n### From Linux ###\n\nTo run the application, call the script\n\n    ./AnimeDB start\n\nTo stop the application, call the script\n\n    ./AnimeDB stop\n\nTo restart the application, call the script\n\n    ./AnimeDB restart\n\n### Open application ###\n\nAfter starting the application, open the browser \u003chttp://localhost:56780/\u003e\n\nIf you want to access an application on your local network, you need open on another computer the browser with address \u003chttp://IP_ADDRES:56780/\u003e,\nwhere **IP_ADDRES** is the IP address of the computer on which the application is running\n\n## Install as service ##\n\n**Note:** Work only in Linux\n\nTo start the application as a service, you need edit startup-file of the application to specify the path to it\n\n    vim AnimeDB\n\nSet real path to application\n\n    path=/path/to/anime-db\n\nCreate a symbolic link on service\n\n    ln -s /path/to/anime-db/AnimeDB /etc/init.d/AnimeDB\n\nRun service\n\n    service AnimeDB start\n\nFor the application is launched after the computer start, run the command\n\n    update-rc.d AnimeDB defaults\n\n## Depending ##\n\nSQLite \u003e= 3 \u003cbr /\u003e\nPHP version \u003e= 5.4.x\u003cbr /\u003e\nPHP extensions:\n* pdo_sqlite\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanime-db%2Fanime-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanime-db%2Fanime-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanime-db%2Fanime-db/lists"}