{"id":18598433,"url":"https://github.com/backendtea/phinx-csv-seeder","last_synced_at":"2025-07-26T16:15:12.335Z","repository":{"id":53907548,"uuid":"114399627","full_name":"BackEndTea/Phinx-CSV-Seeder","owner":"BackEndTea","description":"A csv seeder for phinx","archived":false,"fork":false,"pushed_at":"2023-10-18T11:31:33.000Z","size":16,"stargazers_count":3,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T01:51:37.796Z","etag":null,"topics":["csv","database","phinx","seeder"],"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/BackEndTea.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}},"created_at":"2017-12-15T18:22:42.000Z","updated_at":"2023-10-10T14:11:34.000Z","dependencies_parsed_at":"2024-11-07T01:41:14.518Z","dependency_job_id":"497f257e-af8c-4f5e-b2ab-0b390b6ec837","html_url":"https://github.com/BackEndTea/Phinx-CSV-Seeder","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.5714285714285714,"last_synced_commit":"edb144e070cd7c7f69d3139394000f5da3a87fc4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2FPhinx-CSV-Seeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2FPhinx-CSV-Seeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2FPhinx-CSV-Seeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2FPhinx-CSV-Seeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BackEndTea","download_url":"https://codeload.github.com/BackEndTea/Phinx-CSV-Seeder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271573,"owners_count":21075800,"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","database","phinx","seeder"],"created_at":"2024-11-07T01:32:41.494Z","updated_at":"2025-04-10T18:30:54.646Z","avatar_url":"https://github.com/BackEndTea.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phinx Csv Seeder\n\n[![Build Status](https://travis-ci.org/BackEndTea/Phinx-CSV-Seeder.svg?branch=master)](https://travis-ci.org/BackEndTea/Phinx-CSV-Seeder)\n\n## Instalation\n\n```bash\n$ composer require backendtea/phinx-csv-seeder\n```\n\n## Requirements\n\n* PHP 5.6 or higher\n* robmorgan/phinx version 0.8.1 or higher\n\n## Usage\n\nBasic usage: \n```php\n\u003c?php\n\nuse BackEndTea\\MigrationHelper\\CsvSeeder;\n\nclass UserSeeder extends CsvSeeder\n{\n\n    public function run()\n    {\n        $this-\u003einsertCsv('users', __DIR__ . '/users.csv');\n    }\n}\n```\nWill try and insert all csv records into the given table. The keys in the csv file are required\nto match the keys in the database. Any values for a row not specified become their defaults.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackendtea%2Fphinx-csv-seeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackendtea%2Fphinx-csv-seeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackendtea%2Fphinx-csv-seeder/lists"}