This commit is contained in:
Danil Ovchinnikov 2024-04-27 13:28:33 +02:00 committed by GitHub
commit 926e9270e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -853,12 +853,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.*