{"id":15699941,"url":"https://github.com/edbizarro/bi-extract","last_synced_at":"2025-05-12T12:43:58.651Z","repository":{"id":52216634,"uuid":"126762235","full_name":"edbizarro/bi-extract","owner":"edbizarro","description":"Extract data from sources","archived":false,"fork":false,"pushed_at":"2021-05-04T21:52:05.000Z","size":1157,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-09T17:00:01.456Z","etag":null,"topics":["bi","csv","etl"],"latest_commit_sha":null,"homepage":"","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/edbizarro.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":"2018-03-26T02:24:34.000Z","updated_at":"2025-02-19T23:00:10.000Z","dependencies_parsed_at":"2022-08-21T11:50:53.464Z","dependency_job_id":null,"html_url":"https://github.com/edbizarro/bi-extract","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edbizarro%2Fbi-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edbizarro%2Fbi-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edbizarro%2Fbi-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edbizarro%2Fbi-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edbizarro","download_url":"https://codeload.github.com/edbizarro/bi-extract/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253742936,"owners_count":21957125,"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":["bi","csv","etl"],"created_at":"2024-10-03T19:42:44.943Z","updated_at":"2025-05-12T12:43:58.630Z","avatar_url":"https://github.com/edbizarro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1\u003eBI - Extract\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003e Extract data from sources\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=100% src=\"https://raw.githubusercontent.com/edbizarro/bi-extract/master/code-example.png\"\u003e\n\u003c/p\u003e\n\n\u003ca href='https://semaphoreci.com/edbizarro/bi-extract'\u003e \u003cimg src='https://semaphoreci.com/api/v1/edbizarro/bi-extract/branches/master/badge.svg' alt='Build Status'\u003e\u003c/a\u003e \u003ca href=\"https://styleci.io/repos/126762235\"\u003e\u003cimg src=\"https://styleci.io/repos/126762235/shield?branch=master\" alt=\"StyleCI\"\u003e\u003c/a\u003e \u003ca href=\"https://lbesson.mit-license.org/\"\u003e\u003cimg src=\"https://img.shields.io/github/license/edbizarro/bi-extract.svg\" alt=\"LIcense\"\u003e\u003c/a\u003e \u003ca href=\"https://app.fossa.io/projects/git%2Bgithub.com%2Fedbizarro%2Fbi-extract?ref=badge_shield\" alt=\"FOSSA Status\"\u003e\u003cimg src=\"https://app.fossa.io/api/projects/git%2Bgithub.com%2Fedbizarro%2Fbi-extract.svg?type=small\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/edbizarro/bi-extract\"\u003e\u003cimg src=\"https://poser.pugx.org/edbizarro/bi-extract/v/stable\"\u003e\n\u003ca href=\"https://packagist.org/packages/edbizarro/bi-extract\"\u003e\u003cimg src=\"https://poser.pugx.org/edbizarro/bi-extract/downloads\"\u003e\n\n---\n\n### Default Extractors\n\n#### Csv\n\nThe Csv extractor uses generator class to avoid consume excessive memory.\n\n```php\n\u003c?php\n\n/**\n *  Example CSV\n *\n *  name,email\n *  John Doe,johndoe@example.org\n */\n$result = (new CsvExtractor)-\u003eextract('PATH/TO/CSV');\n\nforeach ($result as $row) {\n    // var_dump($row);\n}\n```\n\n\n## Installation\n\nYou can install the package via composer:\n\n``` bash\ncomposer require edbizarro/bi-extract\n```\n\n---\n\n![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedbizarro%2Fbi-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedbizarro%2Fbi-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedbizarro%2Fbi-extract/lists"}