Home > Article > Backend Development > Does the mini program use php?
Mini program is a lightweight application based on the WeChat platform. It is developed by applying the mini program front-end specifications provided by WeChat and combining it with the application back-end developed by the enterprise itself.
The language used in mini program development is essentially JS CSS HTML5, but HTML tags cannot be used directly. WeChat provides a component library without DOM and APIs on other browsers; Network, Canvas, etc. are also Repackaged.
For WeChat mini programs, the front-end program is the only difference from website construction technology. Therefore, as long as you use JS CSS HTML5 to pass the front-end program and be able to write the front-end interface, then use PHP , or java, and asp.net programming languages are fully supported.
Generally, for enterprises, PHP programs are used to develop WeChat applets; those with higher technical requirements can be developed using Java programs.
What language is used to develop WeChat mini programs:
Mini programs are equivalent to using HTML5 CSS JavaScript and back-end PHP/Java/nodejs to develop
In fact, in the document, you can fill in your own website address in the request, then you should be able to get the data from your own server, so any data language on the back end can be used.
Recommended learning: PHP tutorial
The above is the detailed content of Does the mini program use php?. For more information, please follow other related articles on the PHP Chinese website!