PHPackages                             anime-db/world-art-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/world-art-browser-bundle

ActiveLibrary[API Development](/categories/api)

anime-db/world-art-browser-bundle
=================================

World-Art.ru API browser

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

Since Oct 2Pushed 8y ago2 watchersCompare

[ Source](https://github.com/anime-db/world-art-browser-bundle)[ Packagist](https://packagist.org/packages/anime-db/world-art-browser-bundle)[ Docs](http://github.com/anime-db/world-art-browser-bundle)[ RSS](/packages/anime-db-world-art-browser-bundle/feed)WikiDiscussions master Synced 2d ago

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

[![World Art](https://camo.githubusercontent.com/636815b7ee42c73e856bd2bc0f822f139050b7589bd214f0696fc202eb70596e/687474703a2f2f7777772e776f726c642d6172742e72752f696d672f6c6f676f2e676966)](http://www.world-art.ru)

[![Latest Stable Version](https://camo.githubusercontent.com/91f0f88b9de05688000e417883b8a5cd793403e1b9f3255e9a67a6fbf412fc42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e696d652d64622f776f726c642d6172742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030266c6162656c3d737461626c65)](https://packagist.org/packages/anime-db/world-art-browser-bundle)[![Total Downloads](https://camo.githubusercontent.com/69c73d40212209b2a82494505fc6e507fa5935eb9f9ba1c1da2cb8efa9317d3f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e696d652d64622f776f726c642d6172742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://packagist.org/packages/anime-db/world-art-browser-bundle)[![Build Status](https://camo.githubusercontent.com/f77853f71639ebc6566d6ba5685e52591ddaeacefe8474b5d6c9c97348f1f4b1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616e696d652d64622f776f726c642d6172742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://travis-ci.org/anime-db/world-art-browser-bundle)[![Coverage Status](https://camo.githubusercontent.com/65e238e94cd2c8c4675262a2d82f7b0f19030a18badba4292e3e73cdeb197306/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f616e696d652d64622f776f726c642d6172742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://coveralls.io/github/anime-db/world-art-browser-bundle?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/99b457ecf0ae2f25f519ad1af198d1c2a4b5a3eb1b5ce6cf27b4a82c10ee5e32/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616e696d652d64622f776f726c642d6172742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://scrutinizer-ci.com/g/anime-db/world-art-browser-bundle/?branch=master)[![SensioLabs Insight](https://camo.githubusercontent.com/53598947bb4138317a8f77104cb50715e35efd154044c0ca5618671ceabb5263/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f65636331663437302d653966372d343937322d623530332d3765653064373764653361622e7376673f6d61784167653d33363030266c6162656c3d534c496e7369676874)](https://insight.sensiolabs.com/projects/ecc1f470-e9f7-4972-b503-7ee0d77de3ab)[![StyleCI](https://camo.githubusercontent.com/8d3afca62302a08480fc5ac9d6984536a46753aec2ba843a4ed40d57c735f687/68747470733a2f2f7374796c6563692e696f2f7265706f732f34333530333636352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/43503665)[![License](https://camo.githubusercontent.com/b2a35ad8bfbdb2bba84e8c2ce8ab818495771181b8eda445ed966e068a99ea91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616e696d652d64622f776f726c642d6172742d62726f777365722d62756e646c652e7376673f6d61784167653d33363030)](https://github.com/anime-db/world-art-browser-bundle)

World-Art.ru API browser
========================

[](#world-artru-api-browser)

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

[](#installation)

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

```
composer require anime-db/world-art-browser-bundle
```

Add AnimeDbWorldArtBrowserBundle to your application kernel

```
// app/appKernel.php

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

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

[](#configuration)

```
anime_db_world_art_browser:
    # Host name
    # As a default used 'http://www.world-art.ru'
    host: 'http://www.world-art.ru'

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

Usage
-----

[](#usage)

First get browser

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

Get info for anime [Akira](http://www.world-art.ru/animation/animation.php?id=1):

```
$content = $browser->get('/animation/animation.php?id=1');
```

Catch exceptions

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

try {
    $content = $browser->get('/animation/animation.php?id=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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 98.8% 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 ~83 days

Recently: every ~2 days

Total

9

Last Release

3264d ago

Major Versions

1.0.x-dev → v2.0.02017-07-18

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.3

v2.0.2PHP &gt;=5.5

### 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 (81 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

browserphppluginworld-art

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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