max-yterb/Lighthouse at hackernoon.com
A minimal, predictable PHP micro-framework for building modern web applications
A minimal, predictable PHP micro-framework for building modern web applications
PHP 8.5 will be released on November 20, 2025. It'll include the pipe operator, clone with, a new URI parser, and more.
Tips on how to configure multiple PHP versions on Fedora Linux
Configuration wizard for installing different PHP versions on Fedora Linux.
This is a single PHP file - and an .htaccess file - which acts as an extremely basic ActivityPub server.
An object oriented PHP driver for FFMpeg binary.
I replicated wordpress.org’s code reference system for my own project.
I find myself liking a functional mindset more and more. It's just simpler. I find it comfortable to split data and functionality, to keep my code as flat as possible. I'm still using classes and objects and their internal state, but overall these objects are looking more and more like functions: data goes in, data comes out. That's it.
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
There may be times when you're building a long-running script in PHP and you want to notify the user when the script has finished running. This could be to let them know that the script has finished successfully or to let them know that there was an error.