PHP
PHP is a popular general-purpose scripting language that's particularly suited for server-side web development. PHP runtime is generally executed by webpage content, and can be added to HTML and HTML5 webpages. PHP was originally developed in 1994 by Rasmus Lerdorf.
Here are 70,065 public repositories matching this topic...
A curated list of amazingly awesome PHP libraries, resources and shiny things.
-
Updated
Nov 26, 2020
Dependency Manager for PHP
-
Updated
Dec 4, 2020 - PHP
Guzzle, an extensible PHP HTTP client
-
Updated
Dec 3, 2020 - PHP
sample code for several design patterns in PHP 7.4
-
Updated
Nov 29, 2020 - PHP
A virtual machine for executing programs written in Hack.
-
Updated
Dec 8, 2020 - C++
-
Updated
Dec 8, 2020 - C++
The classic email sending library for PHP
-
Updated
Dec 4, 2020 - PHP
-
Updated
Dec 7, 2020 - JavaScript
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites, apps & the IoT and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
-
Updated
Dec 8, 2020 - PHP
Yii 2: The Fast, Secure and Professional PHP Framework
-
Updated
Dec 8, 2020 - PHP
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
-
Updated
Dec 8, 2020 - PHP
When creating or editing a relationship, we should group the relationship type list with the same tag as on the contact page (Love, Family, Other kind, ...), i.e. with an element.
Open software engineering platform and fun adventure game
-
Updated
Nov 19, 2020 - PHP
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
Abstraction for local and remote filesystems
-
Updated
Dec 2, 2020 - PHP
PHP Image Manipulation
-
Updated
Dec 7, 2020 - PHP
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
-
Updated
Dec 7, 2020 - PHP
A PHP library for generating universally unique identifiers (UUIDs).
-
Updated
Nov 30, 2020 - PHP
Wrong var type
In this line, The $config variable defined as an array but used as an object
High performance, full-stack PHP framework delivered as a C extension.
-
Updated
Dec 5, 2020 - PHP
Full PHP development environment for Docker.
-
Updated
Dec 7, 2020 - Dockerfile
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia



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