{"id":89008,"library":"calebporzio-sushi","title":"Sushi","description":"Eloquent's missing 'array' driver for using arrays as database tables.","status":"active","version":"2.5.4","language":"php","source_language":null,"source_url":"https://github.com/calebporzio/sushi","tags":["eloquent","laravel","array-driver"],"install":[{"cmd":"composer require calebporzio/sushi","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Sushi","correct":"use Sushi\\Sushi;"}],"quickstart":{"code":"<?php\nuse Sushi\\Sushi;\n\nclass User extends \\Illuminate\\Database\\Eloquent\\Model {\n    use Sushi;\n    protected $rows = [\n        ['id' => 1, 'name' => 'John'],\n    ];\n}\n$user = User::find(1);","lang":"php","description":"Define an Eloquent model with inline array data"},"warnings":[{"fix":"Use the 'sushi' database connection or manually define relationships.","message":"Sushi models do not support relationships with database-backed models by default.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'array':5,9,16 'array-driv':15 'databas':11 'driver':6,17 'eloqu':2,13 'laravel':14 'miss':4 'sushi':1 'tabl':12 'use':8","created_at":"2026-06-19T08:40:56.189699+00:00","updated_at":"2026-06-19T08:40:56.189699+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/calebporzio/sushi","github":"https://github.com/calebporzio/sushi","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}}