{"id":15019897,"url":"https://github.com/archytech99/laramix","last_synced_at":"2026-01-20T15:32:55.422Z","repository":{"id":55046643,"uuid":"327844092","full_name":"archytech99/laramix","owner":"archytech99","description":"Laramix is an Informix Driver extension of Illuminate/Database that uses either the PDO extension wrapped into the PDO namespace.","archived":false,"fork":false,"pushed_at":"2024-09-26T07:39:55.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.0.1","last_synced_at":"2025-04-07T02:51:11.918Z","etag":null,"topics":["ifx","informix","laravel","laravel-ifx","laravel-informix","library"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/archytech/laramix","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/archytech99.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-08T08:33:53.000Z","updated_at":"2024-09-26T07:39:11.000Z","dependencies_parsed_at":"2025-02-09T20:32:09.455Z","dependency_job_id":"f79417a3-8a99-4bd2-9e92-d44b04b124ae","html_url":"https://github.com/archytech99/laramix","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/archytech99/laramix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archytech99%2Flaramix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archytech99%2Flaramix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archytech99%2Flaramix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archytech99%2Flaramix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archytech99","download_url":"https://codeload.github.com/archytech99/laramix/tar.gz/refs/heads/1.0.1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archytech99%2Flaramix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ifx","informix","laravel","laravel-ifx","laravel-informix","library"],"created_at":"2024-09-24T19:54:17.416Z","updated_at":"2026-01-20T15:32:55.405Z","avatar_url":"https://github.com/archytech99.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Informix Driver Package for Laravel\n\n[![StyleCI](https://github.styleci.io/repos/327844092/shield?branch=1.0.1)](https://github.styleci.io/repos/327844092?branch=1.0.1)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Packagist Downloads](https://img.shields.io/packagist/dm/archytech/laramix)](https://packagist.org/packages/archytech/laramix)\n[![Packagist Downloads](https://poser.pugx.org/archytech/laramix/v/stable.svg)](https://packagist.org/packages/archytech/laramix)\n\n`laramix` is an Informix Driver Package for [Laravel Framework](http://laravel.com/) - thanks to [@taylorotwell](https://github.com/taylorotwell). `laramix` is an extension of [Illuminate/Database](https://github.com/illuminate/database) that uses either the PDO extension wrapped into the PDO namespace.\n\n## Requirements\n\n- php: `^7.2`\n- laravel/framework: `^6.0|^7.0`\n- guzzlehttp/guzzle: `^6.0|^7.0`\n- illuminate/support: `^6.0|^7.0`\n- illuminate/database: `^6.0|^7.0`\n- illuminate/pagination: `^6.0|^7.0`\n- illuminate/encryption: `^6.0|^7.0`\n\n## Installation\n\nRequire this package in the `composer.json` of your laravel project. This will download the requirements package:\n\n```bash\ncomposer require archytech/laramix\n```\n\nOnce Composer has installed or updated, you need to register Informix Driver. Open up `config/app.php` and find the `providers` key and add:\n\n```php\n'providers' =\u003e [\n    /*\n     * Package Service Providers ...\n     */\n    Archytech\\Laravel\\Ifx\\InformixServiceProvider::class,\n]\n```\n\nFinally you need to publish a configuration file by running the following artisan command.\n\n```bash\nphp artisan vendor:publish --provider=\"Archytech\\Laravel\\Ifx\\InformixServiceProvider\"\n```\n\nThis will copy the configuration file to `config/informix.php`\n\n## Configure .env files\n\nAdd this configuration to `.env` file in the root of your project:\n\n```dotenv\n## Informix ##\nDB_CONNECTION=informix\nDB_IFX_HOST=127.0.0.1\nDB_IFX_SERVICE=9188\nDB_IFX_DATABASE=laravel\nDB_IFX_USERNAME=informix\nDB_IFX_PASSWORD=\nDB_IFX_SERVER=ol_informix07\nDB_IFX_URI=\nDB_IFX_TOKEN=\n\n## Environment ##\nINFORMIXDIR=/opt/IBM/informix\nINFORMIXSERVER=ol_informix07\nLD_LIBRARY_PATH=${INFORMIXDIR}/lib/:${INFORMIXDIR}/lib/cli:${INFORMIXDIR}/esql\nPATH=${PATH}:${INFORMIXDIR}/bin:${INFORMIXDIR}/lib\n```\n\n## Documentation  and Usage\n\nVisit [Database: Getting Started](https://laravel.com/docs/7.x/database)\n\n## License\n\nLicensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchytech99%2Flaramix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchytech99%2Flaramix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchytech99%2Flaramix/lists"}