{"id":41214977,"url":"https://github.com/phore/phore-datapipes","last_synced_at":"2026-01-22T23:58:48.485Z","repository":{"id":57039166,"uuid":"145011978","full_name":"phore/phore-datapipes","owner":"phore","description":"Dynamic data piping and analyzing","archived":false,"fork":false,"pushed_at":"2020-02-20T11:45:10.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-18T12:20:32.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://infracamp.org/phore/","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/phore.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":"2018-08-16T16:14:31.000Z","updated_at":"2020-05-14T11:48:22.000Z","dependencies_parsed_at":"2022-08-24T00:51:16.910Z","dependency_job_id":null,"html_url":"https://github.com/phore/phore-datapipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phore/phore-datapipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-datapipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-datapipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-datapipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-datapipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phore","download_url":"https://codeload.github.com/phore/phore-datapipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-datapipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28675281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-22T23:58:47.757Z","updated_at":"2026-01-22T23:58:48.478Z","avatar_url":"https://github.com/phore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phore Datapipes\n\n## Reading CSV \n\n```php\n$csv = new CsvInput(\"/path/to/file.csv\", \";\");\n$csv-\u003esetIngoreLinesStartingWith([\"#\"]);\n$csv-\u003ereadHeader();\n\nforeach ($csv-\u003egetData() as $row) {\n    echo $row[\"header1\"] . $row[\"header2\"];\n}\n```\n\nFeatures:\n- Ingores empty Lines\n- Ingores Comments (optional)\n- Strict mode for checking for column count\n- Reads Header (optional)\n\n\n\n## DateTime Reading\n\nParse files on the harddisk for timestamps and bring them into correct order\n\n```php\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphore%2Fphore-datapipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphore%2Fphore-datapipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphore%2Fphore-datapipes/lists"}