{"id":22748851,"url":"https://github.com/apinstein/iphp","last_synced_at":"2025-04-14T12:06:43.524Z","repository":{"id":754190,"uuid":"409707","full_name":"apinstein/iphp","owner":"apinstein","description":"An interactive php shell (REPL) with support for readline, autocomplete, include/require, and fatal-error tolerance.","archived":false,"fork":false,"pushed_at":"2014-04-01T18:33:09.000Z","size":277,"stargazers_count":72,"open_issues_count":6,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T12:06:38.891Z","etag":null,"topics":[],"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/apinstein.png","metadata":{"files":{"readme":"README.markdown","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":"2009-12-09T03:41:08.000Z","updated_at":"2021-03-04T14:25:24.000Z","dependencies_parsed_at":"2022-08-16T10:45:29.670Z","dependency_job_id":null,"html_url":"https://github.com/apinstein/iphp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apinstein%2Fiphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apinstein%2Fiphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apinstein%2Fiphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apinstein%2Fiphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apinstein","download_url":"https://codeload.github.com/apinstein/iphp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877984,"owners_count":21176243,"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","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-12-11T03:36:09.390Z","updated_at":"2025-04-14T12:06:43.496Z","avatar_url":"https://github.com/apinstein.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"iphp - Interactive PHP Shell\n============================\niphp is an interactive php shell that solves a number of painful problems with normal php shells:\n\n* Fatal Error handling - iphp doesn't die even if your code does.\n* optional readline support\n* readline support includes: autocomplete, history, line editing\n* support ctags *tags* files\n* implemented as a class for integration with your framework\n* support for require/include; you can load php files within iphp\n* extensible command system\n\nINSTALLATION\n============\n\npear install apinstein.pearfarm.org/iphp\n\nEXAMPLE\n=======\n\n    php\u003e new ArrayObject(array(1,2))\n    \n    =\u003e ArrayObject Object\n    (\n        [0] =\u003e 1\n        [1] =\u003e 2\n    )\n    \n    php\u003e $_[0] + 1\n    =\u003e 2\n\n    php\u003e \\help \n    alias(es)                     \u003chelp\u003e\n    -------------------------------------------------------\n    exit,die,bye,quit             Quit the shell.\n    reload                        Re-initialize the iphp state so it's just as if you quit and re-started.\n    help,?                        View a list of all installed commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapinstein%2Fiphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapinstein%2Fiphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapinstein%2Fiphp/lists"}