{"id":19205477,"url":"https://github.com/zwacky/table-analyzer","last_synced_at":"2025-06-17T05:02:43.674Z","repository":{"id":14129515,"uuid":"16834822","full_name":"zwacky/table-analyzer","owner":"zwacky","description":"Database column analyzer tool for the developer on the go","archived":false,"fork":false,"pushed_at":"2014-05-13T07:25:41.000Z","size":5120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T06:27:34.536Z","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/zwacky.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":"2014-02-14T10:58:51.000Z","updated_at":"2014-05-13T07:25:41.000Z","dependencies_parsed_at":"2022-09-22T18:22:57.277Z","dependency_job_id":null,"html_url":"https://github.com/zwacky/table-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zwacky/table-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Ftable-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Ftable-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Ftable-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Ftable-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwacky","download_url":"https://codeload.github.com/zwacky/table-analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Ftable-analyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294442,"owners_count":22987620,"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-09T13:12:59.310Z","updated_at":"2025-06-17T05:02:43.655Z","avatar_url":"https://github.com/zwacky.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/zwacky/table-analyzer.png?branch=master)](https://travis-ci.org/zwacky/table-analyzer)\n\nTableAnalyzer\n=============\n\nDatabase column analyzer tool for the developer on the go.\n\nUsage\n-----\n\n```php\n   $analyzer = new \\Zwacky\\TableAnalyzer\\TableAnalyzer;\n   $columns = $analyzer-\u003egetColumns('table_name');\n```\n\nreturns an array of every column and their types, e.g.:\n\n```\n'content' =\u003e array(10) {\n\t'type' =\u003e string(4) \"text\"\n\t'length' =\u003e NULL\n\t'precision' =\u003e int(10)\n\t'scale' =\u003e int(0)\n\t'unsigned' =\u003e bool(false)\n\t'fixed' =\u003e bool(false)\n\t'notnull' =\u003e bool(true)\n\t'default' =\u003e bool(false)\n\t'autoincrement' =\u003e bool(false)\n\t'comment' =\u003e NULL\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwacky%2Ftable-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwacky%2Ftable-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwacky%2Ftable-analyzer/lists"}