Download the PHP package shipfi/wechat without Composer

On this page you can find all versions of the php package shipfi/wechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wechat

Wechat

English

可能是目前最优雅的微信公众平台 SDK 了。Laravel 5 拓展包: overtrue/laravel-wechat

3.0 开发中,目前大部分模块已经完成,希望您能帮忙测试为谢!3.0

SDK QQ群:319502940

微信开发者交流群:9179779 (这不是微信群,是名称叫“微信开发者交流群” 的QQ群,微信上聊技术?你逗我?)

Build Status Latest Stable Version Latest Unstable Version Build Status Scrutinizer Code Quality Total Downloads License

网上充斥着各种微信 SDK,但是找了一圈,发现没有一个想用,因为没有满足本项目存在后的各种优点:

安装

环境要求:PHP >= 5.3.0

  1. 使用 composer

  2. 手动安装

    下载 2.1版zip包 或者下载指定版本:https://github.com/overtrue/wechat/releases

    然后引入根目录的autoload.php即可:

  3. 确认你没装 laravel-debugbar!!!!

使用

基本使用(以服务端为例):

更多请参考文档。

:mega: 现在我们已经把用 2.0 API 写的一个基本例子开源了:微易

文档

Wiki

强烈建议看懂微信文档后再来使用本 SDK。

Features

贡献代码

非常欢迎大家贡献代码共同完善本项目,烦请遵循 PSR标准 谢谢!

License

MIT


All versions of wechat with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
ext-openssl Version *
pimple/pimple Version ~3.0
monolog/monolog Version ^1.17
overtrue/socialite Version >=1.0.25
doctrine/cache Version ~1.4
guzzlehttp/guzzle Version ~6.2
symfony/http-foundation Version ~2.6|~2.7|~2.8|~3.0
symfony/psr-http-message-bridge Version ~0.3|^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shipfi/wechat contains the following files

Loading the files please wait ....