{"id":89871,"library":"ramsey-array-column","title":"Ramsey Array Column","description":"Provides functionality for array_column() to projects using PHP earlier than version 5.5.","status":"active","version":"1.1.3","language":"php","source_language":null,"source_url":"https://github.com/ramsey/array_column","tags":["array","column","polyfill","php"],"install":[{"cmd":"composer require ramsey/array_column","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ArrayColumn","correct":"use Ramsey\\ArrayColumn\\ArrayColumn;"}],"quickstart":{"code":"use Ramsey\\ArrayColumn\\ArrayColumn;\n\n$records = [\n    ['id' => 1, 'name' => 'Alice'],\n    ['id' => 2, 'name' => 'Bob'],\n];\n$names = ArrayColumn::arrayColumn($records, 'name');","lang":"php","description":"Extract a column from a multidimensional array."},"warnings":[{"fix":"Use function_exists('array_column') check before using this polyfill.","message":"PHP 5.5+ has native array_column() which may conflict if you use both.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'5.5':16 'array':2,7,17 'column':3,8,18 'earlier':13 'function':5 'php':12,20 'polyfil':19 'project':10 'provid':4 'ramsey':1 'use':11 'version':15","created_at":"2026-06-19T08:53:58.291270+00:00","updated_at":"2026-06-19T08:53:58.291270+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/ramsey/array_column","github":"https://github.com/ramsey/array_column","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}}