{"id":23924488,"url":"https://github.com/firephp/quickstart","last_synced_at":"2026-03-27T03:42:48.906Z","repository":{"id":1556252,"uuid":"1949505","full_name":"firephp/quickstart","owner":"firephp","description":"DEPRECATED","archived":false,"fork":false,"pushed_at":"2019-08-31T19:20:27.000Z","size":4931,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:26:04.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/firephp.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}},"created_at":"2011-06-24T20:03:47.000Z","updated_at":"2020-10-22T02:49:54.000Z","dependencies_parsed_at":"2022-07-17T14:19:28.707Z","dependency_job_id":null,"html_url":"https://github.com/firephp/quickstart","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/firephp/quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firephp%2Fquickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firephp%2Fquickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firephp%2Fquickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firephp%2Fquickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firephp","download_url":"https://codeload.github.com/firephp/quickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firephp%2Fquickstart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266058467,"owners_count":23870155,"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":"2025-01-05T19:14:02.713Z","updated_at":"2026-03-27T03:42:48.841Z","avatar_url":"https://github.com/firephp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n**DEPRECATED: For up-to-date information see https://github.com/firephp/insight**\n\n---\n\n\nGetting started with FirePHP 1.0\n================================\n\n*Stability: dev*\n\nThis project contains everything you need to get started with hands-on learning about [FirePHP 1.0](http://docs.sourcemint.org/firephp.org/firephp/1) \nand includes examples on how to use FirePHP in various scenarios.\n\nYou can install this project (or view online at [demo.firephp.org](http://demo.firephp.org/)) to:\n\n  * Explore all FirePHP features with examples from popular open source projects (*Not Yet Implemented*)\n  * Learn how to install and configure FirePHP by example\n  * Learn how to integrate FirePHP into libraries by example (*Not Yet Implemented*)\n  * Learn how to integrate FirePHP into applications by example (*Not Yet Implemented*)\n  * Learn how to integrate FirePHP into frameworks by example (*Not Yet Implemented*)\n\nRelevant third party projects are bundled meaning this project is quite large when downloading. If you are looking for documentation\non how to install and use FirePHP, and you do not need in-depth examples, please refer to the official\nFirePHP documentation at: [http://docs.sourcemint.org/firephp.org/firephp/1](http://docs.sourcemint.org/firephp.org/firephp/1)\n\nNOTE: This project is not intended to showcase integrations with all or even many projects but rather focus on\nvarious types of use-cases. Reference integrations for third party projects will be published as individual projects.\nSee [Integrations](http://docs.sourcemint.org/firephp.org/firephp/1/-docs/Integrations).\n\n\nInstall\n=======\n\nAssuming:\n\n  * You are running [Apache](http://httpd.apache.org/) or equivalent (in terms of URL rewrite support via `.htaccess` files)\n  * You are running [PHP 5.3+](http://php.net/)\n  * `/root/` is your document root\n  * `http://localhost/` is mapped to your `/root/`\n\nVia manual download and extraction:\n\n  1. Go to [https://github.com/firephp/quickstart/tree/v0.1.0](https://github.com/firephp/quickstart/tree/v0.1.0)\n  2. Click on the *Downloads* button and download the `.zip` archive\n  3. When downloaded extract the archive to `/root/`\n  4. Open `/root/` in a project or file explorer so you can launch files to view and edit\n  5. Browse to `http://localhost/` using [Firefox 4+](http://www.mozilla.com/en-US/firefox/new/). You should see a welcome page.\n\nOn a UNIX system with `git` installed:\n\n    cd /root/\n    git clone git://github.com/firephp/quickstart.git .\n\n  1. Open `/root/` in a project or file explorer so you can launch files to view and edit\n  2. Browse to `http://localhost/` using [Firefox 4+](http://www.mozilla.com/en-US/firefox/new/). You should see a welcome page.\n\n\nExamples\n========\n\n  * `/examples/BasicSetupConstants/` - How to use FirePHP in its simplest form.\n  * `/examples/BasicSetupFiles/` - Minimal FirePHP setup using configuration files (**RECOMMENDED**).\n  * `/examples/ZendFramework-1/` - How to use FirePHP with [ZendFramework](http://framework.zend.com/) based on\n    the [ZendFramework Quick Start Application](http://framework.zend.com/manual/en/learning.quickstart.html).\n\n\nSupport \u0026 Feedback\n==================\n\nSee: [http://docs.sourcemint.org/firephp.org/firephp/1/-docs/OpenSource#support](http://docs.sourcemint.org/firephp.org/firephp/1/-docs/OpenSource#support)\n\n\nContribute\n==========\n\nSee: [http://docs.sourcemint.org/firephp.org/firephp/1/-docs/OpenSource#contribute](http://docs.sourcemint.org/firephp.org/firephp/1/-docs/OpenSource#contribute)\n\n\nAuthor\n======\n\nThis project is maintained by [Christoph Dorn](http://www.christophdorn.com/).\n\n\nDocumentation License\n=====================\n\n[Creative Commons Attribution-NonCommercial-ShareAlike 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/)\n\nCopyright (c) 2007+ [Christoph Dorn](http://www.christophdorn.com/)\n\n\nCode License\n============\n\n**NOTE: This project contains third party code licensed under various terms. The terms\nfor respective third party projects can be found in `/vendor/*/LICENSE.*` files.**\n\nAll other code is licensed as follows.\n\n[MIT License](http://www.opensource.org/licenses/mit-license.php)\n\nCopyright (c) 2007+ [Christoph Dorn](http://www.christophdorn.com/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirephp%2Fquickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirephp%2Fquickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirephp%2Fquickstart/lists"}