PHP Poker Engine can be used to implement a Poker game engine. It has a class that can deal and shuffle a deck of cards. There is another class that can evaluate a deck of cards to check whether it matches a Poker sequence. If the deck matches a Poker sequence, it returns the name of the sequence and the number of points it is worth in the Poker game.