{"id":21009023,"url":"https://github.com/avin/csv-commander","last_synced_at":"2025-09-02T13:42:24.084Z","repository":{"id":56950144,"uuid":"43635252","full_name":"avin/csv-commander","owner":"avin","description":"CSV file operations lib","archived":false,"fork":false,"pushed_at":"2015-10-04T12:33:44.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T11:09:15.050Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-04T12:08:55.000Z","updated_at":"2015-10-04T12:31:31.000Z","dependencies_parsed_at":"2022-08-21T08:20:23.204Z","dependency_job_id":null,"html_url":"https://github.com/avin/csv-commander","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/avin%2Fcsv-commander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fcsv-commander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fcsv-commander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avin%2Fcsv-commander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avin","download_url":"https://codeload.github.com/avin/csv-commander/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243430563,"owners_count":20289747,"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-19T09:15:11.648Z","updated_at":"2025-03-13T15:26:00.103Z","avatar_url":"https://github.com/avin.png","language":"PHP","readme":"CSVCommander\r\n=========\r\n\r\nCSV file operations library.\r\n\r\n  - Read CSV file to array.\r\n  - Write array to CSV file.\r\n\r\n\r\nCode Examples\r\n--------------\r\n\r\n```php\r\nuse Avin\\CSVCommander\\CSVCommander;\r\n\r\n$csvCommander = new CSVCommander();\r\n$fileName = __DIR__.'/my.csv';\r\n$data = [\r\n    ['foo1', 'foo2', 'foo3'],\r\n    ['bar1', 'bar2', 'bar3'],\r\n];\r\n\r\n//Write array to CSV file\r\n$result = $csvCommander-\u003esaveData($fileName, $data);\r\n\r\n//Read CSV to array\r\n$resultData = $csvCommander-\u003egetData($fileName);\r\n```\r\n\r\n## License\r\n\r\nCSVCommander is licensed under the [MIT License](http://opensource.org/licenses/MIT).\r\n\r\nCopyright 2015 [Avin Grape](https://github.com/avin/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favin%2Fcsv-commander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favin%2Fcsv-commander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favin%2Fcsv-commander/lists"}