PHP Package: roadrunner-php/roadrunner-api-dto
RoadRunner PHP library for API Data Transfer Objects, providing efficient and structured data handling for web applications.
Package Description
RoadRunner API Data Transfer Objects (DTO) library streamlines data management by facilitating structured data transfer within web applications. By utilizing DTOs, developers can enhance application performance and maintain cleaner code architecture. This library is designed to optimize data handling processes, ensuring seamless communication between different parts of the application.
Download Latest Version: 1.13.0

Previous Versions
v1.10.0
v1.12.0 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/roadrunner-php/roadrunner-api-dto/1.13.0/loader.php';
require_once 'libs/roadrunner-php/roadrunner/{lib_version}/loader.php';
require_once 'libs/symfony/serializer/7.3.4/loader.php';
use RoadRunner\API\DTO\DataTransferObject;
use Symfony\Component\Serializer\Serializer;
$obj = new DataTransferObject();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.