Skip to content
Sergii Pryz edited this page Jan 5, 2025 · 13 revisions

transfer-object-generator

Welcome to the Transfer Object Generator!

This tool helps generating Transfer Objects (TO) based on well structured array or YML definitions, making it easier to manage and use TOs in your PHP projects.

Technology Stack

The TO Generator uses modern PHP features and best practices, such as:

  • PHP 8.4 Property Hooks: utilizes the latest PHP 8.4 property hooks feature.
  • FixedArray: uses FixedArray for efficient memory usage as the main storage.
  • Fibers: implements fibers for interruptible execution.
  • Attributes: uses PHP attributes for TO metadata.
  • Interfaces: implements standard interfaces such as IteratorAggregate, JsonSerializable, and Countable.

Key Features

Clone this wiki locally