Best of PHPMarch 2023

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

    MySQL for Developers

    Freek Van der Herten's blog on PHP, Laravel and JavaScript for Developers Link 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.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Valet 4.0 is released

    Valet 4.0 has been released with significant changes to the internals for improved stability and ease of use. It introduces new features such as a status command, ngrok upgrades, and integrated Expose sharing. Upgrading from Valet 3 involves updating the composer requirement and running valet install. The .valetphprc files should be renamed to .valetrc with updated contents. Valet 4 requires PHP 8.0+ but allows for setting individual sites to use older versions. The release focuses on stability and lays the groundwork for future enhancements.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    Asynchronous PHP using ReactPHP

    Learn how asynchronous programming with ReactPHP can improve the performance, scalability, and responsiveness of PHP web applications while reducing costs.

  4. 4
    Article
    Avatar of octopusdeployOctopusDeploy·3y

    10 of our favorite actions for GitHub Actions

    GitHub Actions offers a variety of useful actions that can be integrated into your repository, such as test reporting, building and pushing Docker images, setting up PHP, versioning with GitTools, automatic releases, triggering actions from repository dispatch, previewing pull requests, generating coverage reports, and more.

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

    Avoiding one-liners in PHP

    Avoiding one-liners in PHP Link – localheinz.com 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 notifications for us when something's wrong.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    Replace Raw Query Calls With Laravel Query Expressions

    The Query Expressions package for Laravel replaces raw query calls with expressions. The package builds on new features introduced in Laravel 10 to solve that problem. If you'd like to learn more about this package, check out laravel-query-expressions on GitHub.