https://github.com/widuu/wechat
Use the Zephir Development Wechat
https://github.com/widuu/wechat
Last synced: about 1 year ago
JSON representation
Use the Zephir Development Wechat
- Host: GitHub
- URL: https://github.com/widuu/wechat
- Owner: widuu
- License: apache-2.0
- Created: 2015-05-05T06:47:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T16:02:32.000Z (almost 10 years ago)
- Last Synced: 2025-04-09T19:17:44.299Z (about 1 year ago)
- Language: C
- Size: 26 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 微信集合框架
###简介
---
使用 Zephir 开发的微信集合框架,能够轻松的集成到你的 PHP 中。经过了简单的测试。
当然还有很多功能没有完善和实现,以及文档的欠缺,我会抽取时间一点一点的完善。
##安装
###Linux
>安装环境依赖
#Ubuntu
sudo apt-get install php5-dev php5-mysql gcc libpcre3-dev
#Fedora
sudo yum install php-devel php-mysqlnd gcc libtool
#RHEL
sudo yum install php-devel php-mysql gcc libtool
#Suse
yast2 -i php5-pear php5-devel php5-mysql gcc
>安装
git clone https://git.coding.net/widuu/wechat.git
cd wechat/ext && ./install
###Windows
>现在直编译了php5.6和php5.5版本,可以点击下边的地址下载。
DLL List
PHP 5.6
5.6 Non Thread Safe (NTS) x86
5.6 Thread Safe (TS) x86
5.6 Non Thread Safe (NTS) x64
5.6 Thread Safe (TS) x64
PHP 5.5
5.5 Non Thread Safe (NTS) x86
5.5 Thread Safe (TS) x86
5.5 Non Thread Safe (NTS) x64
5.5 Thread Safe (TS) x64
## Contributing
1. 登录 或
2. 仓库地址分布:
1. Coding仓库:
1. github仓库:
3. 创建您的特性分支 (`git checkout -b my-new-feature`)
4. 提交您的改动 (`git commit -am 'Added some feature'`)
5. 将您的改动记录提交到远程 git 仓库 (`git push origin my-new-feature`)
6. 然后到 coding 网站的该 git 远程仓库的 `my-new-feature` 分支下发起 Pull Request
###联系方式
Email : admin#widuu.com <#换成@>
Blog :[http://www.widuu.com](http://www.widuu.com)
WeiBo :[http://weibo.com/widuu](http://weibo.com/widuu)