{"id":92486,"library":"goodby-csv","title":"Goodby CSV","description":"CSV import/export library for PHP.","status":"active","version":"1.3.0","language":"php","source_language":null,"source_url":"https://github.com/goodby/csv","tags":["csv","import","export","data","file"],"install":[{"cmd":"composer require goodby/csv","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Lexer","correct":"use Goodby\\CSV\\Import\\Standard\\Lexer;"}],"quickstart":{"code":"use Goodby\\CSV\\Import\\Standard\\Lexer;\nuse Goodby\\CSV\\Import\\Standard\\Interpreter;\n\n$lexer = new Lexer();\n$interpreter = new Interpreter();\n$interpreter->addObserver(function(array $row) {\n    var_dump($row);\n});\n$lexer->parse('file.csv', $interpreter);","lang":"php","description":"Parses a CSV file and outputs each row."},"warnings":[],"env_vars":null,"search_vec":"'csv':2,3,8 'data':11 'export':10 'file':12 'goodbi':1 'import':9 'import/export':4 'librari':5 'php':7","created_at":"2026-06-19T09:33:21.836682+00:00","updated_at":"2026-06-19T09:33:21.836682+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/goodby/csv","github":"https://github.com/goodby/csv","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","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}}