{"id":21544324,"url":"https://github.com/railken/mangafox","last_synced_at":"2025-06-27T16:33:00.652Z","repository":{"id":62532839,"uuid":"103754214","full_name":"railken/mangafox","owner":"railken","description":"MangaFox Scraper","archived":false,"fork":false,"pushed_at":"2022-01-07T16:35:57.000Z","size":84,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T04:50:39.060Z","etag":null,"topics":["composer","fanfox","library","mangafox","mangafox-reader","mangafox-scraper","php","scraper"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/railken.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-09-16T13:31:41.000Z","updated_at":"2024-07-29T19:24:58.000Z","dependencies_parsed_at":"2022-11-02T14:45:58.129Z","dependency_job_id":null,"html_url":"https://github.com/railken/mangafox","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/railken/mangafox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railken%2Fmangafox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railken%2Fmangafox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railken%2Fmangafox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railken%2Fmangafox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/railken","download_url":"https://codeload.github.com/railken/mangafox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railken%2Fmangafox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262293549,"owners_count":23288763,"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":["composer","fanfox","library","mangafox","mangafox-reader","mangafox-scraper","php","scraper"],"created_at":"2024-11-24T05:17:40.705Z","updated_at":"2025-06-27T16:33:00.610Z","avatar_url":"https://github.com/railken.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MangaFox Scraper\n\nSearch and download manga from [mangafox.me](http://mangafox.me/)\n\nMangaFox Scraper is a library that gets all the needed information about manga for a manga-reader\n\n## Requirements\n\nPHP 7.0.0 or later.\n\n## Composer\n\nYou can install it via [Composer](https://getcomposer.org/) by typing the following command:\n\n```bash\ncomposer require railken/mangafox\n```\n\n\n## Dependencies\n\n- [`curl`](https://secure.php.net/manual/en/book.curl.php)\n\n\n## Getting Started\n\nSimple usage looks like:\n\n```php\n\n# Creating a new instance of manager\n$manager = new \\Railken\\Mangafox\\Mangafox();\n\n# Searching a manga\n$results = $manager\n    -\u003esearch()\n    -\u003etype('any')\n    -\u003ename('contains', 'One Piece')\n    -\u003eauthor('contains', 'Oda Eiichiro')\n    -\u003eartist('contains', 'Oda Eiichiro')\n    -\u003egenres('include', ['Action', 'Drama', 'Historical'])\n    -\u003ereleasedYear('\u003c', '2017')\n    -\u003erating('\u003e', 4)\n    -\u003ecompleted(0)\n    -\u003esortBy('name', 'ASC')\n    -\u003epage(1)\n    -\u003eget();\n\n# Retrieving all info about a manga\n$manga = $manager\n\t-\u003eresource('one_piece')\n\t-\u003eget();\n\n\n# Retrieving all scans for a given manga, volume and chapter\n$scans = $manager\n\t-\u003escan('one_piece', 1, 1)\n\t-\u003eget();\n\n# Retrieving last updates \n$results = $manager-\u003ereleases()-\u003epage(1)-\u003eget();\n\n# Perform a query in the directory\n$results = $manager\n    -\u003edirectory()\n    -\u003ebrowseBy('genre', 'Action')\n    -\u003esortBy('name') \n    -\u003epage(1)\n    -\u003eget();\n```\n\n\n## License\n\nOpen-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n## Copyright\n\nAll the manga are copyrighted to their respective author. Please buy the manga if it's available in your country.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailken%2Fmangafox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailken%2Fmangafox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailken%2Fmangafox/lists"}