{"id":18176661,"url":"https://github.com/mhdcodes/tryphp","last_synced_at":"2025-06-26T06:36:24.072Z","repository":{"id":257885711,"uuid":"870111692","full_name":"mhdcodes/tryphp","owner":"mhdcodes","description":"Effortlessly set up PHP on Linux with a simple curl command","archived":false,"fork":false,"pushed_at":"2025-01-18T20:12:46.000Z","size":309,"stargazers_count":33,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T19:47:16.731Z","etag":null,"topics":["composer","php","php81","php82","php83","php84"],"latest_commit_sha":null,"homepage":"https://tryphp.dev","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhdcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-10-09T13:14:01.000Z","updated_at":"2025-05-22T21:57:51.000Z","dependencies_parsed_at":"2024-11-01T18:32:42.296Z","dependency_job_id":"9c5d62c8-4b9a-4736-9813-f9390f62b28b","html_url":"https://github.com/mhdcodes/tryphp","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"d069ddadc1ce574f2cdda93792658773103fef50"},"previous_names":["the-dijkstra/tryphp","mhdcodes/tryphp"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mhdcodes/tryphp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdcodes%2Ftryphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdcodes%2Ftryphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdcodes%2Ftryphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdcodes%2Ftryphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhdcodes","download_url":"https://codeload.github.com/mhdcodes/tryphp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdcodes%2Ftryphp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262016965,"owners_count":23245575,"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":["composer","php","php81","php82","php83","php84"],"created_at":"2024-11-02T17:11:02.544Z","updated_at":"2025-06-26T06:36:24.047Z","avatar_url":"https://github.com/mhdcodes.png","language":"Astro","readme":"# Try PHP\n\n\u003cimg src=\"public/cover.png\" alt=\"TryPHP's logo\"\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n\nEffortlessly set up PHP on Linux with a simple `curl` command 🚀.\n\n## ⚡️ Quick Start\n\nInstall the latest version of PHP with this simple command:\n\n```sh\ncurl -fsSL https://tryphp.dev/install.sh | bash\n```\n\n## ✨ Features\n\n- 🔄 Install and switch between multiple PHP versions\n- 📦 Automatic Composer installation\n- 🧩 Automatic PHP extensions installation\n- 🛠️ Development environment configuration\n- 🔒 Secure installation process\n\n## 🔧 System Requirements\n\n- Ubuntu-based operating system\n- curl or wget installed\n- sudo privileges\n\n## 🚀 Usage\n\n### Installing latest PHP version\n\nThe following command will automatically download and install the latest stable version of PHP:\n\n```sh\ncurl -fsSL https://tryphp.dev/install.sh | bash\n```\n\n### Installing a specific version of PHP\n\nIf you need a specific PHP version, use one of the commands below. This is helpful when compatibility with specific frameworks or projects requires an older PHP version.\n\n#### PHP7.4\n\n```sh\ncurl -fsSL https://tryphp.dev/7.4/install.sh | bash\n```\n\n#### PHP8.1\n\n```sh\ncurl -fsSL https://tryphp.dev/8.1/install.sh | bash\n```\n\n#### PHP8.2\n\n```sh\ncurl -fsSL https://tryphp.dev/8.2/install.sh | bash\n```\n\n#### PHP8.3\n\n```sh\ncurl -fsSL https://tryphp.dev/8.3/install.sh | bash\n```\n\n### Installing PHP with specific Framework\n\nYou can install PHP with tailored presets for different frameworks or applications. For example, the Laravel preset will install PHP with all extensions required to run a Laravel application.\n\n#### Laravel\n\n```sh\ncurl -fsSL https://tryphp.dev/presets/laravel | bash\n```\n\n## 📚 Documentation\n\nFor detailed information about features, configuration, and troubleshooting, visit our [comprehensive documentation](https://tryphp.dev).\n\n## 🤝 Contributing\n\nWe welcome contributions! Whether it's:\n\n- Reporting bugs\n- Suggesting new features\n- Improving documentation\n- Submitting pull requests\n\nCheck our [Contributing Guidelines](CONTRIBUTING.md) for more information.\n\n## 🔐 Security\n\nTryPHP takes security seriously. If you discover any security-related issues, please email \u003csecurity@tryphp.dev\u003e instead of using the issue tracker.\n\n## 📝 License\n\nTryPHP is open-sourced software licensed under the [MIT license](LICENSE).\n\n## 💖 Support\n\nIf you find TryPHP helpful, please consider:\n\n- Starring the repository\n- Sharing it with others\n- [Sponsoring the project](https://github.com/sponsors/mhdcodes)\n\n## 🙏 Acknowledgments\n\nSpecial thanks to all our contributors and the PHP community for their continued support and feedback.\n","funding_links":["https://github.com/sponsors/mhdcodes"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhdcodes%2Ftryphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhdcodes%2Ftryphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhdcodes%2Ftryphp/lists"}