{"id":22781345,"url":"https://github.com/subzane/mysqlhandler","last_synced_at":"2025-03-30T14:31:52.499Z","repository":{"id":5963742,"uuid":"7185166","full_name":"SubZane/MySQLHandler","owner":"SubZane","description":"MySql Wrapper for PHP","archived":false,"fork":false,"pushed_at":"2013-06-04T11:34:25.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T16:18:00.263Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SubZane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-15T23:27:05.000Z","updated_at":"2015-06-25T12:33:05.000Z","dependencies_parsed_at":"2022-09-03T08:00:36.720Z","dependency_job_id":null,"html_url":"https://github.com/SubZane/MySQLHandler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubZane%2FMySQLHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubZane%2FMySQLHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubZane%2FMySQLHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubZane%2FMySQLHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SubZane","download_url":"https://codeload.github.com/SubZane/MySQLHandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246331672,"owners_count":20760339,"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-12-11T21:07:13.761Z","updated_at":"2025-03-30T14:31:52.474Z","avatar_url":"https://github.com/SubZane.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"MySQLHandler 1.1\n=============================\n\nA complete MySQL package for PHP. Includes all MySQL methods you need for your PHP project.\n\n* Connection handling\n* Results available as XML, dictionary or default Result Set\n* Error handling\n* Full interface for optional custom extensions\n \n## Changelog\n### Version 1.1\n* Minor bugfixes and example\n\n### Version 1.0\n* Initial release\n \n## Usage\nEdit the configuration in `Database.class.php`\n\n```php\n  private $server   = 'localhost';\n  private $database = 'test';\n  private $username = 'user';\n  private $password = 'password';\n  private $use_permanent_connection = false;\n  private $xml_encoding = 'ISO-8859-1';\n```\nSee example in `example.php` on how to use the methods.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubzane%2Fmysqlhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubzane%2Fmysqlhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubzane%2Fmysqlhandler/lists"}