alquerci / php2py

Convert PHP code to Python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php2py

Convert PHP code to Python code.

Requirements

PHP 5.3.3 or above (at least 5.3.4 recommended to avoid potential bugs)

Contributing

Fork the project, create a feature branch, and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony.

If you would like to help take a look at the list of issues.

Contributors

See the list of contributors who participated in this project.

License

This library is licensed under the MIT License - see the LICENSE file for details

Running Tests

You can run the unit tests with the following command:

php composer.phar install --dev
phpunit

About

Convert PHP code to Python code

License:MIT License


Languages

Language:PHP 80.5%Language:Python 19.5%