Functional features
-
Concise, clear API
To save you the pain of remembering method names, we’ve made everything more semantic and concise. Compliant with the PSR-4 standard, you can integrate with your framework in a variety of convenient ways;
-
Clearer module division
You do not have to spend time to study wechat official documents, do not have to repeatedly debug the irregular API, we have done it for you.
-
Extensive documentation and examples
Starting with 3.0, we will provide clearer, more standardized, clearer documentation and examples.
-
Full feature support
Wechat pay, hardware access? Everything.
- If you want to develop your own PHP framework, what kind of knowledge do you need?
- Familiar with PHP: automatic loading, using Composer, JSON processing, Curl, etc.
- Read carefully and understand (not read, understand + finish)Official wechat document;
- Understand the composition of wechat interface, private server, wechat server, public number (and other numbers), test number, and communication principle (interaction process);
- Understand the basic HTTP protocol, Header, request mode (GET\POST\PUT\PATCH\DELETE), etc.
- Basic Debug skills, viewing PHP logs, nGINx logs, etc.
Tutorial document
- PHP > = 5.5.9
- McRypt expand
- Openssl development
- Fileinfo extension (required for the material management module)
Installation: easywechat.org/docs/instal…
Document tutorial: easywechat.org/docs/tutori…
Configuration: easywechat.org/docs/config…
No information