#
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 65,355 public repositories matching this topic...
A curated list of amazingly awesome PHP libraries, resources and shiny things.
-
Updated
Jul 16, 2020
The Symfony PHP framework
-
Updated
Jul 17, 2020 - PHP
Dependency Manager for PHP
-
Updated
Jul 17, 2020 - PHP
sample code for several design patterns in PHP 7.4
-
Updated
Jul 12, 2020 - PHP
A virtual machine for executing programs written in Hack.
-
Updated
Jul 17, 2020 - C++
-
Updated
Jul 17, 2020 - C++
The classic email sending library for PHP
-
Updated
Jul 15, 2020 - PHP
neoacevedo
commented
Apr 23, 2020
Additional info
| Q | A |
|---|---|
| Yii version | 2.0.34 |
| PHP version | 7.4.5 |
| Operating system | N/A |
I'm following this guide to convert scss files to css files.
In the css array from my AppAsset I have to add scss/myFile.scss to yii r
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
Jul 17, 2020 - PHP
nodejs
javascript
vim
bash
docker
language
programming-language
kubernetes
redis
php
vuejs
django
database
frontend
backend
xcode
cheatsheet
feathersjs
sailsjs
cheatsheets
-
Updated
Jul 13, 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
Jul 17, 2020 - PHP
Open software engineering platform and fun adventure game
-
Updated
Jul 15, 2020 - PHP
-
Updated
Jul 16, 2020 - PHP
Abstraction for local and remote filesystems
-
Updated
Jul 14, 2020 - PHP
javascript
open-source
php
enterprise
design
opensource
cloud
ux
nextcloud
owncloud
decentralized
sharing
file-sharing
collaboration
distributed
free-software
usability
self-hosting
federation
federated
-
Updated
Jul 17, 2020 - PHP
PHP Image Manipulation
-
Updated
Jul 14, 2020 - PHP
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
-
Updated
Jul 8, 2020 - PHP
A PHP library for generating universally unique identifiers (UUIDs).
-
Updated
Jul 10, 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
Jul 16, 2020 - PHP
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia


Description
Sending empty files in a multipart POST form is a proper use case due to web browsers supporting it.
I worked on a API layer using guzzle that had to work with an existing legacy codebase and trigger some actions (a proxy of some sort). There was a case where files had to be sent with empty content and would not work if you would omit them.
Example
_Currently no implem