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!
时间:未知
phpdocumentor/json-path
Access php objects with json path expressions
时间:未知
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.
时间:未知
khartir/typed-config
A tool to create valid config objects from typed classes and data-arrays
时间:未知
digipolisgent/value
Package containing the interfaces and abstract implementations to support the usage of Value objects in packages and projects.
时间:未知
tonirilix/nested-json-flattener
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
时间:未知
jessarcher/laravel-castable-data-transfer-object
Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
时间:未知
signnow/rest-entity-manager
Library gives you ability to communicate to REST API within DTO objects
时间:未知
ezsystems/ezplatform-content-forms
Use Symfony Forms with eZ Platform Content & User objects
时间:未知
silverstripe/closure
A library that can be used to serialize closures (anonymous functions) and arbitrary objects.
时间:未知