{"id":30659294,"url":"https://github.com/tomkyle/tabulate","last_synced_at":"2026-01-20T16:37:15.409Z","repository":{"id":298291723,"uuid":"999471411","full_name":"tomkyle/tabulate","owner":"tomkyle","description":"Format 2D arrays as CLI tables, Markdown, CSV, YAML, or JSON","archived":false,"fork":false,"pushed_at":"2025-06-10T10:48:16.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T11:13:50.541Z","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/tomkyle.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-10T09:52:07.000Z","updated_at":"2025-06-10T10:47:26.000Z","dependencies_parsed_at":"2025-06-10T11:23:59.023Z","dependency_job_id":null,"html_url":"https://github.com/tomkyle/tabulate","commit_stats":null,"previous_names":["tomkyle/tabulate"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tomkyle/tabulate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkyle%2Ftabulate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkyle%2Ftabulate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkyle%2Ftabulate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkyle%2Ftabulate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomkyle","download_url":"https://codeload.github.com/tomkyle/tabulate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkyle%2Ftabulate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272982770,"owners_count":25025984,"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-08-31T02:00:09.071Z","response_time":79,"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-08-31T12:47:26.010Z","updated_at":"2026-01-20T16:37:15.402Z","avatar_url":"https://github.com/tomkyle.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tomkyle/tabulate\n\n[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)\n[![Packagist](https://img.shields.io/packagist/v/tomkyle/tabulate.svg?style=flat)](https://packagist.org/packages/tomkyle/tabulate)\n[![PHP version](https://img.shields.io/packagist/php-v/tomkyle/tabulate.svg)](https://packagist.org/packages/tomkyle/tabulate)\n[![Tests](https://github.com/tomkyle/tabulate/actions/workflows/php.yml/badge.svg)](https://github.com/tomkyle/tabulate/actions/workflows/php.yml)\n\nFormat 2D arrays as CLI tables, Markdown, CSV, YAML, and JSON.\n\n## Requirements\n\n- PHP 8.3 or higher\n- Symfony Console component for `SymfonyStyleTable`\n- Symfony Yaml component for `YamlTable`\n\n## Installation\n\nInstall via Composer:\n\n```bash\ncomposer require tomkyle/tabulate\n```\n\n## Quick Start\n\n```bash\ncomposer require tomkyle/tabulate\n```\n\n```php\nuse tomkyle\\Tabulate\\TableFactory;\n\n$data = [\n    ['Name' =\u003e 'Alice', 'Age' =\u003e 30],\n    ['Name' =\u003e 'Bob',   'Age' =\u003e 25],\n];\n\n$factory = new TableFactory();\n$factory-\u003efromString('markdown')($data);\n```\n\n## Features\n\n- **Multiple formats**: CLI, Markdown, CSV, YAML, JSON\n- **Column alignment**: Auto-detection and manual override  \n- **Stream output**: Direct file writing, memory-efficient processing\n- **Factory pattern**: Dynamic formatter creation for your CLI script with `--format` option support\n\n## Documentation\n\n- [Basic Usage](docs/basic-usage.md)\n- [Stream Output](docs/streams.md)\n- [Column Alignment](docs/alignment.md)\n- [API Reference](docs/api.md)\n- [Contributing](docs/contributing.md)\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomkyle%2Ftabulate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomkyle%2Ftabulate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomkyle%2Ftabulate/lists"}