{"id":95114,"library":"cycle-database","title":"Cycle Database","description":"DBAL, schema introspection, migration and pagination","status":"active","version":"2.20.0","language":"php","source_language":null,"source_url":"https://github.com/cycle/database","tags":["database","dbal","migration","pagination","cycle"],"install":[{"cmd":"composer require cycle/database","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Database","correct":"use Cycle\\Database\\Database;"}],"quickstart":{"code":"use Cycle\\Database\\Database;\n\n$database = new Database('mysql:host=localhost;dbname=test', 'username', 'password');\n$users = $database->table('users')->select()->fetchAll();","lang":"php","description":"Connect to a MySQL database and fetch all rows from the users table."},"warnings":[],"env_vars":null,"search_vec":"'cycl':1,13 'databas':2,9 'dbal':3,10 'introspect':5 'migrat':6,11 'pagin':8,12 'schema':4","created_at":"2026-06-19T10:20:17.934021+00:00","updated_at":"2026-06-19T10:20:17.934021+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://cycle-orm.dev","github":"https://github.com/cycle/database","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","orm"],"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}}