{"id":13623099,"url":"https://github.com/Seldaek/php-console","last_synced_at":"2025-04-15T10:32:28.666Z","repository":{"id":1037082,"uuid":"865992","full_name":"Seldaek/php-console","owner":"Seldaek","description":"PHP Debug Console","archived":false,"fork":false,"pushed_at":"2021-03-14T16:05:43.000Z","size":902,"stargazers_count":529,"open_issues_count":6,"forks_count":90,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-04-08T20:18:13.542Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seldaek.png","metadata":{"files":{"readme":"README.mdown","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}},"created_at":"2010-08-27T10:13:25.000Z","updated_at":"2025-04-03T20:20:44.000Z","dependencies_parsed_at":"2022-08-16T11:50:43.215Z","dependency_job_id":null,"html_url":"https://github.com/Seldaek/php-console","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldaek%2Fphp-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldaek%2Fphp-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldaek%2Fphp-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldaek%2Fphp-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seldaek","download_url":"https://codeload.github.com/Seldaek/php-console/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249051803,"owners_count":21204888,"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-08-01T21:01:28.056Z","updated_at":"2025-04-15T10:32:28.335Z","avatar_url":"https://github.com/Seldaek.png","language":"PHP","readme":"PHP Console\n===========\n\nA web console to try your PHP code into\n\nCreating a test file or using php's interactive mode can be a bit cumbersome\nto try random php snippets. This allows you to run small bits of code easily\nright from your browser.\n\nIt is secure since accessible only from the local host, and very easy to\nsetup and use.\n\nScreenshot\n----------\n\n\u003cimg src=\"http://seld.be/_misc/php-console.png\" alt=\"PHP Console screenshot\" border=\"0\" /\u003e\n\nInstallation\n------------\n\nClone the git repo or download it as a zip/tarball, drop it somewhere in your\nlocal web document root and access it with http://localhost/path/to/php-console\n\nYou can also install it with Composer using this command:\n\n    composer create-project --stability=dev --keep-vcs seld/php-console\n\nTo update it just run `git pull` in the directory to pull the latest changes in.\n\nYou can use the internal PHP server too.  \nrun `php -S localhost:1337` in a terminal and go to `http://localhost:1337/`.\n\nConfiguration\n-------------\n\nDefault settings are available in `config.php.dist`, if you would like to modify\nthem, you can copy the file to `config.php` and edit settings.\n\nContributing\n------------\n\nCode contributions or ideas are obviously much welcome. Send pull requests or issues on github.\n\nAuthor\n------\n\nJordi Boggiano - \u003cj.boggiano@seld.be\u003e\u003cbr /\u003e\n\u003chttp://seld.be/\u003e - \u003chttp://twitter.com/seldaek\u003e\n\nChangelog\n---------\n\n- 1.5.0-dev\n  - Added melody-script integration. requires a composer binary within the systems/webservers PATH env variable.\n  - Updated bundled ACE editor to 1.1.8\n  - Layout is now flex-css based\n  - Added a new `bootstrap` option to be include before source evaluation\n  - Moved tabsize, ip-whitelist into an option\n  - Added servers-side runtime information, to be rendered in the consoles statusbar\n  - Allow configuring options\n- 1.4.0\n  - Added control-char escaping to make them more visible\n- 1.3.0\n  - Added code persistence across sessions in localStorage + a reset button\n- 1.2.3\n  - Fixed syntax highlighting\n  - Fixed some styling issues\n  - Fixed ajax error handling for non responding backends\n- 1.2.2\n  - Updated ACE to latest version\n  - Added composer.json support\n- 1.2.1\n  - Performance fixes for ACE editor integration\n  - JS is no longer a requirement\n- 1.2.0\n  - Replaced built-in editor with [ACE editor](http://ace.ajax.org/) which provides highlighting and\n    [other features](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts)\n  - Handle old setups with magic_quotes enabled\n- 1.1.2\n  - Fixed issue with IPv6 loopback not being whitelisted\n- 1.1.1\n  - Cross-browser compatibility enhancements\n- 1.1.0\n  - Script execution is now done via an async js request, preventing die() and exception to mess up the entire console\n  - Added a status bar with char/line display\n  - Added a toggle button to expand/collapse all krumo sub-trees at once\n  - Cross-browser compatibility enhancements\n  - Removing a tab (i.e. 4 spaces) on backspace now\n  - Made tab character(s) configurable (see index.php)\n- 1.0.0\n  - Initial Public Release\n\nLicense\n-------\n\nPHP Console is licensed under the New BSD License, which means you can do pretty much anything you want with it.\n\nNew BSD License - see the LICENSE file for details\n\nAcknowledgements\n----------------\n\nPHP Console bundles the following libraries, and the work of their respective authors is very much appreciated:\n\n- [krumo](http://krumo.sourceforge.net/) licensed under the LGPL\n- [jQuery](http://jquery.com) licensed under the MIT License\n- [ACE](http://ace.ajax.org/) licensed under the MPL/LGPL/GPL Licenses\n- [Clippy](https://github.com/mojombo/clippy) licensed under the MIT License\n","funding_links":[],"categories":["Table of Contents","调试","目录","PHP","Code Analysis","Debugging","调试和性能( Debugging and Profiling )","调试和分析 Debugging and Profiling"],"sub_categories":["Debugging and Profiling","调试和性能分析 Debugging and Profiling"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSeldaek%2Fphp-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSeldaek%2Fphp-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSeldaek%2Fphp-console/lists"}