{"id":36976349,"url":"https://github.com/systemico/conector-db","last_synced_at":"2026-01-13T22:12:51.336Z","repository":{"id":57064070,"uuid":"259059190","full_name":"systemico/conector-db","owner":"systemico","description":"Singleton pattern to connect database Mysql, PostgerSQL, Oracle, SQL Server, and others.","archived":false,"fork":false,"pushed_at":"2020-08-03T21:06:24.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T08:59:24.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/systemico.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}},"created_at":"2020-04-26T15:04:20.000Z","updated_at":"2020-08-03T21:06:26.000Z","dependencies_parsed_at":"2022-08-24T14:01:20.567Z","dependency_job_id":null,"html_url":"https://github.com/systemico/conector-db","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/systemico/conector-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemico%2Fconector-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemico%2Fconector-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemico%2Fconector-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemico%2Fconector-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/systemico","download_url":"https://codeload.github.com/systemico/conector-db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/systemico%2Fconector-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-13T22:12:50.642Z","updated_at":"2026-01-13T22:12:51.327Z","avatar_url":"https://github.com/systemico.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conector-db\nSingleton pattern to connect database Mysql, Postgrs, Oracle, SQL Server, and others.\n\n# Settings.php example  \n\n    class Settings{\n        public static $DB_HOST=\"\";\n        public static $DB_USER=\"\";\n        public static $DB_PASSWORD=\"\";\n        public static $DB_NAME=\"\";\n    }\n    \n           \n#Connect example   \n   \nExample to run a new Database connection. \n\n    require_once dirname(__FILE__).\"/../vendor/autoload.php\";   \n    require_once dirname(__FILE__).\"/Settings.php\";    \n    use conector_db\\ConectorDB;    \n    $conector= ConectorDB::get_conector(Settings::$DB_HOST,Settings::$DB_USER, Settings::$DB_PASSWORD, Settings::$DB_NAME);     \n    print_r($conector-\u003eselect(\"show tables\"));    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemico%2Fconector-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystemico%2Fconector-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemico%2Fconector-db/lists"}