{"id":19624971,"url":"https://github.com/williarin/wordpress-interop-bundle","last_synced_at":"2025-04-28T05:32:08.829Z","repository":{"id":38452166,"uuid":"451131208","full_name":"williarin/wordpress-interop-bundle","owner":"williarin","description":"Symfony bundle to integrate williarin/wordpress-interop library in the framework","archived":false,"fork":false,"pushed_at":"2024-03-28T17:44:41.000Z","size":154,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-03T17:07:24.416Z","etag":null,"topics":["doctrine","orm","symfony","symfony-bundle","wordpress"],"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/williarin.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}},"created_at":"2022-01-23T14:36:00.000Z","updated_at":"2024-03-01T09:00:37.000Z","dependencies_parsed_at":"2024-02-27T16:43:49.067Z","dependency_job_id":null,"html_url":"https://github.com/williarin/wordpress-interop-bundle","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"66ee182d239e923fae2408532aca3c9b1a935299"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williarin%2Fwordpress-interop-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williarin%2Fwordpress-interop-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williarin%2Fwordpress-interop-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williarin%2Fwordpress-interop-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williarin","download_url":"https://codeload.github.com/williarin/wordpress-interop-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223786811,"owners_count":17202603,"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":["doctrine","orm","symfony","symfony-bundle","wordpress"],"created_at":"2024-11-11T11:39:39.618Z","updated_at":"2024-11-11T11:39:41.105Z","avatar_url":"https://github.com/williarin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Interop Bundle\n\n## Introduction\n\nThis bundle integrates [williarin/wordpress-interop](https://github.com/williarin/wordpress-interop) with Symfony.\n\n## Installation\n\n```bash\ncomposer require williarin/wordpress-interop-bundle\n```\n\n## Configuration\n\n```yaml\n# config/packages/doctrine.yaml\ndoctrine:\n    dbal:\n        connections:\n            my_dbal_connection:\n                driver: pdo_mysql\n                url: '%env(resolve:WORDPRESS_DATABASE_URL)%'\n                charset: UTF8\n```\n\n```yaml\n# config/packages/williarin_wordpress_interop.yaml\nwilliarin_wordpress_interop:\n    # default_entity_manager:  # defaults to the first defined entity manager\n    entity_managers:\n        my_entity_manager:\n            connection: my_dbal_connection\n            # tables_prefix: custom_ # defaults to 'wp_'\n            \n        # another_manager:\n        #     connection: my_other_dbal_connection\n        #     # tables_prefix: custom_\n```\n\n## Autowiring\n\n* `Williarin\\WordpressInterop\\ManagerRegistryInterface` to access all your managers and repositories.\n* `Williarin\\WordpressInterop\\EntityManagerInterface` to get the default entity manager\n* `Williarin\\WordpressInterop\\Persistence\\DuplicationServiceInterface` to get the default duplication service\n* `wordpress_interop.entity_manager` as an alternative to `Williarin\\WordpressInterop\\EntityManagerInterface`\n\n## License\n\n[MIT](LICENSE)\n\nCopyright (c) 2022, William Arin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliarin%2Fwordpress-interop-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliarin%2Fwordpress-interop-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliarin%2Fwordpress-interop-bundle/lists"}