Download the PHP package puritandesigns/poindexter without Composer
On this page you can find all versions of the php package puritandesigns/poindexter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download puritandesigns/poindexter
More information about puritandesigns/poindexter
Files in puritandesigns/poindexter
Download puritandesigns/poindexter
More information about puritandesigns/poindexter
Files in puritandesigns/poindexter
Vendor puritandesigns
Package poindexter
Short Description A formula-calculating library
License MIT
Package poindexter
Short Description A formula-calculating library
License MIT
Please rate this library. Is it a good library?
Informations about the package poindexter
Poindexter
A formula-calculating library for php.
Installation
You can install this package with composer:
Usage
Here are a few usage examples:
Caveats
A couple of things to keep in mind....
The Parser is pretty lazy.
It cannot parse nested parentheses in strings. It can with array inputs.
The Parser needs strings with space between elements:
'x+y'
would be understood as one variable instead of 3 distinct statements'x + y'
would parse into the 3 statements: variable x, add, and variable y
You can manually build more-complicated statements from Factors objects
See tests for more examples.
Be careful with Comparators
Incorporating <
, >
, =
, &
, etc... yields a binary (1 or 0) result for that particular expression. If you are not careful, that might change the intention of your formulas.
All versions of poindexter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package puritandesigns/poindexter contains the following files
Loading the files please wait ....