Download the PHP package orinoco/wechat-bundle without Composer

On this page you can find all versions of the php package orinoco/wechat-bundle. 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-bundle

WechatBundle

This Symfony bundle provides integration support with the latest EasyWeChat library.

这个 Symfony bunble 模块用于把 EasyWeChat 库集成进你的项目。

Why use this bundle / 使用这个 bundle 的好处

You don't need to construct the EasyWeChat API objects explicitly in your code, just inject the service object where you need it and call it.

你不需要写代码 “new” 那些 EasyWeChat 提供的类,而是直接在需要的地方注入,然后直接使用就行了。

Usage / 用法

Once the bundle been successfully loaded into your Symfony application, the following service instances would be ready to use:

在 Bundle 成功加载到你的 Symfony 应用程序之后,以下的5个服务对象就可以使用了:

For example:

例如:

Config / 配置

Production / 成产环境

You need to set "sandbox" to false and optionally disable the logging when deploy your application to the production environment.

当部署到生产环境的时候,需要把 "sandbox" 设置为 false,并且可以关闭日志文件。

Reference / 参考

Please refer to the EasyWeChat documentation for more details.

具体的用法请参考 EasyWeChat 的文档

https://www.easywechat.com/docs/master


All versions of wechat-bundle with dependencies

PHP Build Version
Package Version
Requires overtrue/wechat Version ^4.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 orinoco/wechat-bundle contains the following files

Loading the files please wait ....