forked from swoole/phpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
中文文档 | ||
==== | ||
|
||
- [简易教程](php/tutorial.md) | ||
- [开发路径](roadmap.md) | ||
|
||
PHP 扩展 | ||
---- | ||
* [编译安装](php/build.md) | ||
* [语言核心](php/core.md) | ||
* [内置类型](php/object.md) | ||
* [整型数字](php/int.md) | ||
* [回调函数](php/fn.md) | ||
* [性能测试](benchmark.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# 工作方向 | ||
**phpy 是一个年轻的开源项目,有大量的工作需要热心的开源工作者去做,下面是贡献的几个方向,期待与您一起并肩工作。** | ||
|
||
1. 在 `PyCore` 增加更多的内置函数支持 | ||
|
||
## 开发 | ||
1. 在 `PyCore` 模块中增加更多功能函数支持 | ||
2. 增加更多 `PyObject` 的子类,更精细的类型 | ||
3. 子类增加更多的特殊方法 | ||
|
||
## 测试 | ||
- 增加 `PHPUnit` 单元测试,提高覆盖率 | ||
- 增加 `pytest` 单元测试 | ||
|
||
## 文档 | ||
- 完善 PHP 文档 | ||
- 完善 Python 文档 | ||
- 编写英文文档 | ||
|
||
## 实例 | ||
- 增加更多例子程序 | ||
|
||
## 工具 | ||
- 自动生成 Python 模块类库,`tools/gen-lib.php` | ||
- 自动生成 PHP 类库 | ||
|
||
|
||
|
||
|