PHPackages                             maxie-systems/web-lib - 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. maxie-systems/web-lib

ActiveLibrary

maxie-systems/web-lib
=====================

0.1.1(2y ago)010[4 issues](https://github.com/maxie-systems/web-lib/issues)GPL-3.0-or-laterPHPPHP 8.3.\*|8.2.\*

Since Jan 15Pushed 1y agoCompare

[ Source](https://github.com/maxie-systems/web-lib)[ Packagist](https://packagist.org/packages/maxie-systems/web-lib)[ RSS](/packages/maxie-systems-web-lib/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (7)Used By (0)

[![Coverage Status](https://camo.githubusercontent.com/2ad1da96bfb8eacc259a40b730f0d8c4a7ee210a5d8adbc3502e324a5286b933/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d617869652d73797374656d732f7765622d6c69622f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/maxie-systems/web-lib?branch=main)

Development
===========

[](#development)

Docker Image
------------

[](#docker-image)

The image is used to run tests.

The simpliest method to build image and run container:

```
docker compose up -d
```

Build an image:

```
docker build -f .docker/Dockerfile -t maxie-systems/web-lib-dev:latest .
```

Run a new container in background:

```
docker run -di --name web-lib-dev -v .:/usr/src/app --restart unless-stopped maxie-systems/web-lib-dev

```

Enter the container:

```
docker exec -it web-lib-dev sh

```

Run the Composer inside the container once it's created:

```
composer install

```

From now on you can run all tests using this command inside the Container:

```
composer test:all

```

Or you can use a new container every time you want to run tests:

```
docker run -it --rm -v .:/usr/src/app web-lib-dev composer test-all

```

Run only unit tests for all test cases and generate HTML-report:

```
composer test:coverage-report

```

Run only unit tests for certain files or directories (filename\\dirname is required):

```
composer test --unit

```

Check your code against the PSR-12 coding standard:

```
composer test:cs

```

Fix your code:

```
composer fix-psr12

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

2

Last Release

743d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15674cb2af7574ebcf80404dd81ad9d0de126c58a04a1a5bb0956e53069a9470?d=identicon)[max-antipin](/maintainers/max-antipin)

---

Top Contributors

[![max-antipin](https://avatars.githubusercontent.com/u/92847830?v=4)](https://github.com/max-antipin "max-antipin (143 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/maxie-systems-web-lib/health.svg)

```
[![Health](https://phpackages.com/badges/maxie-systems-web-lib/health.svg)](https://phpackages.com/packages/maxie-systems-web-lib)
```

PHPackages © 2026

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