An open API service indexing awesome lists of open source software.

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

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)