{"id":94384,"library":"neos-utility-objecthandling","title":"Neos Utility ObjectHandling","description":"Flow array/object property and type utilities","status":"active","version":"9.1.1","language":"php","source_language":null,"source_url":"https://github.com/neos/utility-objecthandling","tags":["neos","flow","object-handling","utility","property-access"],"install":[{"cmd":"composer require neos/utility-objecthandling","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ObjectAccess","correct":"use Neos\\Utility\\ObjectHandling\\ObjectAccess;"}],"quickstart":{"code":"use Neos\\Utility\\ObjectHandling\\ObjectAccess;\n\n$object = new stdClass();\n$object->name = 'John';\n\n$name = ObjectAccess::getProperty($object, 'name');\necho $name; // John\n\nObjectAccess::setProperty($object, 'age', 30);\nvar_dump($object->age); // 30","lang":"php","description":"Access and manipulate object properties dynamically"},"warnings":[],"env_vars":null,"search_vec":"'access':18 'array/object':5 'flow':4,11 'handl':14 'neo':1,10 'object':13 'object-handl':12 'objecthandl':3 'properti':6,17 'property-access':16 'type':8 'util':2,9,15","created_at":"2026-06-19T10:05:37.696351+00:00","updated_at":"2026-06-19T10:05:37.696351+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":"http://flow.neos.io","github":"https://github.com/neos/utility-objecthandling","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}