Download the PHP package ifcastle/type-definitions without Composer
On this page you can find all versions of the php package ifcastle/type-definitions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ifcastle/type-definitions
More information about ifcastle/type-definitions
Files in ifcastle/type-definitions
Download ifcastle/type-definitions
More information about ifcastle/type-definitions
Files in ifcastle/type-definitions
Vendor ifcastle
Package type-definitions
Short Description Library for defining data types at the business logic layer. Data hydration and serialization based on type definitions.
License MIT
Package type-definitions
Short Description Library for defining data types at the business logic layer. Data hydration and serialization based on type definitions.
License MIT
Please rate this library. Is it a good library?
Informations about the package type-definitions
Type definitions 
A metadata library for describing the types of procedures, services, and objects.
Why is this needed?
Information about data types and method prototypes can be used for code generation,
forming DataTransferObjects, and remote calls.
This library provides an independent infrastructure for forming metadata
about data types that is not tied to a specific implementation.
Features
- Classes for describing data types
- Forming metadata through PHP Reflection and attributes.
- Serialization and deserialization of data into a
JSON-like structure (JSON-array). ValueContainerpattern: a container for storing values with a type descriptor.- A PHP code generator for serialization, validation, and deserialization for better performance.
Installation
Example
All versions of type-definitions with dependencies
PHP Build Version
Package Version
Requires
ifcastle/exceptions Version
^5.2
The package ifcastle/type-definitions contains the following files
Loading the files please wait ...