PHPackages                             superme2018/noughts-and-crosses - 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. superme2018/noughts-and-crosses

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

superme2018/noughts-and-crosses
===============================

A test package for laravel, holds a basic version of the noughts and crosses game.

06PHP

Since Jan 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Superme2018/noughts-and-crosses)[ Packagist](https://packagist.org/packages/superme2018/noughts-and-crosses)[ RSS](/packages/superme2018-noughts-and-crosses/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

###  Noughts and Crosses (A laravel package)

[](#-noughts-and-crosses-a-laravel-package)

 This is a package creation test, it contains some logic that mimics a simple "Noughts and Crosses" game.

Use, **composer require superme2018/noughts-and-crosses** to add to your project.

// **Namespace to import into controller and or class:**
use SuperMe2018\\NoughtsAndCrosses\\NoughtsAndCrosses;

// **Player move array format (can take player 1 or player 2)**
$playerMove = \["playerId" =&gt; 1, "moveId" =&gt; 4\];

// **Instance and usage.**
$noughtsAndCrosses = new NoughtsAndCrosses();
return $noughtsAndCrosses-&gt;makeMove($playerMove);

or

(new NoughtsAndCrosses)-&gt;makeMove(($playerMove);

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4a845b21b1441b706ecd34312deb8baf4a1f1652716b403a4f355ff199c994f?d=identicon)[Superme2018](/maintainers/Superme2018)

---

Top Contributors

[![Superme2018](https://avatars.githubusercontent.com/u/17415241?v=4)](https://github.com/Superme2018 "Superme2018 (16 commits)")

### Embed Badge

![Health badge](/badges/superme2018-noughts-and-crosses/health.svg)

```
[![Health](https://phpackages.com/badges/superme2018-noughts-and-crosses/health.svg)](https://phpackages.com/packages/superme2018-noughts-and-crosses)
```

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