Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thefox/logic

Logic Gates and Criteria Tree for PHP.
https://github.com/thefox/logic

and criteria criteria-tree gate logic logic-gates mit-license not or php php-library php7

Last synced: about 1 month ago
JSON representation

Logic Gates and Criteria Tree for PHP.

Awesome Lists containing this project

README

        

# Logic Gates and Criteria Tree for PHP

## Project Outlines

The project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).

- 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](https://packagist.org/packages/thefox/assembly) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:

```bash
composer require thefox/logic
```