{"id":93691,"library":"dragon-code-simple-dto","title":"Simple DTO","description":"Simple Data Transfer Objects for PHP.","status":"active","version":"2.8.0","language":"php","source_language":null,"source_url":"https://github.com/TheDragonCode/simple-data-transfer-object","tags":["dto","data-transfer","php","simple"],"install":[{"cmd":"composer require dragon-code/simple-dto","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"DTO","correct":"use DragonCode\\SimpleDTO\\DTO;"}],"quickstart":{"code":"use DragonCode\\SimpleDTO\\DTO;\n\nclass UserDTO extends DTO {\n    public string $name;\n    public string $email;\n}\n\n$dto = new UserDTO(['name' => 'John', 'email' => 'john@example.com']);","lang":"php","description":"Defines and instantiates a simple DTO."},"warnings":[],"env_vars":null,"search_vec":"'data':4,11 'data-transf':10 'dto':2,9 'object':6 'php':8,13 'simpl':1,3,14 'transfer':5,12","created_at":"2026-06-19T09:54:13.136882+00:00","updated_at":"2026-06-19T09:54:13.136882+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/TheDragonCode/simple-data-transfer-object","github":"https://github.com/TheDragonCode/simple-data-transfer-object","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}