{"id":23024460,"url":"https://github.com/thipages/quicktable","last_synced_at":"2025-07-21T12:33:00.021Z","repository":{"id":57068900,"uuid":"254903757","full_name":"thipages/quicktable","owner":"thipages","description":"Quick Html Table Builder","archived":false,"fork":false,"pushed_at":"2021-03-09T22:13:33.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T17:52:50.830Z","etag":null,"topics":["html","php","quick","table"],"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/thipages.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":"2020-04-11T16:02:13.000Z","updated_at":"2022-09-08T15:38:16.000Z","dependencies_parsed_at":"2022-08-24T10:20:41.061Z","dependency_job_id":null,"html_url":"https://github.com/thipages/quicktable","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/thipages/quicktable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thipages%2Fquicktable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thipages%2Fquicktable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thipages%2Fquicktable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thipages%2Fquicktable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thipages","download_url":"https://codeload.github.com/thipages/quicktable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thipages%2Fquicktable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266302528,"owners_count":23908170,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["html","php","quick","table"],"created_at":"2024-12-15T13:18:48.147Z","updated_at":"2025-07-21T12:32:59.972Z","avatar_url":"https://github.com/thipages.png","language":"PHP","readme":"# quicktable\nQuick Html Table builder\n\n### Installation\n**composer** require thipages\\quicktable\n\n### Usage of QTable class\nthrough the static method create\n```php\n    create($headers,$cells,tableAttributes=[]);\n```\n\n#### Example\n```php\n$data=[\n    ['Lucien',23],\n    ['Paul',12],\n    ['Hippolyte ',3]\n];\n$table=QTable::create(\n    ['name','age'],\n    $data,\n    ['border'=\u003e1]\n);\necho($table);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthipages%2Fquicktable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthipages%2Fquicktable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthipages%2Fquicktable/lists"}