{"id":13398380,"url":"https://github.com/facebook/hhvm","last_synced_at":"2025-11-06T11:03:08.304Z","repository":{"id":770669,"uuid":"455600","full_name":"facebook/hhvm","owner":"facebook","description":"A virtual machine for executing programs written in Hack.","archived":false,"fork":false,"pushed_at":"2025-03-15T06:49:07.000Z","size":798966,"stargazers_count":18318,"open_issues_count":537,"forks_count":3032,"subscribers_count":995,"default_branch":"master","last_synced_at":"2025-03-17T11:53:43.909Z","etag":null,"topics":["hack","hacklang","hhvm","php"],"latest_commit_sha":null,"homepage":"https://hhvm.com","language":"C++","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/facebook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.PHP","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-01-02T01:17:06.000Z","updated_at":"2025-03-15T20:57:48.000Z","dependencies_parsed_at":"2024-02-04T19:21:12.304Z","dependency_job_id":"dc7ea613-2b1a-46da-a970-ba18f29423ae","html_url":"https://github.com/facebook/hhvm","commit_stats":{"total_commits":70388,"total_committers":2463,"mean_commits":28.57815671944783,"dds":0.9638716826731829,"last_synced_commit":"8b8d379fca62fa5d9aa34ec4052a14046c1e67a8"},"previous_names":[],"tags_count":1969,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fhhvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fhhvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fhhvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Fhhvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facebook","download_url":"https://codeload.github.com/facebook/hhvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366205,"owners_count":20603438,"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":["hack","hacklang","hhvm","php"],"created_at":"2024-07-30T19:00:24.383Z","updated_at":"2025-11-06T11:03:03.252Z","avatar_url":"https://github.com/facebook.png","language":"C++","readme":"# HHVM\n\n[HHVM page](https://hhvm.com) |\n[HHVM documentation](https://docs.hhvm.com/hhvm/) |\n[Hacklang page](http://hacklang.org) |\n[General group](https://www.facebook.com/groups/hhvm.general/) |\n[Dev group](https://www.facebook.com/groups/hhvm.dev/) |\n[Twitter](https://twitter.com/HipHopVM)\n\nHHVM is an open-source virtual machine designed for executing programs written in [Hack](http://hacklang.org). HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining amazing development flexibility.\n\nHHVM should be used together with a webserver like the built in, easy to deploy [Proxygen](https://docs.hhvm.com/hhvm/basic-usage/proxygen), or a [FastCGI](https://docs.hhvm.com/hhvm/advanced-usage/fastCGI)-based webserver on top of nginx or Apache.\n\n## Installing\n\nIf you're new, try our [getting started guide](https://docs.hhvm.com/hhvm/getting-started/getting-started).\n\nYou can install a [prebuilt package](https://docs.hhvm.com/hhvm/installation/introduction#prebuilt-packages) or [compile from source](https://docs.hhvm.com/hhvm/installation/building-from-source).\n\n## Running\n\nYou can run standalone programs just by passing them to hhvm: `hhvm example.hack`.\n\nIf you want to host a website:\n* Install your favorite webserver. [Proxygen](https://docs.hhvm.com/hhvm/basic-usage/proxygen) is built into HHVM, fast and easy to deploy.\n* Install our [package](https://docs.hhvm.com/hhvm/installation/introduction#prebuilt-packages)\n* Start your webserver\n* Run `sudo /etc/init.d/hhvm start`\n* Visit your site at `http://.../main.hack`\n\nOur [getting started guide](https://docs.hhvm.com/hhvm/getting-started/getting-started) provides a slightly more detailed introduction as well as links to more information.\n\n## Contributing\n\nWe'd love to have your help in making HHVM better. If you're interested, please read our [guide to contributing](CONTRIBUTING.md).\n\n## License\n\nHHVM is licensed under the PHP and Zend licenses except as otherwise noted.\n\nThe [Hack typechecker](hphp/hack) is licensed under the MIT [License](hphp/hack/LICENSE) except as otherwise noted.\n\nThe [Hack Standard Library](hphp/hsl) is licensed under the MIT [License](hphp/hsl/LICENSE) except as otherwise noted.\n\n## Reporting Crashes\n\nSee [Reporting Crashes](https://github.com/facebook/hhvm/wiki/Reporting-Crashes) for helpful tips on how to report crashes in an actionable manner.\n\n## Security\n\nFor information on reporting security vulnerabilities in HHVM, see [SECURITY.md](SECURITY.md).\n\n## FAQ\n\nOur [user FAQ](https://docs.hhvm.com/hhvm/FAQ/faq) has answers to many common questions about HHVM, from [general questions](https://docs.hhvm.com/hhvm/FAQ/faq#general) to questions geared towards those that want to [use](https://docs.hhvm.com/hhvm/FAQ/faq#users).\n\nThere is also a FAQ for [contributors](https://github.com/facebook/hhvm/wiki/FAQ#contributors) to HHVM.\n","funding_links":[],"categories":["C++","Configuration","C++ (70)","虚拟机 Virtual Machines","配置 Configuration","Hack","后端开发框架及项目","Compilers and Interpreters","虚拟机(Virtual Machines)","Scripting"],"sub_categories":["Virtual Machines","虚拟机 Virtual Machines and Compilers","管理面板","Serious Projects"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebook%2Fhhvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacebook%2Fhhvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebook%2Fhhvm/lists"}