php

  • Bookmarking to read later: "Processing One Billion Rows in #PHP" https://dev.to/realflowcontrol/processing-one-billion-rows-in-php-3eg0

  • enhance-wordpress-plugin ( enhance-dev/enhance-wordpress-plugin )

    WordPress plugin to serverside render enhance components in wordpress Created by enhance-dev on Mar 05, 2024.

  • A simple(ish) guide to verifying HTTP Message Signatures in #PHP via @Edent https://shkspr.mobi/blog/2024/02/a-simpleish-guide-to-verifying-http-message-signatures-in-php/

  • #PHP version stats: January, 2024 https://stitcher.io/blog/php-version-stats-january-2024 "There seems to be a slightly faster adoption of PHP 8.3 compared to PHP 8.2… Furthermore, the PHP 7.* share continues to shrink."

  • Proposal: Implement a #PHP autoloader in #WordPress Core https://make.wordpress.org/core/2024/02/01/proposal-implement-a-php-autoloader-in-wordpress-core/

  • openbrewerydb-php-api ( JoeyMckenzie/openbrewerydb-php-api )

    An Open Brewery DB API for PHP. Created by JoeyMckenzie on Jan 23, 2024.

  • Generating status badges using #PHP https://freek.dev/2652-generating-status-badges-using-php

  • the-og ( simonhamp/the-og )

    A pure PHP OpenGraph Image Generator Created by simonhamp on Dec 22, 2023.

  • (Un)official #PHP bindings for the Open Brewery DB API. https://github.com/JoeyMckenzie/openbrewerydb-php-api Open #Brewery DB provides a public dataset for breweries around the world, as well as offering an #API to retrieve data in various forms.

  • A list of #PHP tips and tricks from Damien Seguy. https://php-tips.readthedocs.io/en/latest/tipSection.html

  • A "pure" #PHP OpenGraph image generator. https://github.com/simonhamp/the-og

  • TIOBE Index for January 2024 "Compared to January 2023, #JavaScript climbed to 6th, #PHP to 7th, and C# remains 5th." #programming #coding https://www.tiobe.com/tiobe-index/

  • What is your favorite or useful #PHP function or “shorthand method” that you think isn’t talked about a lot and the average developer discovering it might find cool?

  • What's New In #PHP 8.4 https://www.amitmerchant.com/whats-new-in-php-84/

  • In-browser code playgrounds (running language runtimes in the browser) (including #PHP #JavaScript #Ruby and #python demos). https://antonz.org/in-browser-code-playgrounds/ via @antonz #code #webdev

  • "PHP Sadness" http://phpsadness.com "These are things in #PHP which make me sad. They are real, objective issues which I have personally encountered in my normal day-to-day activites."

  • ai-plugin ( humanmade/ai-plugin )

    An AI integration layer for WordPress Created by humanmade on Nov 13, 2023.

  • dompdf ( dompdf/dompdf )

    HTML to PDF converter for PHP Created by dompdf on Nov 12, 2012.

  • Working with decimals in #PHP apps https://www.dereuromark.de/2023/11/27/working-with-decimals-in-php-apps/

  • A curated list of #PHP YouTubers. https://github.com/php-youtubers/directory

  • php-tui: A framework for creating console applications in #PHP with pseudo graphical UI. https://github.com/php-tui/php-tui

  • "Human-readable regular expressions for #PHP" 🤔 https://github.com/gherkins/regexpbuilderphp #regex

  • Designing with #PHP 8.1 Enumerations https://dev.to/stefanofago73/designing-with-php-81-enumerations-33o8

  • Untitled post 58461

    I found this the most interesting result ("How do you usually debug #PHP code?") from the JetBrains Dev Survey. Var dump is king baby. https://www.jetbrains.com/lp/devecosystem-2023/php/#php_debug What's the other 2%? Consulting a magic 8 ball?

  • In reply to @davidbisset. To be clear, I said "foundation". So much growth over that newbie 20 years ago (when i started in ASP which is also gone) and it's been fun and challenging keeping up with the innovation on the web. But 20 years ago if you told me I would still be coding…

  • Thought by 2023 I'd be forced away from foundations of HTML #PHP #JavaScript #CSS (and #WordPress). A partial list of "hot and need to learn to survive" things over the past 20 years that didn't derail me: – Flash/ActionScript– ColdFusion– Ruby on Rails– (Countless JS "frameworks" that mostly don't exist today)– Go– JAMSTACK– React– AMP–…

  • What's new in #PHP 8.3 https://stitcher.io/blog/new-in-php-83

  • I know it was a few days ago but RIP #PHP 8.0.

  • Checking the type of a string in #PHP https://www.amitmerchant.com/checking-type-of-the-string-in-php/

  • #Developers: Sqids (pronounced "squids") is an #opensource lib that lets you generate YouTube-looking short (and collision free) IDs from numbers. https://sqids.org/ Example:https://example.com/lkNJOq #PHP #Dart #JavaScript #Python