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
时间:未知
oskarstark/readable-filesize-extension
A Twig extension to convert filesize to human readable string
时间:未知
corpus/http-message-utils
Utilities for working with Psr7 Http Messages
时间:未知
niklongstone/regex-reverse
Regular Expression reverter, generates a string from a provided regular expression
时间:未知
kornrunner/ethereum-util
Pure PHP implementation of Ethereum Utils
时间:未知
nabil1337/case-helper
Easily convert between camelCase, PascalCase, kebab-case, snake_case, SCREAMING_SNAKE_CASE, Train-Case, and string case!
时间:未知
wpb/string-blade-compiler
Laravel Blade String Compiler, render string as blade templates
时间:未知
dive-be/php-enum-utils
Those utilities you always need when dealing with native enumerations.
时间:未知