{"id":19139696,"url":"https://github.com/franzose/doctrine-bulk-insert","last_synced_at":"2025-10-27T20:30:24.163Z","repository":{"id":47555530,"uuid":"179924722","full_name":"franzose/doctrine-bulk-insert","owner":"franzose","description":"Bulk insert functionality for the Doctrine/DBAL","archived":false,"fork":false,"pushed_at":"2025-03-27T13:48:39.000Z","size":45,"stargazers_count":19,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-06T16:58:20.518Z","etag":null,"topics":["bulk-inserts","database","dbal","doctrine","doctrine-dbal","doctrine-extension","doctrine-migrations","doctrine-orm"],"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/franzose.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,"zenodo":null}},"created_at":"2019-04-07T06:03:39.000Z","updated_at":"2025-08-15T19:09:59.000Z","dependencies_parsed_at":"2025-01-06T13:25:09.275Z","dependency_job_id":"64d61e75-fc57-475b-89ad-0f1bf6b6748b","html_url":"https://github.com/franzose/doctrine-bulk-insert","commit_stats":{"total_commits":17,"total_committers":4,"mean_commits":4.25,"dds":"0.23529411764705888","last_synced_commit":"1466d9b7c2f3281e453200beb9193be09ec9d458"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/franzose/doctrine-bulk-insert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fdoctrine-bulk-insert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fdoctrine-bulk-insert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fdoctrine-bulk-insert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fdoctrine-bulk-insert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/franzose","download_url":"https://codeload.github.com/franzose/doctrine-bulk-insert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzose%2Fdoctrine-bulk-insert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281336425,"owners_count":26483826,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bulk-inserts","database","dbal","doctrine","doctrine-dbal","doctrine-extension","doctrine-migrations","doctrine-orm"],"created_at":"2024-11-09T07:14:46.404Z","updated_at":"2025-10-27T20:30:23.889Z","avatar_url":"https://github.com/franzose.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doctrine/DBAL Bulk Insert\nThe library is based on the [gist](https://gist.github.com/gskema/a182aaf7cc04001aebba9c1aad86b40b) and provides bulk insert functionality to the [Doctrine/DBAL](https://github.com/doctrine/dbal).\n\n## Usage\n\n```php\n\u003c?php\n\nuse Doctrine\\DBAL\\Connection;\nuse Franzose\\DoctrineBulkInsert\\Query;\n\n// Prepare database connection\n$connection = new Connection(...);\n\n// Execute query and get affected rows back\n$rows = (new Query($connection))-\u003eexecute('foo', [\n    ['foo' =\u003e 111, 'bar' =\u003e 222],\n    ['foo' =\u003e 333, 'bar' =\u003e 444],\n]);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzose%2Fdoctrine-bulk-insert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranzose%2Fdoctrine-bulk-insert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzose%2Fdoctrine-bulk-insert/lists"}