PHPackages                             garak/pokerino - 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. garak/pokerino

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

garak/pokerino
==============

A PHP library to manage Poker card games

v0.2.0(10mo ago)01LGPL-3.0-or-laterPHPPHP ^8.1CI passing

Since Apr 3Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/garak/pokerino)[ Packagist](https://packagist.org/packages/garak/pokerino)[ RSS](/packages/garak-pokerino/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Pokerino: a PHP poker library
=============================

[](#pokerino-a-php-poker-library)

[![License](https://camo.githubusercontent.com/40477fa9c02591d3cfc4102bcc9953785424fe06f9dab589cef483df3e47399f/687474703a2f2f706f7365722e707567782e6f72672f676172616b2f706f6b6572696e6f2f6c6963656e7365)](https://packagist.org/packages/garak/pokerino)[![PHP Version Require](https://camo.githubusercontent.com/a213783f7a2b8e365a1fc2c569b5dd5cb9857871401e55dee6fccb0ea878dc06/687474703a2f2f706f7365722e707567782e6f72672f676172616b2f706f6b6572696e6f2f726571756972652f706870)](https://packagist.org/packages/garak/pokerino)[![Maintainability](https://camo.githubusercontent.com/b9fa118e1db16f01c42ad7064da6e8b2750cafe410b6f6899901a8fc912e1642/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34323739356264313066653039383631333862352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/garak/pokerino/maintainability)[![Test Coverage](https://camo.githubusercontent.com/8ae37a4e16d16f9002caf38f687617d6dcd947f5b94c000ccbee09b4555afb2e/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34323739356264313066653039383631333862352f746573745f636f766572616765)](https://codeclimate.com/github/garak/pokerino/test_coverage)

Introduction
------------

[](#introduction)

This library offers some PHP classes useful for creating a Poker card game:

- Game *(needs to be extended)*
- Player *(needs to be extended)*
- Hand
- PokerRank

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

[](#installation)

Run `composer require garak/pokerino`.

Usage
-----

[](#usage)

Here is an example of a game:

```
