Download the PHP package rswork/wechat-demo without Composer

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

Silex Skeleton

这是一个进行简单封装了的silex框架,目的是让初始化项目更便捷,并且预先配置了一些调试工具和其它模块。

这个文档简述了如何使用 Silex Skeleton 进行开发。

创建一个 Silex 项目

Silex 使用 Composer 来创建一个新项目:

Composer 会创建一个新的 Silex 项目在 path/to/install 目录里。

访问 Demo 应用

恭喜!你现在已经准备好使用 Silex 了!

使用PHP内置的web服务器可以快速浏览 Silex 内置的 Demo 页面:

然后打开浏览器并访问 http://localhost:8888/demo

测试wechat

测试方式比较麻烦,首先需要修改配置文件里的wechat配置,然后放到微信可以使用的域名下做测试,访问: http://yourdomain.com/path/to/silex/wechat

Silex 入门

这个项目只是帮助你更快的初始化一个Silex应用,一个更好的学习Silex的方式是学习Silex官方文档。

里面包含了什么?


All versions of wechat-demo with dependencies

PHP Build Version
Package Version
Requires silex/silex Version ~1.2
symfony/twig-bridge Version ~2.6
symfony/validator Version ~2.6
symfony/config Version ~2.6
symfony/translation Version ~2.6
symfony/security Version ~2.6
swiftmailer/swiftmailer Version ~5.3
symfony/yaml Version ~2.6
doctrine/dbal Version ~2.5
jms/serializer-service-provider Version dev-develop
symfony/console Version ~2.6
rswork/combine-service-provider Version ~1.0
symfony/monolog-bridge Version ~2.6
monolog/monolog Version ~1.12
rswork/multi-wechat-service-provider Version 0.1.*
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 rswork/wechat-demo contains the following files

Loading the files please wait ...