Libraries tagged by evaluator
mocodo/flipt-sdk
8 Downloads
PHP SDK for Flipt feature flag evaluation, built on PSR-18/PSR-17.
miroshnikov/idles
194 Downloads
A PHP functional utility library, port of Lodash/Ramda with lazy (idle) evaluation
ls-a/xml-utils
92 Downloads
Utilities for XML handling: attributes, tags, namespaces, comparison and late evaluation
khanhicetea/twigeval
3224 Downloads
Evaluate expression using Twig
kadudutra/fpdi
1423 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
kachnitel/entity-expression-language
438 Downloads
Evaluates Symfony ExpressionLanguage strings against PHP objects, resolving properties via PropertyAccess with optional is_granted() support
hmuenzer/recurrence
6 Downloads
This tool helps with rrule evaluations as defined by RFC 5545
hejunjie/simple-rule-engine
647 Downloads
一个轻量、易用的 PHP 规则引擎,支持多条件组合与动态规则执行,适用于业务规则判断、数据校验等场景 | A lightweight and flexible PHP rule engine supporting complex conditions and dynamic rule execution—ideal for business logic evaluation and data validation.
featureflip/featureflip-php
12 Downloads
Featureflip server-side PHP SDK for feature flag evaluation
ez-php/feature-flags
23 Downloads
Simple feature flag evaluation for the ez-php framework — File, Database, and Array drivers with a static Flag facade
ebeacon/iterutil
774 Downloads
Creates iterators for arrays or any iterable, with lazily evaluated (memory efficient) transformations. Heavily inspired by Rust's iterators.
dhii/evaluable-interface
6912 Downloads
Increasing interoperability for objects that can be evaluated
cognesy/instructor-evals
11 Downloads
LLM evaluation tools for Instructor library
bluesnowman/fphp-saber
20 Downloads
A functional PHP library, which promotes strong typing, immutable objects, and lazy evaluation.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.