Best of PHPJuly 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers

    This is a list of Free Software network services and web applications which can be hosted on your own server(s) Non-Free software is listed on the non-Free page. Awesome-Selfhosted is the practice of hosting and managing applications on your OWN server.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    What's new in PHP 8.2

    PHP 8.2 will be released on November 24, 2022. In this post, we'll go through all features, performance improvements, changes and deprecations one by one. null and false can be used as standalone types. Dynamic properties are deprecate in PHP 8. 2, and throw an ErrorException in PHP 9.0.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    The PHP Handbook – Learn PHP for Beginners

    PHP is a programming language that many devs use to create Web Applications. It was first created in 1994 by Rasmus Lerdorf to build his personal website. It became popular later on, in 1997/8, and exploded in the 2000s when PHP 4 landed.

  4. 4
    Article
    Avatar of medium_jsMedium·4y

    PhpStorm Plugins You Should Know

    Php Inspections is an open-source Code Review and Static Code Analysis tool for PHP (aka inspections in JetBrains IDEs) It’s a must-have add-on to PhpStorm to ensure high-quality coding.Database Navigator is a database development, scripting and navigation tool.

  5. 5
    Article
    Avatar of devtoDEV·4y

    PhpStorm Plugins You Should Know

    JetBrains marketplace offers a lot of useful plugins that aim at increasing our productivity and comfort of work. I decided to test some of them and here is my choice of tools that really make a difference. Php Inspections is an open-source Code Review and Static Code Analysis tool for PHP.

  6. 6
    Article
    Avatar of stitcherstitcher.io·4y

    PHP performance across versions

    I did some casual benchmarks on a WordPress installation from PHP 5.6 tot PHP 8.1, here are the results. Noticed a tpyo? You can submit a PR to fix it. If you want to stay up to date about what's happening on this blog, follow me on Twitter or subscribe to my newsletter.

  7. 7
    Article
    Avatar of tshThe Software House·4y

    PHP code refactoring – practical tips with code examples

    The most important step is to create a viable refactoring process for your specific application. Refactoring efforts should be performed concurrently with producing business knowledge. Use the one-step-at-a-time approach to improve the code by making small changes. Consider the importance of business from a technical perspective. The probability of breaking the entire system and breaking it in half is low.

  8. 8
    Article
    Avatar of hackernoonHacker Noon·4y

    Object Validator for PHP 8

    I present to you my general solution using the strengths of PHP 8. Clean, concise, and easy to use. It consists of the following features:Lots of validationsSupports also nested object validation.Works with private properties and methods.Memory and time profiling.Custom property and method names for the exceptions.