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 48,845 public repositories matching this topic...
So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and 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:
$ composer diagnose
Guzzle, an extensible PHP HTTP client
-
Updated
Sep 23, 2020 - PHP
sample code for several design patterns in PHP 7.4
-
Updated
Sep 2, 2020 - PHP
The classic email sending library for PHP
-
Updated
Sep 21, 2020 - PHP
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
Sep 24, 2020 - PHP
According to http://manual.phpdoc.org/HTMLframesConverter/default/
@propertyshows a "magic" property variable that is found inside the class.The property is presumed to be available for both read and write operations. If the property is read-only, you should use the
@property-readtag instead. If the property is write-only, use@property-write.
Example:
/**
* showModern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
-
Updated
Sep 23, 2020 - PHP
I propose to change the font size and bold in "Start typing to search" for the text string:
Proposal for a change:
App:
Nextcloud 20.0.0 beta4
Open software engineering platform and fun adventure game
-
Updated
Sep 18, 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
Sep 17, 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.
-
Updated
Sep 23, 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.
- 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
-
Updated
Sep 24, 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
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia





Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.