{"id":16409562,"url":"https://github.com/pointybeard/symphony-pdo","last_synced_at":"2026-05-03T07:42:08.658Z","repository":{"id":36770656,"uuid":"41077366","full_name":"pointybeard/symphony-pdo","owner":"pointybeard","description":"Wraps the core Symphony database connection with a PDO based library.","archived":false,"fork":false,"pushed_at":"2021-05-20T08:10:59.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T16:57:28.346Z","etag":null,"topics":["composer-package","database","database-connection","symphony","symphony-cms"],"latest_commit_sha":null,"homepage":null,"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/pointybeard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-20T05:31:48.000Z","updated_at":"2021-05-20T08:10:58.000Z","dependencies_parsed_at":"2022-08-24T01:21:07.862Z","dependency_job_id":null,"html_url":"https://github.com/pointybeard/symphony-pdo","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fsymphony-pdo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fsymphony-pdo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fsymphony-pdo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fsymphony-pdo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pointybeard","download_url":"https://codeload.github.com/pointybeard/symphony-pdo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240405434,"owners_count":19796189,"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":["composer-package","database","database-connection","symphony","symphony-cms"],"created_at":"2024-10-11T06:20:25.409Z","updated_at":"2026-05-03T07:42:03.626Z","avatar_url":"https://github.com/pointybeard.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SymphonyCMS: PDO Database Wrapper\n\n- Version: v0.1.7\n- Date: May 30 2019\n- [Release notes](https://github.com/pointybeard/symphony-pdo/blob/master/CHANGELOG.md)\n- [GitHub repository](https://github.com/pointybeard/symphony-pdo)\n\nWraps the core [Symphony CMS](http://www.getsymphony.com/) database connection with a PDO based library\n\n## Installation\n\nThis library is installed via [Composer](http://getcomposer.org/). To install, use `composer require pointybeard/symphony-pdo` or add `\"pointybeard/symphony-pdo\": \"~0.1\"` to your `composer.json` file.\n\nAnd run composer to update your dependencies:\n\n    $ curl -s http://getcomposer.org/installer | php\n    $ php composer.phar update\n\n## Usage\n\n```php\n\u003c?php\nuse SymphonyPDO;\n\n$query = SymphonyPDO\\Loader::instance()-\u003equery(\n    'SELECT * FROM `tbl_sections` ORDER BY `id` ASC;'\n);\n\nvar_dump($query-\u003efetchObject()-\u003ename);\n// string(8) \"Articles\"\n\n// Or, better yet, use a ResultIterator instead\nforeach(new SymphonyPDO\\Lib\\ResultIterator('\\stdClass', $query) as $result) {\n    printf('%d =\u003e %s (%s)' . PHP_EOL, $result-\u003eid, $result-\u003ename, $result-\u003ehandle);\n}\n// 1 =\u003e Articles (articles)\n// 2 =\u003e Categorties (categories)\n\n```\n\n## Support\n\nIf you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/pointybeard/symphony-pdo/issues),\nor better yet, fork the library and submit a pull request.\n\n## Contributing\n\nWe encourage you to contribute to this project. Please check out the [Contributing documentation](https://github.com/pointybeard/symphony-pdo/blob/master/CONTRIBUTING.md) for guidelines about how to get involved.\n\n## License\n\n\"SymphonyCMS: PDO Database Wrapper\" is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointybeard%2Fsymphony-pdo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpointybeard%2Fsymphony-pdo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointybeard%2Fsymphony-pdo/lists"}