php

  • #PHP 8.2 Features and Changes: freek.dev/2382-introduci… Also a nice post and video from @brendt_gd: stitcher.io/blog/new-in-ph…

  • Happy #PHP 8.2.0 day to those who celebrate. https://php.net/releases/8.2/

  • #PHP type declarations: A guide for beginners https://www.amitmerchant.com/php-type-declarations/

  • In the spirit of #FollowFriday (which might be fun to do for a while over here on Mastodon): What are your (up to 5) #PHP #Laravel #WordPress folks to follow? Mine (at random): @joost @courtneyr_dev @wpwatercooler @skc @david

  • A classic: "If #PHP Were British" (from https://mastodon.me.uk/@davechild) https://aloneonahill.com/blog/if-php-were-british/

  • Yikes. This page on the #WordPress site… wordpress.org/support/update… …mentions @wpengine #PHP Compatibility Checker… which hasn’t been updated in a while… and only checks PHP up to 7.3. wordpress.org/plugins/php-co… What’s the next similar non-tech client easy plugin to test? 🤔

  • PHP Counter-Strike: Football 🏉 Competitive multiplayer football game written in #PHP? https://github.com/solcloud/Counter-Strike

  • A #PHP developer’s guide to getting started with #WordPress block development https://developer.wordpress.org/news/2022/11/29/a-php-developers-guide-to-getting-started-with-block-development/

  • Goodbye to #PHP 7.x. I remember when getting into the “7.x” meant big “auto upgrade in performance” from PHP 5.x. They grow up so fast. php.net/supported-vers…

  • A collection of Clock implementations in #PHP. https://github.com/beste/clock

  • A collection of Clock implementations in #PHP. github.com/beste/clock

  • Interesting: Leaf is a simple and powerful #PHP micro-framework for web apps and APIs. github.com/leafsphp/leaf

  • The difference between Traits, Interfaces, and Abstract Classes in #PHP (via @aschmelyun) aschmelyun.com/blog/the-diffe…

  • A library for working w/ Git repository in #PHP. github.com/czproject/git-…

  • Serde is a fast, flexible, powerful, and easy to use serialization and deserialization library for #PHP supporting a number of standard formats. github.com/Crell/Serde More from @Crell: peakd.com/hive-168588/@c…

  • Production-ready Docker images for #PHP. Optimized for Laravel, WordPress, and more: github.com/serversideup/d…

  • 1995 was a crazy year for programming langauges. Java, mySQL, Javascript, #PHP and Ruby all debuted in 1995. pldb.com/posts/language…

  • A simple clamp() function in #PHP (via @amit_merchant) amitmerchant.com/a-simple-clamp…

  • Running #WordPress in the Browser (With #PHP and SQLite Compiled to WebAssembly) wasmlabs.dev/articles/wordp…

  • @masek_jackie Well, depends on text. WordPress is really #nocode if you’re talking about the blocks, editor (outside of maybe custom CSS). If i’m coding a WP site i’m using #PHP, JS (in some form), and other programming languages. It’s real coding, but at that point ignore the gatekeepers.

  • Deprecated dynamic properties in #PHP 8.2 stitcher.io/blog/deprecate…

  • The evolution of a #PHP object throughout the years. stitcher.io/blog/evolution…

  • Proposal: WP_HTML_Walker: A #PHP class to Inject dynamic data to block HTML markup in #WordPress. (via @adamzielin) github.com/WordPress/gute…

  • “Why I Love Still #PHP and #Javascript After 20+ years” (you can imagine Hacker News is having a field day with this one). the.scapegoat.dev/why-i-love-php… (via @mnmlmnl)

  • RT @post_status: Tomorrow: How to fix bugs in PHP faster with the Ray debugger — with Maciek Palmowski #php linkedin.com/video/event/ur…

  • #PHP performance across versions 5.6 to 8.1. youtube.com/watch?v=0KCSrh…

  • Constructor property promotion in #PHP 8 dev.to/mindsers/const…

  • #PHP Htaccess Parser: small library that can parse (or tokenize) an apache .htaccess file. github.com/tivie/php-htac…

  • What’s new in #PHP 8.2 (to be released Nov 24). Covers enhancements, changes, performance improvements. stitcher.io/blog/new-in-ph…

  • Library allows using #PHP Attributes (introduced in PHP version 8) to automagically add WordPress Hooks (Filters and Actions) to objects’ methods. github.com/PiotrPress/wor…