{"id":15277475,"url":"https://github.com/nfaiz/pdoifx","last_synced_at":"2025-08-20T01:32:44.567Z","repository":{"id":214189709,"uuid":"396789855","full_name":"nfaiz/pdoifx","owner":"nfaiz","description":"CodeIgniter 4 Informix Database Query Builder","archived":false,"fork":false,"pushed_at":"2025-03-19T06:01:26.000Z","size":104,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T13:55:18.816Z","etag":null,"topics":["codeigniter","codeigniter4","informix","pdo","query-builder"],"latest_commit_sha":null,"homepage":"","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/nfaiz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-08-16T12:42:06.000Z","updated_at":"2025-03-19T05:59:15.000Z","dependencies_parsed_at":"2024-11-14T14:33:56.876Z","dependency_job_id":"85564a04-77cd-47bc-bd06-fa1378cd2c9d","html_url":"https://github.com/nfaiz/pdoifx","commit_stats":null,"previous_names":["nfaiz/ci4-ifx","nfaiz/pdoifx"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nfaiz/pdoifx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfaiz%2Fpdoifx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfaiz%2Fpdoifx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfaiz%2Fpdoifx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfaiz%2Fpdoifx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfaiz","download_url":"https://codeload.github.com/nfaiz/pdoifx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfaiz%2Fpdoifx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271252430,"owners_count":24726911,"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-08-19T02:00:09.176Z","response_time":63,"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":["codeigniter","codeigniter4","informix","pdo","query-builder"],"created_at":"2024-09-30T11:06:45.529Z","updated_at":"2025-08-20T01:32:44.275Z","avatar_url":"https://github.com/nfaiz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub](https://img.shields.io/github/license/nfaiz/pdoifx)\n![GitHub repo size](https://img.shields.io/github/repo-size/nfaiz/pdoifx?label=size)\n![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=nfaiz/pdoifx)\n\n# PdoIfx\n\n## Description\nInformix wrapper for CodeIgniter 4 using PDO Informix extension.\n\n## Docs\n* [Installation](docs/INSTALLATION.md)\n* [Usage](docs/USAGE.md)\n* Readme\n\n\u003e [!NOTE]\n\u003e This is a wrapper for INFORMIX. Don't expect it to work exactly like the CodeIgniter 4 database built-in function.\n\n## Example Usage\n```php\n\n$builder = ifx_connect();\n\n$result = $builder-\u003etable('users')\n    -\u003eselect('id, name')\n    -\u003ewhere('age', '\u003e', 18)\n    -\u003eorderBy('id', 'desc')\n    -\u003elimit(2)\n    -\u003egetResult();\n\nd($result);\n```\n\n## Screenshot\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1330109/129663982-da6196c4-92c9-4731-a3e1-005881784efe.png\" alt=\"Debug\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfaiz%2Fpdoifx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfaiz%2Fpdoifx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfaiz%2Fpdoifx/lists"}