Home > Article > WeChat Applet > Share 3 open source frameworks for WeChat development
The following is an introduction to three development frameworks based on PHP used in WeChat development projects. I believe they will be helpful to your development work.
WeChat (English name: wechat) is a free application launched by Tencent on January 21, 2011 to provide instant messaging services for smart terminals. WeChat supports cross-communication operators and cross-operating system platforms. The network can quickly send free (a small amount of network traffic is required) voice messages, videos, pictures and texts. At the same time, you can also use the data and location-based social plug-ins "Shake", "Drift Bottle", " "Moments", "Public Platform", "Voice Notepad" and other service plug-ins.
WeChat provides public platform, friend circle, message push and other functions. Users can use "Shake", "Searchnumber", "Nearby People", and scan the QR code Add friends and follow public platforms, while WeChat shares content with friends and the exciting content users see to WeChat Moments.
As of November 2013, the number of registered users has exceeded 600 million, making it the mobile instant messaging software with the largest user group in Asia. Based on such a large user group, marketing for the WeChat public platform has also followed, and the secondary development of the public platform has become more and more popular. Today we will discuss in detail several WeChat open source frameworks that are worth recommending.
1. Wechat-PHP-SDK
WeChat public platform PHP development kit details various interface operations and supports chain calls.
Github hosting address: dodgepudding/wechat-php-sdk
2. WeChat public platform PHP SDK
Simple WeChat public platform PHP SDK, by calling the corresponding The interface allows you to easily develop WeChat App.
Github hosting address: netputer/wechat-php-sdk
3. Wechat-php
This WeChat SDK implements the official API of passive response Already proactively send messages to subscribed users, proactively send messages in batches to subscribed users.
Github hosting address: ligboy/Wechat-php
The very powerful WeChat public platform development framework recommendation has a wealth of plug-ins provided by official and third-party developers. It is a free and mature framework. , for more information, click here:
[Related recommendations]
1. Special recommendation:"php "Programmer Toolbox" V0.1 version download
2. WeChat public account platform source code download
3. WeChat Network King v3.4.5 Advanced commercial version WeChat Rubik's Cube source code
The above is the detailed content of Share 3 open source frameworks for WeChat development. For more information, please follow other related articles on the PHP Chinese website!