{"id":26062027,"url":"https://github.com/poen0121/csv","last_synced_at":"2025-07-19T10:38:37.517Z","repository":{"id":195281051,"uuid":"90002557","full_name":"poen0121/csv","owner":"poen0121","description":"Open source PHP library. ","archived":false,"fork":false,"pushed_at":"2018-08-15T09:00:21.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T15:50:08.479Z","etag":null,"topics":["csv","php","php-library"],"latest_commit_sha":null,"homepage":"","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/poen0121.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,"governance":null}},"created_at":"2017-05-02T07:09:33.000Z","updated_at":"2018-08-15T09:00:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"72a8d2e0-dfce-4173-9f62-73e479345bec","html_url":"https://github.com/poen0121/csv","commit_stats":null,"previous_names":["poen0121/csv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poen0121/csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poen0121%2Fcsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poen0121%2Fcsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poen0121%2Fcsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poen0121%2Fcsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poen0121","download_url":"https://codeload.github.com/poen0121/csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poen0121%2Fcsv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265919314,"owners_count":23849358,"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":["csv","php","php-library"],"created_at":"2025-03-08T15:49:09.094Z","updated_at":"2025-07-19T10:38:37.493Z","avatar_url":"https://github.com/poen0121.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv\nPHP Library ( PHP \u003e= 5.2 ) CLI,CGI\n\n\u003e About\n\n\tComma separated values file processing.\n\n\tType file extension is csv.\n\n\tOpens the file lock mode allows you to perform a simple reader/writer model which can be used on virtually every platform (including most Unix derivatives and even Windows).\n\n\tOpens the file lock mode remember to use close function release locks and resources.\n\n\tResolving BIG5 conflicts ASCII.\n\n\u003e Learning Documents\n\n\tPlease read `readme.php` document.\n\n\u003e Example\n\n\tSave File\n\t--------------------------------------------------------------\n\t$hpl_csv=new hpl_csv('big5//ignore','utf-8');\n\t$fp=$hpl_csv-\u003eopen('test.csv','w');\n\t$hpl_csv-\u003eputs($fp,array('test','1'));\n\t$hpl_csv-\u003eputs($fp,array('test','2'));\n\t$hpl_csv-\u003eputs($fp,array('test','3'));\n\t$hpl_csv-\u003eclose($fp);\n\n\tLoad File\n\t--------------------------------------------------------------\n\t$fp=$hpl_csv-\u003eopen('test.csv','r');\n\twhile($data=$hpl_csv-\u003egets($fp))\n\t{\n\t\tprint_r($data);\n\t}\n\t$hpl_csv-\u003eclose($fp);","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoen0121%2Fcsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoen0121%2Fcsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoen0121%2Fcsv/lists"}