php.package.health
composer.json
.Package | Status | |
---|---|---|
squirrelphp/connection | Slimmed down concise connection interface for database queries and transactions supporting MySQL, MariaDB, PostgreSQL and SQLite. | |
squirrelphp/debug | Debug functionality: create exception with origin call data and sanitizing function arguments and other data for output | |
squirrelphp/entities | Simple, safe and flexible implementation of handling SQL entities and repositories as well as multi-table SQL queries while staying lightweight and straightforward. | |
squirrelphp/entities-bundle | Symfony integration of squirrelphp/entities - automatic integration of generated repositories for existing entities. | |
squirrelphp/queries | Slimmed down concise interfaces and query builder for database queries and transactions which can be layered / decorated. | |
squirrelphp/queries-bundle | Symfony integration of squirrelphp/queries - automatic assembling of decorated connections. | |
squirrelphp/scalar-types | Make the coercive mode and strict mode behavior of PHP accessible explicitly via functions. | |
squirrelphp/strings | Common string operations in PHP: filter a string, generate a random string, condense an integer into a string, and modify URLs | |
squirrelphp/strings-bundle | Symfony integration of squirrelphp/strings - make squirrel strings functionality easily available in Symfony | |
squirrelphp/twig-php-syntax | Adds common PHP syntax to twig templates, like ===, foreach and continue/break. | |
squirrelphp/types | Explicit handling of type coercions and enforcement in PHP in order to deal with unknown data in a more predictable and safe way. | |
squirrelphp/validator-cascade | Cascade attribute for Symfony Validator, reimplementing the Valid constraint in a more flexible and understandable way |