{"id":18895230,"url":"https://github.com/farisc0de/pdowrapper","last_synced_at":"2026-04-18T07:34:51.555Z","repository":{"id":115935588,"uuid":"339845583","full_name":"farisc0de/PDOWrapper","owner":"farisc0de","description":"Simple PHP PDO wrapper to handle MySQL databases easily","archived":false,"fork":false,"pushed_at":"2022-03-16T15:17:20.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T00:15:23.915Z","etag":null,"topics":["database","mysql","mysql-database","pdo","pdo-php","pdo-wrapper","php","php-database","php-library","php-pdo-wrapper","php7"],"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/farisc0de.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":"2021-02-17T20:20:08.000Z","updated_at":"2022-03-16T15:21:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f921769b-5bfb-4e69-a983-c7caccd98c2c","html_url":"https://github.com/farisc0de/PDOWrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farisc0de/PDOWrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2FPDOWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2FPDOWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2FPDOWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2FPDOWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farisc0de","download_url":"https://codeload.github.com/farisc0de/PDOWrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2FPDOWrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["database","mysql","mysql-database","pdo","pdo-php","pdo-wrapper","php","php-database","php-library","php-pdo-wrapper","php7"],"created_at":"2024-11-08T08:27:20.238Z","updated_at":"2026-04-18T07:34:51.535Z","avatar_url":"https://github.com/farisc0de.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDOWrapper\nSimple PHP PDO wrapper to handle MySQL databases easily\n\n## How to use\n\nUpdate config.php with you database info\n\nThen use this simple code snippet as a guide\n\n```php\n\u003c?php\ninclude_once 'config.php';\ninclude_once 'Database.php';\n\n$db = new Database($config);\n\n$db-\u003equery(\"SELECT * FROM users WHERE username = :username\");\n\n$db-\u003ebind(\":username\", \"admin\");\n\n$db-\u003eexecute();\n\nprint_r($db-\u003esingle());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarisc0de%2Fpdowrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarisc0de%2Fpdowrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarisc0de%2Fpdowrapper/lists"}