diff --git a/README.md b/README.md index a59559f6e..38926d416 100644 --- a/README.md +++ b/README.md @@ -841,12 +841,13 @@ Libraries to help manage database schemas and migrations. * [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager. * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. -### Virtual Machines -*Alternative PHP virtual machines.* +### Virtual Machines and Compilers +*Alternative PHP virtual machines and compilers.* * [Hack](https://hacklang.org/) - A programming language for HHVM. * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook. * [PeachPie](https://github.com/peachpiecompiler/peachpie) - PHP compiler and runtime for .NET and .NET Core. +* [KPHP](https://github.com/VKCOM/kphp) - A compiler that translates PHP to C++ and runtime for C++. ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.*