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 2w ago

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 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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://avatars.githubusercontent.com/u/17415241?v=4)[John Robinson](/maintainers/Superme2018)[@Superme2018](https://github.com/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

[dms/phpunit-arraysubset-asserts

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

14228.7M346](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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