thefox / logic
Logic Gates and Criteria Tree
Installs: 498
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/thefox/logic
Requires
- php: ^7.0
Requires (Dev)
- phpstan/phpstan: ^0.7
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2025-09-24 07:43:11 UTC
README
Project Outlines
The project outlines as described in my blog post about Open Source Software Collaboration.
- The main purpose of this library is to provide an object-oriented approach to logic gates for PHP.
- This list is open. Feel free to request features.
Features
- AND
- OR
- NOR
TODO
- XOR
- etc?
Installation
The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:
composer require thefox/logic