{"id":15753570,"url":"https://github.com/marella/phd","last_synced_at":"2025-07-31T19:32:42.914Z","repository":{"id":62523977,"uuid":"51870528","full_name":"marella/phd","owner":"marella","description":"PHP Database library.","archived":false,"fork":false,"pushed_at":"2016-03-17T13:53:47.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T02:44:32.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marella/phd/wiki","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marella.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-16T21:11:19.000Z","updated_at":"2016-03-06T15:40:02.000Z","dependencies_parsed_at":"2022-11-02T14:15:36.543Z","dependency_job_id":null,"html_url":"https://github.com/marella/phd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/marella/phd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fphd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fphd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fphd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fphd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marella","download_url":"https://codeload.github.com/marella/phd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fphd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268099588,"owners_count":24196096,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-04T07:41:12.245Z","updated_at":"2025-07-31T19:32:42.818Z","avatar_url":"https://github.com/marella.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhD\n\n[![Coverage Status](https://coveralls.io/repos/github/marella/phd/badge.svg?branch=master)](https://coveralls.io/github/marella/phd?branch=master)\n[![Build Status](https://travis-ci.org/marella/phd.svg?branch=master)](https://travis-ci.org/marella/phd)\n[![StyleCI](https://styleci.io/repos/51870528/shield?style=flat)](https://styleci.io/repos/51870528)\n[![Latest Stable Version](https://poser.pugx.org/marella/phd/v/stable)](https://packagist.org/packages/marella/phd) [![Total Downloads](https://poser.pugx.org/marella/phd/downloads)](https://packagist.org/packages/marella/phd) [![Latest Unstable Version](https://poser.pugx.org/marella/phd/v/unstable)](https://packagist.org/packages/marella/phd) [![License](https://poser.pugx.org/marella/phd/license)](https://packagist.org/packages/marella/phd)\n\nPHP Database library. Copied from \u003ca target=\"_blank\" href=\"https://github.com/laravel/framework\"\u003eLaravel framework\u003c/a\u003e.\n\n### Quick Usage\n\n```sh\ncomposer require marella/phd\n```\n\n```php\n\u003c?php\n\nrequire 'vendor/autoload.php';\n$config = require 'config/database.php'; // load config array from a file\n\nuse PhD\\DB;\nDB::init($config);\n\n$users = DB::select('select * from users where active = ?', [1]);\n```\n\n### Documentation\nSee the **[wiki]** for more details and documentation.\n\n### Contributing\nSee [contributing guidelines] before creating issues or pull requests.\n\n### License\nOpen-source software released under [the MIT license][license].\n\n[wiki]: https://github.com/marella/phd/wiki\n[contributing guidelines]: /.github/CONTRIBUTING.md\n[license]: /LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarella%2Fphd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarella%2Fphd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarella%2Fphd/lists"}