cxj/validator

functional programming parameter validation

0.0.4 2020-06-04 02:46 UTC

This package is auto-updated.

Last update: 2024-04-25 21:13:32 UTC


README

Latest stable release Software license Total downloads StyleCI Total stars

This library contains efficient functional programming (FP) routines to test the input and output parameters of your methods. With these validations, you can greatly reduce the amount of coding needed to write a safe implementation.

About

This library is inspired by Larry Garfield's book Thinking Functionally in PHP and builds upon Benjamin Eberlei's assert package, and the revised version by Bernhard Schussek

Authors

Contribute

Contributions to the package are always welcome!

License

All contents of this package are licensed under the GPL v3.