A curated list of amazingly awesome PHP libraries, resources and shiny things.
-
Updated
Jul 27, 2020
{{ message }}
A curated list of amazingly awesome PHP libraries, resources and shiny things.
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:
/**
* showSome text in this class is hardcoded, like "Expand All", "Collapse All", etc.
These strings should be translatable.
Edited by Khouloud
Steps to reproduce the issue
Collapse All, `ExFast 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
PHP微服务框架即Micro Service Framework For PHP
Develop desktop GUI applications using PHP, HTML5, JavaScript and SQLite
A PHP framework foucs on API fast development.接口,从简单开始!PhalApi简称π框架,一个轻量级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 学习资料和开源项目集
2017.9.1 五指cms 4.1.0正式版发布了!更多惊喜请下载安装。网站管理系统,网站内容管理系统,php5+mysql开发。
Fast and easy PHP framework
Create clean, simple but powerful web apps and APIs quickly
PHP微服务框架开发手册,即Micro Service Framework For PHP Develop Manual
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
Yii 2 中文翻译
An object-oriented multi process manager for PHP
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."
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.