Libraries tagged by safe-eval
okvpn/expression-language
9104 Downloads
Fast powerful PHP expression language based on twig syntax
vanderlee/expression
10668 Downloads
Safe, eval()-based simple and extendable expression parser
layered/safe-eval
491 Downloads
Safely evaluate code expressions
crisu83/php-expression
33 Downloads
A modest library for safe evaluation of PHP expressions.
ss-ipg/value-objects
41404 Downloads
Type-safe value objects for PHP primitives with built-in formatting.
kayne/swagger
336 Downloads
A minimal Swagger/OpenAPI documentation generator for Laravel using DTOs. 80% less code than l5-swagger with type-safe validation.
brannow/typed-pattern-engine
919 Downloads
Human-readable pattern matching engine with type-safe value extraction and bidirectional processing
onaonbir/oo-metas
73 Downloads
Flexible and extensible metadata management system for Laravel models with caching, dot notation, connected models, and type-safe value objects.
bensedev/type-guard
112 Downloads
Type-safe value validation and coercion for PHP with PHPStan support
evans-wanguba/sage-evolution-freedom-api
16 Downloads
This is a PHP package for handling Sage Evolution Freedom web service integration
tiny-talk-messages/validation
1 Downloads
A lightweight, type-safe validation library for PHP 8.3+
phpdot/validator
5 Downloads
Strict, type-safe validation with structured error codes for the PHPdot ecosystem.
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
ohtyap/laravel-sane-validator
8 Downloads
sane validation rule handling for laravel
wimil/settings
134 Downloads
This package allows you to save the configuration in a more persistent way. Use the database to save your settings, you can save values in json format. You can also override the Laravel configuration.