PHPackages                             bean-component/php-thing - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bean-component/php-thing

ActivePhp-component[Utility &amp; Helpers](/categories/utility)

bean-component/php-thing
========================

Provides a Component for Thing Domain Model.

v1.0.11(6y ago)01.6k[2 PRs](https://github.com/bean-component/phpThing/pulls)2MITPHPPHP ^7.2

Since Dec 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bean-component/phpThing)[ Packagist](https://packagist.org/packages/bean-component/php-thing)[ RSS](/packages/bean-component-php-thing/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (9)Versions (11)Used By (2)

How to Upgrade
==============

[](#how-to-upgrade)

1. Remove vendor folder as well as composer.lock file
2. `composer update`
3. Copy require-dev from symfony skeleton to package's composer.json's require-dev
4. `composer require symfony/property-access --dev`
5. `composer require dama/doctrine-test-bundle --dev`
6. `composer req orm --dev`
7. `composer req test --dev`

How to prepare for Dev
======================

[](#how-to-prepare-for-dev)

1. Copy this block of code and paste it to composer.json under replace:

```
        "paragonie/random_compat": "2.*",
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php71": "*",
        "symfony/polyfill-php70": "*",
        "symfony/polyfill-php56": "*"

```

1. composer install
2. Open .env.test.local paste these lines into it
    - `DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"`
3. Change the *src* folder name in services.yaml to *src-symfony*
4. Add `"App\\": "src-symfony/",` to *psr-4* under *autoload-dev*
5. Move generated folders and Kernel.php to src-symfony
6. Copy the following snippet to doctrine.yaml under *mappings* configuration

```
            Bean\Tests\Thing:
                 is_bundle: false
                 type: annotation
                 dir: '%kernel.project_dir%/tests/Doctrine/Orm'
                 prefix: 'Bean\Tests\Thing\Doctrine\Orm'
                 alias: App

```

Dev Workflow
============

[](#dev-workflow)

1. Make change to code
2. `php bin/phpunit`

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

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

Total

8

Last Release

2277d ago

Major Versions

v0.1.0 → v1.0.62019-12-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1531732?v=4)[Peter Pierre](/maintainers/binhle410)[@binhle410](https://github.com/binhle410)

---

Top Contributors

[![binhle410](https://avatars.githubusercontent.com/u/1531732?v=4)](https://github.com/binhle410 "binhle410 (31 commits)")

---

Tags

php thing components

### Embed Badge

![Health badge](/badges/bean-component-php-thing/health.svg)

```
[![Health](https://phpackages.com/badges/bean-component-php-thing/health.svg)](https://phpackages.com/packages/bean-component-php-thing)
```

###  Alternatives

[ph-7/qrcode-generator-php-class

Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP

10415.7k2](/packages/ph-7-qrcode-generator-php-class)

PHPackages © 2026

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