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

Maintenance33

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity15

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://www.gravatar.com/avatar/ac4fbbae32e3e40845e8c3157140ba3518c1aa3c0e160c76d5f7da216a2d8df6?d=identicon)[mobilesikuda](/maintainers/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

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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