{"id":17347537,"url":"https://github.com/cryptiklemur/connectionmanager","last_synced_at":"2026-01-11T15:04:15.129Z","repository":{"id":57074692,"uuid":"8662112","full_name":"cryptiklemur/ConnectionManager","owner":"cryptiklemur","description":"Quick Connection Manager for writing fast scripts","archived":false,"fork":false,"pushed_at":"2013-03-14T20:40:14.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T06:37:13.082Z","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/cryptiklemur.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":"2013-03-08T23:38:08.000Z","updated_at":"2014-02-13T17:29:55.000Z","dependencies_parsed_at":"2022-08-24T14:55:36.177Z","dependency_job_id":null,"html_url":"https://github.com/cryptiklemur/ConnectionManager","commit_stats":null,"previous_names":["cryptiklemur/connectionmanager","aequasi/connectionmanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cryptiklemur/ConnectionManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2FConnectionManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2FConnectionManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2FConnectionManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2FConnectionManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptiklemur","download_url":"https://codeload.github.com/cryptiklemur/ConnectionManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2FConnectionManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28309752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":"2024-10-15T16:49:08.351Z","updated_at":"2026-01-11T15:04:15.088Z","avatar_url":"https://github.com/cryptiklemur.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Connection Manager\n=========================\n\nInstall:\n--------\n\nTo Install this, just run the shell code below. \n\n```sh\ngit clone git@github.com:aequasi/ConnectionManager.git\ncd ConnectionManager\ncomposer install\n```\n\nOR, if you are using composer\n```sh\ncomposer require aequasi/connection-manager dev-master\n```\n\nIn your php file, add this at the top, changing the path to wherever it belongs\n```php\n// If you arent using composer in your global project, make sure you use the autoloader\nrequire_once( __DIR__ . '/ConnectionManager/vendor/autoload.php' );\nuse Aequasi\\ConnectionManager;\n\n```\n\nThen, make a yml config file (placing it wherever you need) that looks like `ConnectionManager/src/Aequasi/ConnectionManager/Resources/config/connection.yml`\n\nUse:\n----\n\nIn your code, that has the required above, follow this example:\n\n```php\nConnectionManager::$config = $customConfigFilename;\n$classDb = ConnectionManager::getConnection( 'classdb', 'someuser', 'somepassword' );\n\n$result = $classDb-\u003eexecuteQuery( $query )-\u003efetchAll();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptiklemur%2Fconnectionmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptiklemur%2Fconnectionmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptiklemur%2Fconnectionmanager/lists"}