{"id":93980,"library":"duncan3dc-object-intruder","title":"Object Intruder","description":"A small library to access private/protected properties/methods of objects","status":"active","version":"1.1.0","language":"php","source_language":null,"source_url":"https://github.com/duncan3dc/object-intruder","tags":["reflection","testing","debugging","access"],"install":[{"cmd":"composer require duncan3dc/object-intruder","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Intruder","correct":"use duncan3dc\\ObjectIntruder\\Intruder;"}],"quickstart":{"code":"use duncan3dc\\ObjectIntruder\\Intruder;\n\n$obj = new SomeClass();\n$intruder = new Intruder($obj);\n$value = $intruder->getProperty('privateProperty');","lang":"php","description":"Access private property of an object"},"warnings":[{"fix":"Avoid in production code; prefer reflection or proper getters","message":"Breaks encapsulation; use only for testing or debugging","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'access':7,15 'debug':14 'intrud':2 'librari':5 'object':1,11 'private/protected':8 'properties/methods':9 'reflect':12 'small':4 'test':13","created_at":"2026-06-19T09:59:03.895819+00:00","updated_at":"2026-06-19T09:59:03.895819+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/duncan3dc/object-intruder","github":"https://github.com/duncan3dc/object-intruder","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","testing"],"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}}