PHPackages                             railken/mangafox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. railken/mangafox

ActiveLibrary

railken/mangafox
================

v1.1.10(4y ago)51222PHP

Since Sep 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/railken/mangafox)[ Packagist](https://packagist.org/packages/railken/mangafox)[ RSS](/packages/railken-mangafox/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (13)Used By (0)

MangaFox Scraper
================

[](#mangafox-scraper)

Search and download manga from [mangafox.me](http://mangafox.me/)

MangaFox Scraper is a library that gets all the needed information about manga for a manga-reader

Requirements
------------

[](#requirements)

PHP 7.0.0 or later.

Composer
--------

[](#composer)

You can install it via [Composer](https://getcomposer.org/) by typing the following command:

```
composer require railken/mangafox
```

Dependencies
------------

[](#dependencies)

- [`curl`](https://secure.php.net/manual/en/book.curl.php)

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
# Creating a new instance of manager
$manager = new \Railken\Mangafox\Mangafox();

# Searching a manga
$results = $manager
    ->search()
    ->type('any')
    ->name('contains', 'One Piece')
    ->author('contains', 'Oda Eiichiro')
    ->artist('contains', 'Oda Eiichiro')
    ->genres('include', ['Action', 'Drama', 'Historical'])
    ->releasedYear('', 4)
    ->completed(0)
    ->sortBy('name', 'ASC')
    ->page(1)
    ->get();

# Retrieving all info about a manga
$manga = $manager
	->resource('one_piece')
	->get();

# Retrieving all scans for a given manga, volume and chapter
$scans = $manager
	->scan('one_piece', 1, 1)
	->get();

# Retrieving last updates
$results = $manager->releases()->page(1)->get();

# Perform a query in the directory
$results = $manager
    ->directory()
    ->browseBy('genre', 'Action')
    ->sortBy('name')
    ->page(1)
    ->get();
```

License
-------

[](#license)

Open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Copyright
---------

[](#copyright)

All the manga are copyrighted to their respective author. Please buy the manga if it's available in your country.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~143 days

Recently: every ~354 days

Total

12

Last Release

1588d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea4a9e56b247008aea4d20bb8a555a9f0cb69d0ac69aa8417b29fc37efa2eb5c?d=identicon)[railken](/maintainers/railken)

---

Top Contributors

[![railken](https://avatars.githubusercontent.com/u/26530231?v=4)](https://github.com/railken "railken (63 commits)")

---

Tags

composerfanfoxlibrarymangafoxmangafox-readermangafox-scraperphpscraper

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/railken-mangafox/health.svg)

```
[![Health](https://phpackages.com/badges/railken-mangafox/health.svg)](https://phpackages.com/packages/railken-mangafox)
```

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
