{"id":25931279,"url":"https://github.com/ian7672/laragon-portable","last_synced_at":"2026-06-12T13:31:52.590Z","repository":{"id":280265008,"uuid":"939811027","full_name":"Ian7672/laragon-portable","owner":"Ian7672","description":"Laragon portable for free","archived":false,"fork":false,"pushed_at":"2025-06-18T07:58:35.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T23:54:15.580Z","etag":null,"topics":["app","free","laragon","portable","software","windows"],"latest_commit_sha":null,"homepage":"https://laragon.org/download/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ian7672.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,"zenodo":null}},"created_at":"2025-02-27T06:29:28.000Z","updated_at":"2025-06-18T07:58:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3981d82-7595-488c-85f7-e46badef6232","html_url":"https://github.com/Ian7672/laragon-portable","commit_stats":null,"previous_names":["ian7672/laragon-portable"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Ian7672/laragon-portable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ian7672%2Flaragon-portable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ian7672%2Flaragon-portable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ian7672%2Flaragon-portable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ian7672%2Flaragon-portable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ian7672","download_url":"https://codeload.github.com/Ian7672/laragon-portable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ian7672%2Flaragon-portable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281441783,"owners_count":26501961,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["app","free","laragon","portable","software","windows"],"created_at":"2025-03-03T23:58:46.676Z","updated_at":"2025-10-28T13:09:41.540Z","avatar_url":"https://github.com/Ian7672.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laragon Windows Portable 6.0.0 – Stable Version\n\n**A complete, portable web development environment for Windows**  \n🚀 Zero installation | 🔒 Password-protected | ⚡ Optimized performance  \n\n---\n\n## 🌟 Key Features\n\n- **100% Portable**  \n  Run directly from USB or any folder – no system modifications required.\n- **Pre-configured Stack**  \n  Apache, MySQL, PHP, Git, Composer, and cURL ready-to-use.\n- **Auto Virtual Hosts**  \n  Instant `*.test` domains for local development.\n\n---\n\n## 📦 Included Components\n\n| Component       | Version               | Details                              |\n|-----------------|-----------------------|--------------------------------------|\n| 🐘 PHP          | 8.3.16 (ZTS)          | VC++ 2019, OPcache enabled          |\n| 🐬 MySQL        | 8.4.3                 | Community Edition (GPL)              |\n| 🐳 Apache       | 2.4.62                | Win64, OpenSSL 3.0                   |\n| 🧬 Composer     | 2.4.1                 | Global binary included               |\n| 🔄 cURL         | 8.12.1                | LibreSSL + zstd support              |\n| 🧪 Git          | 2.48.1                | Windows-native build                 |\n\n---\n\n## 🚀 Getting Started\n\n1. Extract the `.7z` archive of Laragon.\n2. Run the executable file: **`LARAGON-INSTALL.exe`**\n3. When prompted, enter the following password:\n\n**Password:** `ian7672`\n\n4. After installation completes, run `laragon.exe`.\n5. Laragon will auto-start and configure services (Apache, MySQL, etc).\n6. Start building your local PHP apps right away.\n\n---\n\n## 🛠️ Features\n\n- Portable – No installation or system changes needed.\n- Optimized for performance on Windows.\n- Pre-configured Virtual Hosts and SSL.\n- Integrated terminal, quick app installer, and more.\n\n---\n\n### System Requirements\n- Microsoft Visual C++ Redistributable\n- .NET Framework 4.8\n\n---\n\n## ⚡ Quick Commands\n\nUse these in Laragon's terminal:\n```bash\nlarg.exe start    # Start all services\nlarg.exe stop     # Stop all services\nlarg.exe status   # Check service status\n```\n\n---\n\n## 🛠️ Advanced Features\n\n- **SSL Ready**  \n  Pre-configured HTTPS for `*.test` domains.\n- **Database Management**  \n  Includes Adminer for MySQL GUI access.\n\n---\n\n## 🔍 Environment Verification\n\nVerify installed components:\n### PHP\n```bash\nphp -v\n# Expected: PHP 8.3.16 (ZTS Visual C++ 2019 x64)\n```\n\n### MySQL\n```bash\nmysql --version\n# Expected: mysql  Ver 8.4.3 for Win64\n```\n\n### Apache\n```bash\nhttpd -v\n# Expected: Apache/2.4.62 (Win64)\n```\n\n---\n\n## 🔗 Resources\n\n- [📚 Official Documentation](https://laragon.org/docs)\n- [🐙 GitHub Releases](https://github.com/Ian7672/laragon-portable/releases)\n- [🔄 PHP 8.3 Changes](https://www.php.net/releases/8.3/en.php)\n- [❗ Troubleshooting Guide](https://laragon.org/docs/troubleshooting.html)\n\n---\n\n## 📜 License  \nThis portable edition is shared under the original Laragon license terms.  \nMySQL remains licensed under GPL.\n\n**© 2025 Ian7672** | All-in-One Portable Dev Environment for Windows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fian7672%2Flaragon-portable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fian7672%2Flaragon-portable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fian7672%2Flaragon-portable/lists"}