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. [Utility &amp; Helpers](/categories/utility)
4. /
5. maxie-systems/web-lib

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 yesterday

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 41% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/92847830?v=4)[Max Antipin](/maintainers/max-antipin)[@max-antipin](https://github.com/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)
```

###  Alternatives

[classpreloader/classpreloader

Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case

37642.8M32](/packages/classpreloader-classpreloader)[ronanguilloux/php-gpio

GPIO-related utils &amp; toolkit PHP library

2688.0k](/packages/ronanguilloux-php-gpio)[stevebauman/unfinalize

Permanently remove final keywords from vendor packages.

14426.0k](/packages/stevebauman-unfinalize)[elephox/mimey

PHP package for converting file extensions to MIME types and vice versa.

16252.2k5](/packages/elephox-mimey)[kicken/gearman-php

A PHP implementation of the Gearman protocol.

1663.7k3](/packages/kicken-gearman-php)

PHPackages © 2026

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