PHPackages                             chi-php-ug/good-time-playground - 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. chi-php-ug/good-time-playground

ActiveLibrary

chi-php-ug/good-time-playground
===============================

A super-awesome good-time playground!

0.0.0(11y ago)1191MITPHPPHP &gt;=5.4.0

Since Feb 9Pushed 11y ago2 watchersCompare

[ Source](https://github.com/ChiPHP/good-time-playground)[ Packagist](https://packagist.org/packages/chi-php-ug/good-time-playground)[ Docs](https://github.com/ChiPHP/good-time-playground)[ RSS](/packages/chi-php-ug-good-time-playground/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

The super-awesome good-time playground
======================================

[](#the-super-awesome-good-time-playground)

[![Build Status](https://camo.githubusercontent.com/c14c48b0f8c26f80f6b070e5dd1909c0c9fab610fbd00d8c28d4e98ddd485941/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f4368695048502f676f6f642d74696d652d706c617967726f756e642e737667)](https://travis-ci.org/ChiPHP/good-time-playground)[![Latest Stable Version](https://camo.githubusercontent.com/953e78e2a58963a25c051427e08ffbeb545230c93818e70bd3e8cbd05709410e/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368692d7068702d75672f676f6f642d74696d652d706c617967726f756e642e737667)](https://packagist.org/packages/chi-php-ug/good-time-playground)[![License](https://camo.githubusercontent.com/5a911ddcd16b9110e7821386ffd8d637005a8b856c14a3c0861b955e91da4eba/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6c69676874677265792e737667)](https://github.com/ChiPHP/good-time-playground/blob/master/LICENSE)

Welcome to the super-awesome good-time playground for the Chicago PHP User Group!

This package is a great way to pratice contributing to open source. If you see soemthing misspelled in the README, or maybe a test isn't passing, or you want to add a new feature, feel free to submit your own PR!

Into
----

[](#into)

The Silly Site Morpher is a library that takes a URL and returns the contents after it has undergone some sort of mutation.

The mutations are performed by "morpher providers" found under the `Morphers` folder.

Installation
------------

[](#installation)

Add the following to your `composer.json` file.

```
{
    "require": {
        "chi-php-ug/good-time-playground": "~0.0"
    }
}
```

Usage
-----

[](#usage)

```
use ChiPhp\Playground\SillySiteMorpher;
use ChiPhp\Playground\Morphers\BathroomMorpher;

$ssm = new SillySiteMorpher('http://example.com');
$morpher = new BathroomMorpher();
$content = $ssm->morph($morpher);

echo $content; // Now with some bathroom flare!
```

Supported Morphers
------------------

[](#supported-morphers)

There are a number of morphers you can use to make a silly site.

### Bathroom Morpher

[](#bathroom-morpher)

Replaces random words with bathroom-related words.

```
use ChiPhp\Playground\Morphers\Bathroom;

$morpher = new BathroomMorpher();
```

### Add your own!

[](#add-your-own)

We've love to add more silly morphers to the package. Code your morpher to the `MorpherInterface` and add documentation for it!

Contributing
============

[](#contributing)

Please see [CONTRIBUTING](https://github.com/SammyK/package-skeleton/blob/master/CONTRIBUTING.md) for details.

Credits
=======

[](#credits)

- [All Contributors](https://github.com/SammyK/package-skeleton/contributors)

License
=======

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/SammyK/package-skeleton/blob/master/LICENSE) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b7311351d345939106c196014a18719b811326452f3a08adb1047a2143d7bcc?d=identicon)[SammyK](/maintainers/SammyK)

---

Top Contributors

[![SammyK](https://avatars.githubusercontent.com/u/578780?v=4)](https://github.com/SammyK "SammyK (2 commits)")

---

Tags

playground

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/chi-php-ug-good-time-playground/health.svg)

```
[![Health](https://phpackages.com/badges/chi-php-ug-good-time-playground/health.svg)](https://phpackages.com/packages/chi-php-ug-good-time-playground)
```

PHPackages © 2026

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