phpy 1.0.8

A library for inter-calling Python and PHP


This extension allows PHP to directly use Python modules and functions without RPC.
Including Pytorch, transformer, numpy, tensorflow and other Python AI libraries, which can be used like calling
PHP functions.

License: Apache2.0

Changes

- Added argument_as_object configuration item
- Add Helper::printTraceback()
- Support windows platform
- Support Python class as parent class of PHP class