{"id":92812,"library":"tharos-leanmapper","title":"LeanMapper","description":"Tiny ORM based on powerful Dibi database abstraction library for PHP.","status":"active","version":"4.3.0","language":"php","source_language":null,"source_url":"https://github.com/Tharos/LeanMapper","tags":["orm","database","dibi","php"],"install":[{"cmd":"composer require tharos/leanmapper","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Connection","correct":"use LeanMapper\\Connection;"}],"quickstart":{"code":"use LeanMapper\\Connection;\n\n$connection = new Connection([\n    'driver' => 'mysqli',\n    'host' => 'localhost',\n    'username' => 'root',\n    'password' => '',\n    'database' => 'test',\n]);\n$result = $connection->query('SELECT * FROM users');","lang":"php","description":"Create a database connection and execute a query."},"warnings":[{"fix":"Add dibi/dibi to your composer.json.","message":"Requires Dibi library; ensure it is installed.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'abstract':9 'base':4 'databas':8,14 'dibi':7,15 'leanmapp':1 'librari':10 'orm':3,13 'php':12,16 'power':6 'tini':2","created_at":"2026-06-19T09:38:29.146090+00:00","updated_at":"2026-06-19T09:38:29.146090+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://www.leanmapper.com","github":"https://github.com/Tharos/LeanMapper","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["orm","database"],"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}}