PHPackages                             jasly/test - 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. jasly/test

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

jasly/test
==========

Test package

04PHP

Since Jan 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/crazytoon/test)[ Packagist](https://packagist.org/packages/jasly/test)[ RSS](/packages/jasly-test/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

test
====

[](#test)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e4a168076b3fed898563dcd4fcfbb012f6bfee6f8fac4a2caa9319fc7c4c6f90/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6372617a79746f6f6e2f746573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crazytoon/test)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/0b96a9af618673bbfc3e56fc6705e3f05cf069f5577a7b5af955036dbcf9b036/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6372617a79746f6f6e2f746573742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/crazytoon/test)[![Coverage Status](https://camo.githubusercontent.com/c2b19176866109760d1b81a62a76157430c6b462b9af67cd45fa6e1b6651d919/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6372617a79746f6f6e2f746573742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/crazytoon/test/code-structure)[![Quality Score](https://camo.githubusercontent.com/3d13ab3e49cc0047699132e84445211293956ea0c97bd7f6e92ee62944976a95/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6372617a79746f6f6e2f746573742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/crazytoon/test)[![Total Downloads](https://camo.githubusercontent.com/3b3de732bd4017e60f3a7b9b6e49c1d3c59b4039a242ee75f076b63787682272/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6372617a79746f6f6e2f746573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crazytoon/test)

**Note:** Replace `CrazyToon` `crazytoon` `https://github.com/crazytoon` `github@crazytoon.com` `crazytoon` `test` `````` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

```
bin/
config/
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require crazytoon/test
```

Usage
-----

[](#usage)

```
$skeleton = new jasly\test();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [CrazyToon](https://github.com/crazytoon)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/b8f5745a663d2f05c939afd5f62cd1d9b2bea8084e574d675a99851fdad3daa7?d=identicon)[crazytoon](/maintainers/crazytoon)

### Embed Badge

![Health badge](/badges/jasly-test/health.svg)

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

###  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)
