6 Repositories
PHP operator Libraries
An extended laravel eloquent WHERE method to work with sql LIKE operator.
Laravel Eloquent WhereLike An extended laravel eloquent WHERE method to work with sql LIKE operator. Inspiration The idea of this package comes from o
Replace Elvis operator (?:) by null coalesce operator (??) when applicable
psalm-elvis-begone A Psalm plugin to replace Elvis operator (?:) by null coalesce operator (??) when applicable Installation: $ composer require --dev
Opsie Operator is a CLI to check your website for HTTP downtime.
Opsie Operator Monitor any website. Run in Docker or any Kubernetes cluster. Send webhooks. 🤝 Supporting If you are using one or more Renoki Co. open
Enable method chaining or fluent expressions for any value and method.
PHP Pipe Operator A (hopefully) temporary solution to implement the pipe operator in PHP. Table of contents Requirements How to install How to use The
This package is used to validate the telephone numbers of the countries taken into account. It also makes it possible to verify that a number is indeed a number of an operator X
phone-number-checker This package is used to validate the telephone numbers of the countries taken into account. It also makes it possible to verify t
The only way to implement the pipe operator in PHP.
Pipe Operator in PHP Introduction This package is based on the pipe operator RFC by Sara Golemon and Marcelo Camargo (2016), who explains the problem