{"id":27531247,"url":"https://github.com/richardschoen/phpwebprojectibmi","last_synced_at":"2026-04-22T23:35:17.651Z","repository":{"id":115713246,"uuid":"266365501","full_name":"richardschoen/PHPWebProjectIBMi","owner":"richardschoen","description":"Sample PHP Web App for use on IBM i, Windows or Linux. Uses IBM i Access ODBC Driver","archived":false,"fork":false,"pushed_at":"2020-05-23T16:33:35.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T03:40:38.375Z","etag":null,"topics":["as400","bootstrap","driver","ibmi","ibmiaccess","odbc","php","unixodbc"],"latest_commit_sha":null,"homepage":"","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/richardschoen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-23T15:33:53.000Z","updated_at":"2021-05-19T11:56:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"df750855-017e-4050-a1e6-9fa5992121dd","html_url":"https://github.com/richardschoen/PHPWebProjectIBMi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richardschoen/PHPWebProjectIBMi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FPHPWebProjectIBMi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FPHPWebProjectIBMi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FPHPWebProjectIBMi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FPHPWebProjectIBMi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardschoen","download_url":"https://codeload.github.com/richardschoen/PHPWebProjectIBMi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschoen%2FPHPWebProjectIBMi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"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":["as400","bootstrap","driver","ibmi","ibmiaccess","odbc","php","unixodbc"],"created_at":"2025-04-18T17:49:43.306Z","updated_at":"2026-04-22T23:35:17.636Z","avatar_url":"https://github.com/richardschoen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPWebProjectIBMi\nSample PHP Web App for use on IBM i with Community PHP or on Windows or Linux with PHP 7.x. Uses IBM i Access ODBC Driver available from IBM at the IBM i Access Client Solutions site:\n\nhttp://www-01.ibm.com/support/docview.wss?uid=isg3T1026805\n\n# Setting up for development and use from Windows with Visual Studio or your favorite PHP IDE\nInstall ***Visual Studio 2019*** (Community Edition available FREE)\n\nIf using Visual Studio, you will need PHP Tools for Visual Studio (Not FREE, but demo available)\n\nhttps://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio\n\nMake sure your PHP environment have the following PHP extensions enabled in your PHP.INI along with other PHP extensions you're using:\n```\n[ExtensionList]\nextension=php_odbc.dll\nextension=php_pdo_odbc.dll\n```\nClone project to local directory from Windows command line (or your favorite method)\n```\ncd /\n\ngit clone https://github.com/richardschoen/PHPWebProjectIBMi.git\n```\nOpen PHPWebProjectIBMi.sln project solution in Visual Studio.\n\n***Update settings.php with your IBM i system host/ip address, user id and password*** \n\nRun the project and it should execute as long as you have installed the IBM i Acceds Windows ODBC Driver.\n\nRun the following URLs to check ODBC and PDO connectivity\n\nhttp://localhost/odbctest1.php\n\nhttp://localhost/pdotest1.php\n\nRun the following URL to test the web app:\n\nhttp://localhost/index.php\n\n-or-\n\nhttp://localhost/qcustcdtlist.php\n\n***Note:** Your local host port may be ***auto-assigned by Visual Studio*** when you run your project so adjust sample URLs above accordingly.\n\n\n# Setting up for development and use natively on IBM i\nMake sure IBM i ACS Open Source Package Management loaded\n\nInstall Community PHP from Zend site and Unix ODBC Yum packages via ACS or via yum commands\n```\nyum install unixODBC\n\nyum install unixODBC-devel\n```\nMake sure IBM i Access ODBC Driver for PASE is loaded Download from IBM i Access Client Solutions site:\n\nhttp://www-01.ibm.com/support/docview.wss?uid=isg3T1026805\n\nUpload IBM i Access RPM file to root dir in IFS (where xx is version number of RPM) ibm-iaccess-1.1.0.xx-0.ibmi7.2.ppc64.rpm\n\nInstall IBM i Access ODBC Driver from bash shell, QSH or QP2TERM session\n```\ncd /\n\nPATH=/QOpenSys/pkgs/bin  \n\nexport PATH\n\nrpm -i ibm-iaccess-1.1.0.xx-0.ibmi7.2.ppc64.rpm  (xx is ver in zip file)\n\n```\n\nFrom IBM i bash shell,  QSH or QP2TERM session, run following commands to clone the web project:\n```\ncd /\n\ngit clone https://github.com/richardschoen/PHPWebProjectIBMi.git\n```\n\nHook up the /PHPWebProjectIBMi/PHPWebProjectIBMi directory to your Community PHP server or copy all the PHP files to a running instance of Apache or NGINX web server that is configured to servie PHP files already.\n\n***Update settings.php with your IBM i system host/ip address, user id and password*** \n\nRun the following URLs to check ODBC and PDO connectivity\n\nhttp://ibmiserverorip/odbctest1.php\n\nhttp://ibmiserverorip/pdotest1.php\n\nRun the following URL to test the web app:\n\nhttp://ibmiserverorip/index.php\n\n-or-\n\nhttp://ibmiserverorip/qcustcdtlist.php\n\n***Note:** Your url and port may be different  ***depending on your Apache or NGINX server port configurations*** so adjust sample URLs above accordingly when you test.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardschoen%2Fphpwebprojectibmi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardschoen%2Fphpwebprojectibmi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardschoen%2Fphpwebprojectibmi/lists"}