PHPackages                             anime-db/my-anime-list-browser-bundle - 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. [API Development](/categories/api)
4. /
5. anime-db/my-anime-list-browser-bundle

ActiveLibrary[API Development](/categories/api)

anime-db/my-anime-list-browser-bundle
=====================================

MyAnimeList.net API browser

v1.1.1(8y ago)228GPL-3.0PHPPHP &gt;=5.5

Since Jul 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/anime-db/my-anime-list-browser-bundle)[ Packagist](https://packagist.org/packages/anime-db/my-anime-list-browser-bundle)[ Docs](http://github.com/anime-db/my-anime-list-browser-bundle)[ RSS](/packages/anime-db-my-anime-list-browser-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

[![MyAnimeList.com](https://camo.githubusercontent.com/840eb2586913276d78d389e0f2ceb4b01a305777ca1ba8759056586a703ffedc/68747470733a2f2f6d79616e696d656c6973742e63646e2d64656e612e636f6d2f696d616765732f6d616c2d6c6f676f2d78736d616c6c2e706e67)](https://myanimelist.com)

[![Latest Stable Version](https://camo.githubusercontent.com/1aa2ea4e2c8049170bc800da9a557044c3d435012445ef22ee8adda655b7155f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e696d652d64622f6d792d616e696d652d6c6973742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030266c6162656c3d737461626c65)](https://packagist.org/packages/anime-db/my-anime-list-browser-bundle)[![Total Downloads](https://camo.githubusercontent.com/92dbc152ba7e7caed7c2cfcb52230eac9e0d19cd766bb9d10fc46d2df450ccfc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e696d652d64622f6d792d616e696d652d6c6973742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://packagist.org/packages/anime-db/my-anime-list-browser-bundle)[![Build Status](https://camo.githubusercontent.com/2f3a396e6ee45d118e7ff086737bedac5142b91ef3d4d1f0e6d498cf25d0e654/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616e696d652d64622f6d792d616e696d652d6c6973742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://travis-ci.org/anime-db/my-anime-list-browser-bundle)[![Coverage Status](https://camo.githubusercontent.com/d2e57db434b94bc99fa2dfdbe93c86a7de66c2ee18697946aad57ad411d8737e/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f616e696d652d64622f6d792d616e696d652d6c6973742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://coveralls.io/github/anime-db/my-anime-list-browser-bundle?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/cea13a3c1c51db449047727aeb0abc8d2db6c7568b1dd384b3b5d74841eb88a6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616e696d652d64622f6d792d616e696d652d6c6973742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://scrutinizer-ci.com/g/anime-db/my-anime-list-browser-bundle/?branch=master)[![SensioLabs Insight](https://camo.githubusercontent.com/5181f4bf7fa91ef0aa5854edeb656ca3e914e78a4c28901bc2aaeb66fc2aeb08/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f31393964353635332d393337322d343864322d386461372d6436326161613164326561382e7376673f6d61784167653d33363030266c6162656c3d534c496e7369676874)](https://insight.sensiolabs.com/projects/199d5653-9372-48d2-8da7-d62aaa1d2ea8)[![StyleCI](https://camo.githubusercontent.com/5f4642bf9a112820af2a25d1bb368d849c447e90e7bdccc9c102a86ecac3bb95/68747470733a2f2f7374796c6563692e696f2f7265706f732f39373733333234332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/97733243)[![License](https://camo.githubusercontent.com/0a9e86aa861e7fbdace9dcbf57c56e2aae92fbac6f269ee3307662a14fb6f963/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616e696d652d64622f6d792d616e696d652d6c6973742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://github.com/anime-db/my-anime-list-browser-bundle)

MyAnimeList.net API browser
===========================

[](#myanimelistnet-api-browser)

Installation
------------

[](#installation)

Pretty simple with [Composer](http://packagist.org), run:

```
composer require anime-db/my-anime-list-browser-bundle
```

Add AnimeDbWorldArtBrowserBundle to your application kernel

```
// app/appKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new AnimeDb\Bundle\MyAnimeListBrowserBundle\AnimeDbMyAnimeListBrowserBundle(),
    );
}
```

Configuration
-------------

[](#configuration)

```
anime_db_my_anime_list_browser:
    # Host name
    # As a default used 'http://myanimelist.net'
    host: 'http://myanimelist.net'

    # HTTP User-Agent
    # No default value
    client: 'My Custom Bot 1.0'
```

Usage
-----

[](#usage)

First get browser

```
$browser = $this->get('anime_db.my_anime_list.browser');
```

Get info for anime [Cowboy Bebop](https://myanimelist.net/anime/1/Cowboy_Bebop):

```
$content = $browser->get('/anime/1');
```

Catch exceptions

```
use AnimeDb\Bundle\MyAnimeListBrowserBundle\Exception\BannedException;
use AnimeDb\Bundle\MyAnimeListBrowserBundle\Exception\NotFoundException;

try {
    $content = $browser->get('/anime/1');
} catch (BannedException $e) {
    // you are banned
} catch (NotFoundException $e) {
    // page not found
} catch (\Exception $e) {
    // other exceptions
}
```

You can customize request options. See [Guzzle Documentation](http://docs.guzzlephp.org/en/stable/request-options.html).

License
-------

[](#license)

This bundle is under the [GPL v3 license](http://opensource.org/licenses/GPL-3.0). See the complete license in the file: LICENSE

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3187d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a6415c83577efe7b70d9ae4a3bb12958adc11c16e530ff844ff217b0fd0c54a?d=identicon)[Peter Gribanov](/maintainers/Peter%20Gribanov)

---

Top Contributors

[![peter-gribanov](https://avatars.githubusercontent.com/u/1954436?v=4)](https://github.com/peter-gribanov "peter-gribanov (9 commits)")

---

Tags

browsermy-anime-listphpplugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/anime-db-my-anime-list-browser-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/anime-db-my-anime-list-browser-bundle/health.svg)](https://phpackages.com/packages/anime-db-my-anime-list-browser-bundle)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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