mouf/utils.common.paginable-interface
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
时间:未知
mouf/utils.common.sortable-interface
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
时间:未知
mouf/utils.value.value-interface
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
时间:未知
mouf/utils.common.conditioninterface
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns tru
时间:未知
corpus/http-message-utils
Utilities for working with Psr7 Http Messages
时间:未知
kornrunner/ethereum-util
Pure PHP implementation of Ethereum Utils
时间:未知
dive-be/php-enum-utils
Those utilities you always need when dealing with native enumerations.
时间:未知
concretecms/monolog-cascade
Monolog extension to configure multiple loggers in the blink of an eye and access them from anywhere
时间:未知
php-extended/polyfill-php80-str-utils
A php implementation of string functions introduced in php8 and above
时间:未知