Best of PHPMay 2024

  1. 1
    Article
    Avatar of lnLaravel News·2y

    A Look at What's Coming to PHP 8.4

    PHP 8.4 is scheduled to be released on November 21, 2024. It will introduce features such as PHP Property Hooks and a syntax update for member access during instantiation.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    FrankenPHP: the modern PHP app server

    FrankenPHP is a modern PHP app server written in Go and C, natively supported by Symfony, API Platform, and Laravel. It offers faster performance compared to FPM, and can run apps without requiring an external service.

  3. 3
    Article
    Avatar of lnLaravel News·2y

    Moonshine is an Open-source Admin Panel for Laravel

    Moonshine is an open-source admin panel for Laravel that offers rapid development, authorization, and CRUD functionality. It uses familiar tools like Blade, Livewire, and Alpine to make development more productive.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Unlocking the Power of Attributes in PHP

    Unlock the power of attributes in PHP with PHP 8, improving code readability, type-safety, reducing boilerplate code, and enhancing framework integrations. Discover the syntax, benefits, and practical applications of attributes in the context of the Laravel framework.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    Top 20 PHP 8.3 Exciting Features You Can’t Afford to Miss

    Learn about the top 20 features and improvements in PHP 8.3 that revolutionize web development and programming.

  6. 6
    Article
    Avatar of lnLaravel News·2y

    NativePHP Windows Builds are Here

    NativePHP now offers Windows support, allowing users to build applications for the Windows platform. The latest version of NativePHP can be obtained via Composer. This release also includes broader support for multiple versions of PHP, enabling full Laravel 11 support using PHP 8.2 or PHP 8.3.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    10 tools that every PHP developer should use

    Discover 10 essential tools for PHP developers that can streamline their workflow, enhance code quality, and improve productivity.

  8. 8
    Article
    Avatar of hnHacker News·2y

    PHP Doesn't Suck Anymore

    PHP has undergone significant changes since 2012 and has become a more efficient, readable, and maintainable language. With improvements in error handling, the introduction of attributes and enums, PHP is a robust and reliable choice for web development.

  9. 9
    Video
    Avatar of TechWithTimTech With Tim·2y

    What Backend Language is Right For You?

    This post discusses different backend languages including Java, Python, JavaScript, Ruby, PHP, C, Go, and Rust, highlighting their strengths and use cases.

  10. 10
    Article
    Avatar of lnLaravel News·2y

    Monitor Code Processing Time in PHP with Time Warden

    Time Warden is a lightweight PHP library that allows you to monitor the processing time of tasks and take actions based on defined execution time limits. It offers features such as monitoring critical tasks, reactive actions, execution time debugging output, and more. It is framework-agnostic and compatible with PHP 8.2+.

  11. 11
    Article
    Avatar of communityCommunity Picks·2y

    Optimizing PHP applications for performance — Mateus Guimarães

    Learn how to optimize PHP applications for better performance by enabling OPCache and tuning PHP-FPM settings.

  12. 12
    Article
    Avatar of phpdevPHP Dev·2y

    Information About PHP 8.4 Update

    PHP 8.4 brings notable features and improvements, including DOM HTML5 parsing, increased bcrypt cost for enhanced security, improvements in parsing large XML documents, multibyte trimming functions, property hooks, and an updated release cycle.

  13. 13
    Article
    Avatar of honeybadgerHoneybadger·2y

    Clean code with PHP namespaces

    Learn how to use namespaces in PHP to organize and encapsulate your code, prevent naming conflicts, and improve code maintainability.

  14. 14
    Article
    Avatar of wendelladrielW endell Adriel·2y

    Strategic Enums in PHP

    Learn how to use Enums in PHP to improve application design and architecture. Enums can represent the priority of a task and can be backed by a value for serialization purposes. Enum methods can be used to define behavior and handle complex issues.

  15. 15
    Article
    Avatar of communityCommunity Picks·2y

    Database management in a single PHP file

    Adminer is a full-featured database management tool written in PHP. It offers a tidier user interface, better support for MySQL features, higher performance, and more security compared to phpMyAdmin.

  16. 16
    Article
    Avatar of inPlainEngHQPython in Plain English·2y

    POS (Point of Sale) System in PHP with Free Source Code and UML Diagrams

    POS System in PHP with Free Source Code and UML Diagrams. This post provides information about a Point of Sale system in PHP, its features, and the availability of free source code and UML diagrams for download.