A curated list of amazingly awesome PHP libraries, resources and shiny things.
-
Updated
Jul 16, 2020
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.
A curated list of amazingly awesome PHP libraries, resources and shiny things.
The external documentation of this project is unavailable.
The site doesn't load.
Steps to reproduce the behavior (include code examples, if applicable):
Documentation is displayed.
PHP Static Analysis Tool - discover bugs in your code without running it!
PPM is a process manager, supercharger and load balancer for modern PHP applications.
High-performance PHP application server, load-balancer and process manager written in Golang
A modern Docker LAMP stack and MEAN stack for local development
A school management Software
Hprose is a cross-language RPC. This project is Hprose 2.0 for PHP
Is your feature request related to a problem? Please describe.
When using a proxy in front of the Daemon, the port defined in the Node setting for daemon has to be exposed on the Daemon´s server as the Panel will try to reach the Daemon on the defined port. When set to the proxied port (eg: 443) then the proxy will able to forward the frontend to the backend but as soon as you auto-deploy the
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
Prettier PHP Plugin
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
High-level cryptography interface powered by libsodium
High-performance PHP-to-Golang IPC bridge
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Created by Rasmus Lerdorf
Released June 8, 1995
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the
hashmethod would actually hash the files (in a fast not-so-secure way as it is not the point.)I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes