PHPackages                             mymi/opensource-td3 - 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. mymi/opensource-td3

ActiveLibrary

mymi/opensource-td3
===================

bibliothèque open source manga

1.1.0(2y ago)03PHP

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Sadako-amaryllis/iim-td-packagist)[ Packagist](https://packagist.org/packages/mymi/opensource-td3)[ RSS](/packages/mymi-opensource-td3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (9)Versions (5)Used By (0)

```
Manga API Documentation
Introduction
The Manga API is a PHP library that provides functionality to retrieve manga information from the website https://www.ledojomanga.com/anime. It utilizes the Goutte library for web scraping purposes.

Installation
To use the Manga API library, you need to have Composer installed. If you haven't installed Composer yet, you can download it from https://getcomposer.org/.

Open a command prompt and navigate to your project directory.
Run the following command to install the required dependencies:
shell
Copy code
composer require symfony/dom-crawler
The library and its dependencies will be installed, and Composer will generate the necessary autoload files.
Usage
Class: Mymi\Opensource\Api
The Api class provides the main functionality for retrieving manga information from https://www.ledojomanga.com/anime.

Method: scrapApi()
The scrapApi() method is responsible for scraping the manga information from the website.

php
Copy code
public function scrapApi(): array
Return Value
Returns an array containing the manga information retrieved from the website. Each manga is represented as an associative array with the following keys:
title: The title of the manga.
image: The URL of the manga cover image.
description: The description of the manga.
genre: The genre(s) of the manga.
note: The rating/note of the manga.
Example Usage
php
Copy code
require_once 'Api.php';

// Instantiate the Api class
$api = new Mymi\Opensource\Api();

// Call the scrapApi() method to retrieve manga information
$data = $api->scrapApi();

// Display manga information
foreach ($data as $manga) {
    echo "Title: " . $manga['title'] . "\n";
    echo "Image: " . $manga['image'] . "\n";
    echo "Description: " . $manga['description'] . "\n";
    echo "Genre: " . $manga['genre'] . "\n";
    echo "Note: " . $manga['note'] . "\n";
    echo "----------------------------------\n";
}
This example demonstrates how to use the scrapApi() method to retrieve manga information and display it.

Error Handling
The Manga API library does not provide built-in error handling mechanisms. It assumes that the website structure and data remain consistent. If any changes occur on the website's structure, the scraping process may fail or retrieve incomplete data. It's recommended to include appropriate error handling and data validation in your application.

Conclusion
The Manga API library provides a convenient way to retrieve manga information from https://www.ledojomanga.com/anime using web scraping techniques. By following the installation and usage instructions outlined in this documentation, you can seamlessly integrate the library into your PHP projects and access the desired manga details.

Please note that web scraping should always be done in compliance with the target website's terms of service and legal restrictions.
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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 ~0 days

Total

3

Last Release

1049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16ee28471701b4b185d8aa33fd89c5ff7c45c50268532d4ea98261bf54e61026?d=identicon)[Sadako-amaryllis](/maintainers/Sadako-amaryllis)

---

Top Contributors

[![Sadako-amaryllis](https://avatars.githubusercontent.com/u/114061125?v=4)](https://github.com/Sadako-amaryllis "Sadako-amaryllis (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mymi-opensource-td3/health.svg)

```
[![Health](https://phpackages.com/badges/mymi-opensource-td3/health.svg)](https://phpackages.com/packages/mymi-opensource-td3)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2021.0M277](/packages/drupal-core-dev)[spekulatius/phpscraper

PHPScraper, built with simplicity in mind. See tests/ for more examples.

583143.5k3](/packages/spekulatius-phpscraper)

PHPackages © 2026

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