{"id":22188979,"url":"https://github.com/mikoweb/db-first-helper-bundle","last_synced_at":"2026-05-04T03:36:33.548Z","repository":{"id":62528720,"uuid":"89736459","full_name":"mikoweb/db-first-helper-bundle","owner":"mikoweb","description":"Database First helper for Symfony framework","archived":false,"fork":false,"pushed_at":"2022-02-08T11:45:06.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T05:27:29.413Z","etag":null,"topics":["bundle","dbfirst","php","symfony"],"latest_commit_sha":null,"homepage":"https://rmweb.pl/symfony-4-jak-zaimportowac-dwie-bazy","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikoweb.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":"2017-04-28T19:02:45.000Z","updated_at":"2022-02-13T02:09:58.000Z","dependencies_parsed_at":"2022-11-02T10:45:47.010Z","dependency_job_id":null,"html_url":"https://github.com/mikoweb/db-first-helper-bundle","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mikoweb/db-first-helper-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoweb%2Fdb-first-helper-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoweb%2Fdb-first-helper-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoweb%2Fdb-first-helper-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoweb%2Fdb-first-helper-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikoweb","download_url":"https://codeload.github.com/mikoweb/db-first-helper-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoweb%2Fdb-first-helper-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["bundle","dbfirst","php","symfony"],"created_at":"2024-12-02T11:14:05.688Z","updated_at":"2026-05-04T03:36:33.530Z","avatar_url":"https://github.com/mikoweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Database First Helper Bundle\n\n## Instalation\n\nRequires composer, install as follows:\n\n    composer req mikoweb/db-first-helper-bundle\n\n## Usage\n\nCreate command class inside your bundle, eg.\n\n```php\nnamespace App\\Command;\n\nuse Mikoweb\\Bundle\\DbFirstHelperBundle\\Command\\AbstractImportDatabaseCommand;\n\nclass DatabaseImportCommand extends AbstractImportDatabaseCommand\n{\n    protected static $defaultName = 'app:database:import';\n}\n```\n\nIf you want to lock doctrine:schema:update, add follows service:\n\n```yml\nservices:\n    app_database.ignore_tables_listener:\n        class: Mikoweb\\Bundle\\DbFirstHelperBundle\\EventListener\\IgnoreTablesListener\n        tags:\n            - {name: doctrine.event_listener, event: postGenerateSchema }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikoweb%2Fdb-first-helper-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikoweb%2Fdb-first-helper-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikoweb%2Fdb-first-helper-bundle/lists"}