{"id":33997048,"url":"https://github.com/wp-papi/papi-property-table","last_synced_at":"2026-06-01T00:31:49.182Z","repository":{"id":56982662,"uuid":"61729651","full_name":"wp-papi/papi-property-table","owner":"wp-papi","description":"Papi - Table property","archived":false,"fork":false,"pushed_at":"2018-10-01T17:31:28.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T20:58:07.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wp-papi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-22T15:20:53.000Z","updated_at":"2018-10-01T17:31:29.000Z","dependencies_parsed_at":"2022-08-21T11:50:53.516Z","dependency_job_id":null,"html_url":"https://github.com/wp-papi/papi-property-table","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wp-papi/papi-property-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-papi%2Fpapi-property-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-papi%2Fpapi-property-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-papi%2Fpapi-property-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-papi%2Fpapi-property-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wp-papi","download_url":"https://codeload.github.com/wp-papi/papi-property-table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-papi%2Fpapi-property-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-13T08:53:12.025Z","updated_at":"2026-06-01T00:31:49.164Z","avatar_url":"https://github.com/wp-papi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Papi - Table property\n\nTable property for Papi.\n\n## Installation\n\nThis property requires [Papi](https://wp-papi.github.io/) plugin.\n\nIf you're using Composer to manage WordPress, add Papi to your project's dependencies. Run:\n\n```sh\ncomposer require frozzare/papi-property-table\n```\n\n## Usage\n\n```php\n\u003c?php\n\n$fields = [\n    ['Name', 'facility_name'],\n    ['ID', 'facility_id'],\n    ['Location', 'facility_location_name'],\n    ['E-email', 'facility_email'],\n    ['Address', 'facility_street_address'],\n    ['Zip code', 'facility_zip_code']\n];\n\nforeach ( $fields as $k =\u003e $v ) {\n    $fields[$k][1] = get_post_meta( $_GET['post'], $v[1], true );\n}\n\n$this-\u003ebox( [\n    'title'   =\u003e 'Facility information',\n    'context' =\u003e 'side'\n], [\n    papi_property( [\n        'sidebar'  =\u003e false,\n        'title'    =\u003e 'Facility information',\n        'type'     =\u003e 'table',\n        'settings' =\u003e [\n            'items' =\u003e $fields\n        ]\n    ] )\n] );\n```\n\n## License\n\nMIT © [Fredrik Forsmo](https://github.com/frozzare)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-papi%2Fpapi-property-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwp-papi%2Fpapi-property-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-papi%2Fpapi-property-table/lists"}