iquito_ch member since: Apr 22, 2019
iquito_ch's packages
-
PHP
squirrelphp/connection
Slimmed down concise connection interface for database queries and transactions supporting MySQL, MariaDB, PostgreSQL and SQLite.
-
PHP
squirrelphp/debug
Debug functionality: create exception with origin call data and sanitizing function arguments and other data for output
-
PHP
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.
-
PHP
squirrelphp/entities-bundle
Symfony integration of squirrelphp/entities - automatic integration of generated repositories for existing entities.
-
PHP
squirrelphp/queries
Slimmed down concise interfaces and query builder for database queries and transactions which can be layered / decorated.
-
PHP
squirrelphp/queries-bundle
Symfony integration of squirrelphp/queries - automatic assembling of decorated connections.
-
PHP
squirrelphp/scalar-types
Make the coercive mode and strict mode behavior of PHP accessible explicitly via functions.
-
PHP
squirrelphp/strings
Common string operations in PHP: filter a string, generate a random string, condense an integer into a string, and modify URLs
-
PHP
squirrelphp/strings-bundle
Symfony integration of squirrelphp/strings - make squirrel strings functionality easily available in Symfony
-
PHP
squirrelphp/twig-php-syntax
Adds common PHP syntax to twig templates, like ===, foreach and continue/break.
-
PHP
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.
-
PHP
squirrelphp/validator-cascade
Cascade attribute for Symfony Validator, reimplementing the Valid constraint in a more flexible and understandable way