-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpy.json
44 lines (44 loc) · 1.87 KB
/
phpy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"category": "Languages",
"deprecated": false,
"description": "This extension allows PHP to directly use Python modules and functions without RPC.\n Including Pytorch, transformer, numpy, tensorflow and other Python AI libraries, which can be used like calling\n PHP functions.",
"latestReleaseDate": "2024-09-06T03:29:19+00:00",
"latestVersion": "1.0.8",
"license": "Apache2.0",
"name": "phpy",
"php8Mentioned": false,
"releases": {
"1.0.8": {
"version": "1.0.8",
"state": "stable",
"license": "Apache2.0",
"releasedBy": "tianfenghan",
"releaseDate": "2024-09-06T03:29:19+00:00",
"releaseNotes": "- Added argument_as_object configuration item\n- Add Helper::printTraceback()\n- Support windows platform\n- Support Python class as parent class of PHP class",
"get": "https://pecl.php.net/get/phpy-1.0.8",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.0.6": {
"version": "1.0.6",
"state": "stable",
"license": "Apache2.0",
"releasedBy": "tianfenghan",
"releaseDate": "2024-08-20T08:22:54+00:00",
"releaseNotes": "- Added python-config PECL configure option",
"get": "https://pecl.php.net/get/phpy-1.0.6",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.0.5": {
"version": "1.0.5",
"state": "stable",
"license": "Apache2.0",
"releasedBy": "tianfenghan",
"releaseDate": "2024-08-20T07:44:39+00:00",
"releaseNotes": "version 1.0.5",
"get": "https://pecl.php.net/get/phpy-1.0.5",
"SPDX-License-Identifier": "Apache-2.0"
}
},
"summary": "A library for inter-calling Python and PHP",
"SPDX-License-Identifier": "Apache-2.0"
}