{"id":45777966,"url":"https://github.com/towardstudio/csvtotable","last_synced_at":"2026-02-26T10:45:46.950Z","repository":{"id":43672190,"uuid":"480861307","full_name":"towardstudio/csvtotable","owner":"towardstudio","description":"Plugin to create a table from a CSV","archived":false,"fork":false,"pushed_at":"2024-04-30T08:49:13.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T02:53:49.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/towardstudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-12T15:09:55.000Z","updated_at":"2024-04-30T08:48:57.000Z","dependencies_parsed_at":"2024-04-30T09:56:40.124Z","dependency_job_id":"0ee5b87d-5c55-4141-a2fb-67a191abe488","html_url":"https://github.com/towardstudio/csvtotable","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/towardstudio/csvtotable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towardstudio%2Fcsvtotable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towardstudio%2Fcsvtotable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towardstudio%2Fcsvtotable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towardstudio%2Fcsvtotable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/towardstudio","download_url":"https://codeload.github.com/towardstudio/csvtotable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towardstudio%2Fcsvtotable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29856746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-26T10:45:41.583Z","updated_at":"2026-02-26T10:45:46.942Z","avatar_url":"https://github.com/towardstudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV to Table plugin for Craft CMS 5.x\n\nCreate a table from a CSV\n\n## Requirements\n\nThis plugin requires Craft CMS 5 or later.\n\n## Installation\n\nTo install the plugin, follow these instructions.\n\n1. Open your terminal and go to your Craft project:\n\n```\ncd /path/to/project/craft\n```\n\n2. Then tell Composer to load the plugin:\n\n```\ncomposer require towardstudio/csvtotable\n```\n\n3. In the Control Panel, go to Settings → Plugins and click the “Install” button for CSV to Table.\n\n## Settings\n\nIn a Dev environment there is a control panel navigation item which will direct you to the plugin settings.\n\nWithin the settings you can set classes on each of the table elements to give a global style.\n\n## Template\n\n```\n{{ csvToTable(entry.csvTable) }}\n```\n\nTo display the table, you can pass the Asset into a function. This will automatically change the data into a table format.\n\n## Additional Parameter\n\nIf you don't want your table to display with a `\u003cthead\u003e` you can pass an additional parameter of `false` into the function which will remove the `\u003cthead\u003e` option.\n\n```\n{{ csvToTable(entry.csvTable, false) }}\n```\n\n[Toward Disclaimer](https://github.com/towardstudio/toward-open-source-disclaimer)\n\nBrought to you by [Toward](https://toward.studio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftowardstudio%2Fcsvtotable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftowardstudio%2Fcsvtotable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftowardstudio%2Fcsvtotable/lists"}