Download the PHP package chriha/data-objects without Composer
On this page you can find all versions of the php package chriha/data-objects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chriha/data-objects
More information about chriha/data-objects
Files in chriha/data-objects
Download chriha/data-objects
More information about chriha/data-objects
Files in chriha/data-objects
Vendor chriha
Package data-objects
Short Description A PHP package to create immutable data objects with validation and transformation capabilities.
License MIT
Package data-objects
Short Description A PHP package to create immutable data objects with validation and transformation capabilities.
License MIT
Please rate this library. Is it a good library?
Informations about the package data-objects
Data Objects
A PHP project for working with flexible data objects, supporting dynamic properties and array initialization.
Features
- Dynamic Properties: Easily set and get properties on data objects.
- Array Initialization: Instantiate objects with an associative array of properties.
- Extensible: Create your own data object classes by extending the base
DataObject.
Example Usage
Running Tests
This project uses PestPHP for testing.
To run the tests:
Directory Structure
src/- Source code for data objectstests/- PestPHP test suite
Requirements
- PHP 8.3+
- Composer
License
MIT
All versions of data-objects with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
nesbot/carbon Version ^3.8.4
illuminate/collections Version ^11.46|^12.26
illuminate/support Version ^11.46|^12.26
illuminate/validation Version ^11.46|^12.26
illuminate/translation Version ^11.46|^12.26
nesbot/carbon Version ^3.8.4
illuminate/collections Version ^11.46|^12.26
illuminate/support Version ^11.46|^12.26
illuminate/validation Version ^11.46|^12.26
illuminate/translation Version ^11.46|^12.26
The package chriha/data-objects contains the following files
Loading the files please wait ...