PHP Package: roadrunner-php/roadrunner-api-dto

RoadRunner PHP library for API Data Transfer Objects, providing efficient and structured data handling for web applications.

Current Version: 1.13.0
Last Updated: 2025-08-12
PHP Requirement: ^8.1
Dependencies:
roadrunner-php/roadrunner
symfony/serializer
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 1.13.0

Download Download v1.13.0

Previous Versions

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.