PHPackages                             dimimo/pool - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dimimo/pool

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

dimimo/pool
===========

A Billiard Competition for Laravel 9|10 package

1.1.14(2y ago)05[2 PRs](https://github.com/Dimimo/pool/pulls)MITBladePHP ^8.1

Since Mar 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Dimimo/pool)[ Packagist](https://packagist.org/packages/dimimo/pool)[ Docs](https://github.com/dimimo/pool)[ RSS](/packages/dimimo-pool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (26)Used By (0)

[![puerto-galera-pool-league](https://user-images.githubusercontent.com/11265166/231670096-65beb3b7-2e93-4009-a12d-95b82707d4cb.jpg)](https://user-images.githubusercontent.com/11265166/231670096-65beb3b7-2e93-4009-a12d-95b82707d4cb.jpg)

A Billiard Competition Laravel 9|10 package
===========================================

[](#a-billiard-competition-laravel-910-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f543e9a4bae524693957b9c02ebfef80c1f495f20f37751f440f1cd7db49935d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64696d696d6f2f706f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dimimo/pool)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c49c1fa10280360f2b7e683328c357cdb248d2693ceba17e51ce97de1ef85c98/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64696d696d6f2f706f6f6c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/dimimo/pool/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/24126221a3701502aaec84aa56c69c8cab7a9f79016d263b7fce66c4995dc790/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64696d696d6f2f706f6f6c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/dimimo/pool/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0bbdfd4f8e1a58c9c67aee7f83b7f2e43d2ed6d289b93ce7bab57a23c7afbcce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64696d696d6f2f706f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dimimo/pool)

This package is for the Puerto Galera Billiard Competition. It handles diffent seasons (called cycles in the package), Teams, playersm, venues and, of course, statistics!

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

[](#installation)

You can install the package via composer:

```
composer require dimimo/pool
```

An Artisan command can install all elements of the package:

```
php artisan pool:install
php artisan migrate
```

Or you can publish and run the migrations with:

```
php artisan vendor:publish --tag="pool-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="pool-config"
```

This is the contents of the published config file:

```
return [
    'prefix'     => 'pool',
    'middleware' => ['web'],
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="pool-views"
```

Usage
-----

[](#usage)

```
A full stack package that handles all Pool related routes.
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Dimitri Mostrey](https://github.com/Dimimo)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.4% 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

Every ~18 days

Recently: every ~52 days

Total

23

Last Release

750d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0add6a0782c65548ee179185ce45b247eaad51bdd578f6521fdfab8a41803f94?d=identicon)[Dimimo](/maintainers/Dimimo)

---

Top Contributors

[![Dimimo](https://avatars.githubusercontent.com/u/11265166?v=4)](https://github.com/Dimimo "Dimimo (90 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")

---

Tags

poolstatisticscompetitionbilliardbilliards

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dimimo-pool/health.svg)

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

###  Alternatives

[markrogoyski/math-php

Math Library for PHP. Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

2.4k7.1M40](/packages/markrogoyski-math-php)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[rubix/tensor

A library and extension that provides objects for scientific computing in PHP.

2751.4M5](/packages/rubix-tensor)[hi-folks/statistics

PHP package that provides functions for calculating mathematical statistics of numeric data.

398103.5k](/packages/hi-folks-statistics)[oefenweb/statistics

Statistics library for PHP

33400.7k1](/packages/oefenweb-statistics)[timothepearce/laravel-time-series

Laravel Time Series provides an API to create and maintain projected data from you Eloquent models, and represent them as time-series.

955.4k](/packages/timothepearce-laravel-time-series)

PHPackages © 2026

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