#
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 63,560 public repositories matching this topic...
A curated list of amazingly awesome PHP libraries, resources and shiny things.
-
Updated
Sep 11, 2020
Guzzle, an extensible PHP HTTP client
-
Updated
Sep 25, 2020 - PHP
sample code for several design patterns in PHP 7.4
-
Updated
Sep 2, 2020 - PHP
A virtual machine for executing programs written in Hack.
-
Updated
Sep 26, 2020 - C++
sebastianbergmann
opened
Feb 13, 2020
The classic email sending library for PHP
-
Updated
Sep 21, 2020 - PHP
nodejs
javascript
vim
bash
docker
language
programming-language
kubernetes
redis
php
vuejs
django
database
frontend
backend
xcode
cheatsheet
feathersjs
sailsjs
cheatsheets
-
Updated
Sep 21, 2020 - JavaScript
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
theme
markdown
php
yaml
cms
content
website
twig
symfony
php7
backer
sponsors
doctrine
flat-file
website-builder
grav
content-management
website-generation
gitflow-extensions
gitflow-model
webroot
-
Updated
Sep 25, 2020 - PHP
acsfer
commented
Sep 24, 2020
The ability to set the language on the user creation form could be something useful on a multi user environment.
Pimorez
commented
Jul 15, 2019
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
Sep 25, 2020 - PHP
PHP Image Manipulation
-
Updated
Sep 4, 2020 - PHP
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
-
Updated
Sep 18, 2020 - PHP
A PHP library for generating universally unique identifiers (UUIDs).
-
Updated
Sep 16, 2020 - PHP
High performance, full-stack PHP framework delivered as a C extension.
php
framework
extension
phalcon
php-extension
psr-3
psr-7
psr-16
psr-4
psr-17
phalcon-framework
psr-13
phalcon-extension
phalo
ext-phalcon
-
Updated
Sep 23, 2020 - PHP
Klaasie
commented
Jun 22, 2020
- OctoberCMS Build: 466
- PHP Version: 7.2^
- Database Engine: MySQL MariaDB 10.3.23 (with strict set to true through database.php configuration)
Description:
For one of our plugins we're currently running into the error described below:
SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if th
Full PHP development environment for Docker.
docker
php
docker-compose
docker-container
docker-environment
docker-symfony
docker-images
php-docker
php-environment
docker-wordpress
php-container
docker-compose-template
php-docker-image
laradock
docker-laravel
laravel-docker
docker-nginx-php
docker-drupal
laravel-docker-compose
php-docker-images
-
Updated
Sep 25, 2020 - Dockerfile
-
Updated
Sep 25, 2020 - PHP
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
-
Updated
Aug 11, 2020 - PHP
A tool to automatically fix PHP Coding Standards issues
-
Updated
Sep 23, 2020 - PHP
-
Updated
Sep 15, 2020 - PHP
PHP Static Analysis Tool - discover bugs in your code without running it!
-
Updated
Sep 25, 2020 - HTML
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia

So if you happen to insert invalid version string when requiring package, it will still write it into
composer.jsonand nothing works after that. So for example;composer require phpunit/phpunit:"8.3.3 as ^8.3"My
composer.json:{ "require": { "phpunit/phpunit": "8.3.3 as ^8.3" } }Output of
composer diagnose: