{"id":15019214,"url":"https://github.com/zef-dev/convoworks-mypdo","last_synced_at":"2025-10-24T07:30:41.575Z","repository":{"id":54204849,"uuid":"315982269","full_name":"zef-dev/convoworks-mypdo","owner":"zef-dev","description":"Mysql service data layer implementation","archived":false,"fork":false,"pushed_at":"2021-05-14T10:03:09.000Z","size":77,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-31T00:25:30.621Z","etag":null,"topics":[],"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/zef-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-11-25T15:37:41.000Z","updated_at":"2022-07-05T14:24:32.000Z","dependencies_parsed_at":"2022-08-13T09:10:35.767Z","dependency_job_id":null,"html_url":"https://github.com/zef-dev/convoworks-mypdo","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-mypdo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-mypdo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-mypdo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-mypdo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zef-dev","download_url":"https://codeload.github.com/zef-dev/convoworks-mypdo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237932056,"owners_count":19389560,"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":[],"created_at":"2024-09-24T19:53:10.307Z","updated_at":"2025-10-24T07:30:41.229Z","avatar_url":"https://github.com/zef-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mysql service data layer for Convoworks\n\nThis library contains mysql implementations for `\\Convo\\Core\\IServiceDataProvider`, `\\Convo\\Core\\IServiceParamsFactory` and `\\Convo\\Core\\IServiceParamsFactory` [Convoworks](https://github.com/zef-dev/convoworks-core) interfaces which serves for storing service related data.\n\n\n## Usage\n\nIf you are not using DI, you can initialize them like this:\n\n``` $logger = new \\Psr\\Log\\NullLogger();\n    $pdoConnectionProvider = new \\Convo\\Data\\Mypdo\\MypdoConnectionProvider( $logger, 'host', 'dbName', 'username', 'password');\n    $convoServiceParamsFactory = new \\Convo\\Data\\Mypdo\\MypdoServiceParamsFactory( $logger, $pdoConnectionProvider);\n    $convoServiceDataProvider = new \\Convo\\Data\\Mypdo\\MypdoServiceDataProvider( $logger, $pdoConnectionProvider);\n```\n    \n\n## Database\n\nCheck the docs folder for .sql create database script and Mysql Workbench database model.\n\n\n---\n\nFor more information, please check out [convoworks.com](https://convoworks.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzef-dev%2Fconvoworks-mypdo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzef-dev%2Fconvoworks-mypdo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzef-dev%2Fconvoworks-mypdo/lists"}