Package Information |
Summary |
A library for inter-calling Python and PHP |
Maintainers |
Han Tianfeng <
rango at swoole dot com >
(lead)
[details]
|
License |
Apache2.0 |
Description |
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. |
Homepage |
https://github.com/swoole/phpy
|
Release notes
Version 1.0.8
(stable)
|
- Added argument_as_object configuration item - Add Helper::printTraceback() - Support windows platform - Support Python class as parent class of PHP class |