A curated list of amazingly awesome PHP libraries, resources and shiny things.
-
Updated
Nov 26, 2020
{{ message }}
A curated list of amazingly awesome PHP libraries, resources and shiny things.
Yii 2: The Fast, Secure and Professional PHP Framework
the name and first name variables are not interpreted in the logs email
The varibles should be interpreted
Steps to reproduce the behavior:
PS => The SMTP param
Fast php framework written in c, built in php extension
The lightweight PHP database framework to accelerate development
PHP Framework for building scalable API's on top of Laravel 7
Develop desktop GUI applications using PHP, HTML5, JavaScript and SQLite
PHP微服务框架即Micro Service Framework For PHP
Your web application for managing personal data.
A high performance web framework and application server in PHP.
A Faster Lightweight Full-Stack PHP Framework
Koseven a Kohana fork compatible with PHP7
A lean framework stack for agile Web development based on Symfony and Vuetify
PHP Security Check List [ EN ]
PHP Rapid Application Development Framework
Laravel 学习资料和开源项目集
Create clean, simple but powerful web apps and APIs quickly
Fast and easy PHP framework
2017.9.1 五指cms 4.1.0正式版发布了!更多惊喜请下载安装。网站管理系统,网站内容管理系统,php5+mysql开发。
PHP微服务框架开发手册,即Micro Service Framework For PHP Develop Manual
Yii 2 中文翻译
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Add a description, image, and links to the php-framework topic page so that developers can more easily learn about it.
To associate your repository with the php-framework topic, visit your repo's landing page and select "manage topics."
Symfony version(s) affected: 4.4.16
Description
StringUtil::trim()is doingpreg_replace('/^[\pZ\p{Cc}]+|[\pZ\p{Cc}]+$/u', '', $string)to trim strings, however this regex is missing ZERO WIDTH SPACE (\xE2\x80\x8B) characters.How to reproduce
http://sandbox.onlinephpfunctions.com/code/5b72e8ff76c34a313c0f2799995f56e5993b6b60
Possible Solution
p{Cf}catch