{"id":90355,"library":"hanneskod-classtools","title":"ClassTools","description":"Find, extract and process classes from file system","status":"active","version":"1.2.1","language":"php","source_language":null,"source_url":"https://github.com/hanneskod/classtools","tags":["class","reflection","filesystem","iterator"],"install":[{"cmd":"composer require hanneskod/classtools","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ClassIterator","correct":"use hanneskod\\classtools\\Iterator\\ClassIterator;"}],"quickstart":{"code":"use hanneskod\\classtools\\Iterator\\ClassIterator;\n\n$iterator = new ClassIterator('/path/to/classes');\nforeach ($iterator as $class) {\n    echo $class->getName();\n}","lang":"php","description":"Iterate over classes in a directory"},"warnings":[],"env_vars":null,"search_vec":"'class':6,10 'classtool':1 'extract':3 'file':8 'filesystem':12 'find':2 'iter':13 'process':5 'reflect':11 'system':9","created_at":"2026-06-19T09:01:41.423095+00:00","updated_at":"2026-06-19T09:01:41.423095+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/hanneskod/classtools","github":"https://github.com/hanneskod/classtools","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}}