Keep your dependencies up-to-date

Package.Health uses semantic versioning to detect outdated or insecure dependencies in your project's composer.json.

Packages from squirrelphp

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