Download the PHP package webservco/data without Composer
On this page you can find all versions of the php package webservco/data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webservco/data
More information about webservco/data
Files in webservco/data
Download webservco/data
More information about webservco/data
Files in webservco/data
Vendor webservco
Package data
Short Description A PHP component/library.
License MIT
Homepage https://webserv.co
Package data
Short Description A PHP component/library.
License MIT
Homepage https://webserv.co
Please rate this library. Is it a good library?
Informations about the package data
webservco/data
A PHP component/library for data handling.
Data transfer
Interfaces
DataTransferInterface
.
Objects
Key / Value objects
StringString
Data extraction
Scalar data extraction service
Array data extraction service
Note: for multidimensional arrays, array key can also be a special formatted string using /
as separator.
Example: "foo/bar/baz".
Two service types available:
DataExtractionService
NonEmptyDataExtractionService
As above except validates data to be non-empty.
Both service types can be used as:
Strict
Data must be of the type specified.
Loose
Data is cast to the specified type when extracting.
Example use case: database result where everything is a string.
Development
Run code validation
Run unit tests
Demo
public/index.php
All versions of data with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
The package webservco/data contains the following files
Loading the files please wait ....