PHPackages                             sikudamobile/testlib - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. sikudamobile/testlib

ActiveLibrary[Testing &amp; Quality](/categories/testing)

sikudamobile/testlib
====================

Test lib for PHP

02

Since Feb 22Pushed 1y agoCompare

[ Source](https://github.com/mobilesikuda/testlib)[ Packagist](https://packagist.org/packages/sikudamobile/testlib)[ RSS](/packages/sikudamobile-testlib/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Test empty library for composer v2

1.Add library into project:

- composer require sikuda\\testlib

2.Ensure in composer.json
"require": {
 "sikuda/testlib": "^2.0"
 }

version 1.0 don't work

3. Make php file in project
&lt;-?-php
declare(strict\_types = 1);

namespace Sikuda\\TestlibProject;
require \_\_DIR\_\_ . '/../vendor/autoload.php';

use Sikuda\\Testlib\\TestLib;

$test = new TestLib();
$test-&gt;hello();

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.3% 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/86098886?v=4)[Serg Kudashkin](/maintainers/mobilesikuda)[@mobilesikuda](https://github.com/mobilesikuda)

---

Top Contributors

[![sikuda](https://avatars.githubusercontent.com/u/650851?v=4)](https://github.com/sikuda "sikuda (7 commits)")[![mobilesikuda](https://avatars.githubusercontent.com/u/86098886?v=4)](https://github.com/mobilesikuda "mobilesikuda (5 commits)")

### Embed Badge

![Health badge](/badges/sikudamobile-testlib/health.svg)

```
[![Health](https://phpackages.com/badges/sikudamobile-testlib/health.svg)](https://phpackages.com/packages/sikudamobile-testlib)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M360](/packages/dms-phpunit-arraysubset-asserts)

PHPackages © 2026

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