{"id":15023249,"url":"https://github.com/jgauthi/component_database","last_synced_at":"2026-04-04T13:39:52.421Z","repository":{"id":162073345,"uuid":"296392593","full_name":"jgauthi/component_database","owner":"jgauthi","description":"Some class and tools for database usage: Pdo functions, Pagination, Table Configuration...","archived":false,"fork":false,"pushed_at":"2023-08-15T13:43:53.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T17:56:17.572Z","etag":null,"topics":["mysqli-connection","pagination","pdo-functions","php53","php54","php55","php56","php74","php82"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgauthi.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":"2020-09-17T17:11:02.000Z","updated_at":"2023-08-15T13:24:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b275214-4e91-4f1f-81f9-0ed12b902ef6","html_url":"https://github.com/jgauthi/component_database","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgauthi","download_url":"https://codeload.github.com/jgauthi/component_database/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318758,"owners_count":20272144,"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":["mysqli-connection","pagination","pdo-functions","php53","php54","php55","php56","php74","php82"],"created_at":"2024-09-24T19:58:52.516Z","updated_at":"2025-12-28T13:18:14.939Z","avatar_url":"https://github.com/jgauthi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Component Database\nSome class and tools for database usage: Pdo functions, Pagination, Table Configuration...\n\n* [Navigation Page](src/NavigationPage.php): Page pagination with mysql or sqlite.\n* [Pdo Utils](src/PdoUtils.php): Some utils method with PDO (connexion, insert, update, etc).\n* [Pdo Table Configuration](src/PdoTableConfiguration.php): Management of a configuration table, inspired by the `wp_options` table (wordpress).\n* [Pdo Alice](src/PdoAlice.php): Generation of fixtures in the database from YAML file _(alice)_ with PDO for PHP Legacy.\n\n\n## Prerequisite\n\n* PHP 8.2 (v2.1) or old version: 7.4 (v2), 5.6+ (v1.4+), 5.5 (v1.3), 5.4 (v1.2), 5.3 (v1.1), 4 (v1.0)\n* Pdo Mysql, Sqlite 3\n* (optional) [Alice fixtures](https://github.com/nelmio/alice)\n\n\n## Install\nEdit your [composer.json](https://getcomposer.org) (launch `composer update` after edit):\n```json\n{\n  \"repositories\": [\n    { \"type\": \"git\", \"url\": \"git@github.com:jgauthi/component_database.git\" }\n  ],\n  \"require\": {\n    \"jgauthi/component_database\": \"2.*\"\n  }\n}\n```\n\n## Documentation\nYou can look at [folder example](example).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fcomponent_database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgauthi%2Fcomponent_database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fcomponent_database/lists"}