# PHPython **Repository Path**: bullsoft/PHPython ## Basic Information - **Project Name**: PHPython - **Description**: PHPython: An extension to eval python3 codes in PHP - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 4 - **Created**: 2017-05-26 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: utils **Tags**: None ## README # PHPPython An extension to eval python codes in PHP ## Requirements - pybind11 V2.1.1 - PHP-CPP-LEGACY V1.5.7 - PHP 5 - Python 3 - C++ 11 ## Example ### PHP Call Python Function ![PHP Call Python Function](https://raw.githubusercontent.com/bullsoft/PHPPython/master/examples/php_call_python_func.png) ### Python Call PHP Function ![Python Call PHP Function](https://raw.githubusercontent.com/bullsoft/PHPPython/master/examples/python_call_php_func.png)