Best of PHPSeptember 2022

  1. 1
    Article
    Avatar of faunFaun·4y

    PHP Coding standard tools and configuration

    PHP Mess Detector (PHPMD) makes sure that your code follows the SOLID principles, adheres to the naming conventions, and checks for unused code. PSALM Psalm is also a static analysis tool like PHPSTAN but PASLM attempts to dig into your program and find many more issues.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    CodeSkill - Testing essential coding skills is a breeze with CodeSkill

    CodeSkill CodeSkill makes it easy to test essential programming skills of a developer. It fits very well into hiring processes as a live coding tool.

  3. 3
    Article
    Avatar of freekFREEK.DEV·4y

    The Forty-Year Programmer

    The Forty-Year Programmer Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong.

  4. 4
    Article
    Avatar of dzDZone·4y

    An In-Depth Guide to PHP 8.1: Enums

    PHP 8.1 allows us to set a defined number of possible values for an array. Join the DZone community and get the full member experience. Join For Free Enums or enumerations are a new feature introduced inPH8.1.

  5. 5
    Article
    Avatar of lnLaravel News·4y

    From idea, to blog, to live without leaving your IDE

    Statamic is a fantastic content management package you can add to your Laravel applications. In this tutorial, I will show you how to start with a new Statamic website and take this from an idea for a blog to deploying this as a static site to Digital Ocean using infrastructure as code.

  6. 6
    Article
    Avatar of lnLaravel News·4y

    Laravel 9.30 Released

    The Laravel team released 9.29 and 9.30 with a read-only filesystem option, a scoped filesystem driver, the ability to discard model changes, and more. Read-only config option Frank de Jonge contributed to configuring a disk to operate in read- only mode. This ensures no write operations are Add force option to all make commands (#44100)