{"id":18850639,"url":"https://github.com/jdanek/table-generator","last_synced_at":"2025-08-18T10:05:51.560Z","repository":{"id":56961804,"uuid":"474480156","full_name":"jDanek/table-generator","owner":"jDanek","description":"PHP library for generating simple HTML tables","archived":false,"fork":false,"pushed_at":"2022-07-04T09:35:29.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T15:45:18.791Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jDanek.png","metadata":{"files":{"readme":"README.rst","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":"2022-03-26T22:24:35.000Z","updated_at":"2022-03-26T22:42:33.000Z","dependencies_parsed_at":"2022-08-21T10:20:40.091Z","dependency_job_id":null,"html_url":"https://github.com/jDanek/table-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jDanek%2Ftable-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jDanek%2Ftable-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jDanek%2Ftable-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jDanek%2Ftable-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jDanek","download_url":"https://codeload.github.com/jDanek/table-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786322,"owners_count":19696790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-08T03:30:19.749Z","updated_at":"2025-02-20T06:21:27.848Z","avatar_url":"https://github.com/jDanek.png","language":"PHP","readme":"TableGenerator\n##############\n\nPHP library for generating simple HTML tables\n\n.. contents::\n\nRequirements\n************\n\n- PHP 7.1+\n\nUsage example\n*************\n\n.. code:: php\n\n   \u003c?php\n\n   use Danek\\TableGenerator\\Table;\n\n   $gen = new Table('my-table', ['striped', 'hover', 'bordered', 'small']);\n   $gen-\u003esetHeaderColumns(['#', 'Name', 'Category', 'Autor']);\n   $gen-\u003esetBodyRows([\n       [1, 'Lorem ipsum', 'Foo', 'John Doe'],\n       [2, 'Sed ut perspiciatis', 'Bar', 'Jane Down'],\n   ]);\n\n   echo $gen-\u003erender();","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdanek%2Ftable-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdanek%2Ftable-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdanek%2Ftable-generator/lists"}