ufo-tech / rpc-objects
Component for UFO-Tech RPC Library
Installs: 2 549
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 0
Type:component
Requires
- php: >=8.3
- ext-intl: *
- symfony/http-client: *
- symfony/property-access: *
- symfony/serializer: ^7.2
- symfony/validator: ^7.2
- ufo-tech/dto-transformer: ^1.0
- ufo-tech/rpc-exceptions: *
README
Component for UFO-Tech RPC Library πΊπ¦
This package provides structured DTO handling for use in RPC-oriented systems, including:
- Attribute-based validation (Assertions)
- Recursive transformation into nested DTOs (DTO, ResultAsDTO)
- Conversion from/to arrays (IArrayConstructible, IArrayConvertible)
- Clean and extensible architecture compatible with Symfony Validator
Installation
composer require ufo-tech/rpc-objects