functional-php / fantasy-land
Specification for interoperability of common algebraic structures in PHP
Installs: 3 151 075
Dependents: 4
Suggesters: 0
Security: 0
Stars: 34
Watchers: 5
Forks: 10
Open Issues: 2
Requires
- php: >=7.1
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-17 01:21:47 UTC
README
Introduction
This project specifies interoperability of common algebraic structures in PHP.
The inspiration for this package is the fantastic fantasyland project [A]
.
The repository contains the following algebraic structures:
Each of those algebraic structures must obey some laws. In order to simplify their verification, the project provides encapsulated property tests. They can be used to easily verify the correctness of newly implemented structures.
You can find exemples on how to use those tests in the directory of examples
Installation
composer require functional-php/fantasy-land:^1