PHPackages                             gemorroj/test8bit-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. gemorroj/test8bit-bundle

AbandonedArchivedSymfony-bundle

gemorroj/test8bit-bundle
========================

04PHP

Since Aug 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Gemorroj/Test8bitBundle)[ Packagist](https://packagist.org/packages/gemorroj/test8bit-bundle)[ RSS](/packages/gemorroj-test8bit-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Test8bitBundle
==============

[](#test8bitbundle)

Тестовое задание 8bit

### Installation:

[](#installation)

- Add to composer.json:

```
{
    "require": {
        "gemorroj/test8bit-bundle": "dev-master"
    }
}
```

- Add to AppKernel.php:

```
    new Gemorroj\Test8bitBundle\Test8bitBundle(),
```

### Requirements:

[](#requirements)

- PHP &gt;= 5.5.9
- Symfony &gt;= 3.0

### Simple example:

[](#simple-example)

```
$entity = $this->get('test8bit')->getData('https://raw.githubusercontent.com/Gemorroj/Test8bitBundle/master/Tests/fixtures/success.json');
print_r($entity);
/*
Gemorroj\Test8bitBundle\Entity\Test8bitEntity Object
(
    [locations:Gemorroj\Test8bitBundle\Entity\Test8bitEntity:private] => Array
        (
            [0] => Gemorroj\Test8bitBundle\Entity\Test8bitLocationEntity Object
                (
                    [name:Gemorroj\Test8bitBundle\Entity\Test8bitLocationEntity:private] => Eiffel Tower
                    [coordinates:Gemorroj\Test8bitBundle\Entity\Test8bitLocationEntity:private] => Gemorroj\Test8bitBundle\Entity\Test8bitLocationCoordinateEntity Object
                        (
                            [lat:Gemorroj\Test8bitBundle\Entity\Test8bitLocationCoordinateEntity:private] => Litipk\BigNumbers\Decimal Object
                                (
                                    [value:protected] => 21.12
                                    [scale:Litipk\BigNumbers\Decimal:private] => 2
                                )

                            [long:Gemorroj\Test8bitBundle\Entity\Test8bitLocationCoordinateEntity:private] => Litipk\BigNumbers\Decimal Object
                                (
                                    [value:protected] => 19.56
                                    [scale:Litipk\BigNumbers\Decimal:private] => 2
                                )

                        )

                )

            [1] => Gemorroj\Test8bitBundle\Entity\Test8bitLocationEntity Object
                (
                    [name:Gemorroj\Test8bitBundle\Entity\Test8bitLocationEntity:private] => test
                    [coordinates:Gemorroj\Test8bitBundle\Entity\Test8bitLocationEntity:private] => Gemorroj\Test8bitBundle\Entity\Test8bitLocationCoordinateEntity Object
                        (
                            [lat:Gemorroj\Test8bitBundle\Entity\Test8bitLocationCoordinateEntity:private] => Litipk\BigNumbers\Decimal Object
                                (
                                    [value:protected] => 12.34
                                    [scale:Litipk\BigNumbers\Decimal:private] => 2
                                )

                            [long:Gemorroj\Test8bitBundle\Entity\Test8bitLocationCoordinateEntity:private] => Litipk\BigNumbers\Decimal Object
                                (
                                    [value:protected] => 56.78
                                    [scale:Litipk\BigNumbers\Decimal:private] => 2
                                )

                        )

                )

        )

)
*/
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/885731?v=4)[hidden\_nickname](/maintainers/Gemorroj)[@Gemorroj](https://github.com/Gemorroj)

---

Top Contributors

[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (6 commits)")

### Embed Badge

![Health badge](/badges/gemorroj-test8bit-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gemorroj-test8bit-bundle/health.svg)](https://phpackages.com/packages/gemorroj-test8bit-bundle)
```

PHPackages © 2026

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