home.social

Search

1000 results for “php”

  1. Issues with PHP PIE this morning building a Docker image. Seems to be failing to auth against Github on one of the installs here "Could not authenticate against github.com”. Other extensions seem ok though 🤔

    #php #pie #zstd

  2. 2025, what a year for the #PHP community! 🎉
    30 years of @phpc , 25 years of #AFUP, 20 years of #Symfony, 10 years of @ApiPlatform – let’s celebrate together!
    🎂 Join @afup @SensioLabsOfficial
    @cooptilleuls & Symfony this year’s events for special talks, retrospectives, and more! 🫶

  3. (2) Il était une fois... les navigateurs - Noël MACÉ,Pierre TIBULLE - Forum PHP 2022 - YouTube
    youtube.com/watch?v=1lgTDmBA9T

    #php #afup #Php_Programming Language #forumphp

  4. „I deleted my source code“

    joppe.dev/2026/02/26/i-deleted

    „The classic development workflow we all know and loved, is disappearing fast. We will no longer care about the nitty gritty details of how the code works. We will only care that it does.“

    Experiment in #php that has unit tests, some spec markdown files plus skill files to fill the src folder on every push according to specs/tests.

    Old heads cry in #UML, model driven development and flow based whatever. Can't remember all the hyped methodologies. Thought visual driven development. Typed that into Google and found "visual reverse engineering" that uses legacy UIs to guess what a system does and recreates it in "not #COBOL" or "not #Delphi"!?

    Lots of "The Purpose of a System is What it Does" systems out there nowadays, I guess. What do old cyberneticists make of all of this? #posiwid

  5. PHP Hotline: Hilarious Hot Takes & Greenville Number! #shorts: See Andrew's amazing PHP Hot Takes hotline. This live number in Greenville gives a response on another reason to love or hate PHP. Don't call just yet; he doesn't want the demo to break before the presentation is finished. #PHP #hotline #Greenville #programming #demo #application youtube.com/shorts/zM8N2fS4YU0

  6. The biggest US-based PHP conference of the year is coming up in less than a month, and you don’t want to miss it!

    Join me at PHP Tek! I’ll be giving talks on OpenAPI and OAuth / OpenID.

    phptek.io

    #PHP #PHPTek #OpenAPI #OAuth #OpenID

  7. The biggest US-based PHP conference of the year is coming up in less than a month, and you don’t want to miss it!

    Join me at PHP Tek! I’ll be giving talks on OpenAPI and OAuth / OpenID.

    phptek.io

    #PHP #PHPTek #OpenAPI #OAuth #OpenID

  8. The biggest US-based PHP conference of the year is coming up in less than a month, and you don’t want to miss it!

    Join me at PHP Tek! I’ll be giving talks on OpenAPI and OAuth / OpenID.

    phptek.io

    #PHP #PHPTek #OpenAPI #OAuth #OpenID

  9. "Processing One Billion Rows in PHP" will be Florian Engelhardt's talk at phpday25.

    #phpday25 #PHP #performance #parallelprocessing

    --------
    phpday - 22nd edition
    The annual gathering for developers, professionals, and PHP enthusiasts.
    The conference is powered by @grusp
    📍Verona (Italy) | 📆 May 15-16, 2025
    Tickets bit.ly/41J6UP3

  10. I finally solved my Composer hanging/stuck issue 🚀
    Set up a local proxy server and routed downloads using PHP stream functions.

    Added real-time debugging with log files to trace where it was freezing.

    Result: smooth installs, zero guesswork 😌

    #PHP #composer #packagist #proxy

  11. I finally solved my Composer hanging/stuck issue 🚀
    Set up a local proxy server and routed downloads using PHP stream functions.

    Added real-time debugging with log files to trace where it was freezing.

    Result: smooth installs, zero guesswork 😌

    #PHP #composer #packagist #proxy

  12. I finally solved my Composer hanging/stuck issue 🚀
    Set up a local proxy server and routed downloads using PHP stream functions.

    Added real-time debugging with log files to trace where it was freezing.

    Result: smooth installs, zero guesswork 😌

    #PHP #composer #packagist #proxy

  13. I finally solved my Composer hanging/stuck issue 🚀
    Set up a local proxy server and routed downloads using PHP stream functions.

    Added real-time debugging with log files to trace where it was freezing.

    Result: smooth installs, zero guesswork 😌

    #PHP #composer #packagist #proxy

  14. The other night I made this little #PHP tool that validates #PHPDoc annotations against the actual method signature, to make sure that they are compatible and don't drift apart over time.

    I use it as a quick check before running #PHPStan to make sure that the static analysis is correctly informed. Published it on #Packagist in case anyone else would find it useful too: packagist.org/packages/nsrosen

  15. The other night I made this little #PHP tool that validates #PHPDoc annotations against the actual method signature, to make sure that they are compatible and don't drift apart over time.

    I use it as a quick check before running #PHPStan to make sure that the static analysis is correctly informed. Published it on #Packagist in case anyone else would find it useful too: packagist.org/packages/nsrosen

  16. The other night I made this little #PHP tool that validates #PHPDoc annotations against the actual method signature, to make sure that they are compatible and don't drift apart over time.

    I use it as a quick check before running #PHPStan to make sure that the static analysis is correctly informed. Published it on #Packagist in case anyone else would find it useful too: packagist.org/packages/nsrosen

  17. The other night I made this little #PHP tool that validates #PHPDoc annotations against the actual method signature, to make sure that they are compatible and don't drift apart over time.

    I use it as a quick check before running #PHPStan to make sure that the static analysis is correctly informed. Published it on #Packagist in case anyone else would find it useful too: packagist.org/packages/nsrosen

  18. How to use local packages in Composer: a guide for PHP developers

    When working on a PHP project, it’s common to rely on external libraries published on Packagist. Composer makes installing and managing these dependencies effortless. But what if you need to work with a dependency locally, outside Packagist?

    dev.to/robertobutti/how-to-use

    #php #packagist #composer #opensource

  19. How to use local packages in Composer: a guide for PHP developers

    When working on a PHP project, it’s common to rely on external libraries published on Packagist. Composer makes installing and managing these dependencies effortless. But what if you need to work with a dependency locally, outside Packagist?

    dev.to/robertobutti/how-to-use

    #php #packagist #composer #opensource

  20. How to use local packages in Composer: a guide for PHP developers

    When working on a PHP project, it’s common to rely on external libraries published on Packagist. Composer makes installing and managing these dependencies effortless. But what if you need to work with a dependency locally, outside Packagist?

    dev.to/robertobutti/how-to-use

    #php #packagist #composer #opensource

  21. How to use local packages in Composer: a guide for PHP developers

    When working on a PHP project, it’s common to rely on external libraries published on Packagist. Composer makes installing and managing these dependencies effortless. But what if you need to work with a dependency locally, outside Packagist?

    dev.to/robertobutti/how-to-use

    #php #packagist #composer #opensource

  22. Woot! Abivia Ledger for Laravel passes 25K downloads through Packagist!

    This makes it the most popular piece of open source code I've written, ever. Also apparently one of the most bug-free. Just 12 issues on GitHub in over three years, and most of those not related to bugs.

    My personal mission to help developers avoid building ill-conceived accounting logic into their applications continues!

    #PHP #Laravel #packagist #accounting

  23. Woot! Abivia Ledger for Laravel passes 25K downloads through Packagist!

    This makes it the most popular piece of open source code I've written, ever. Also apparently one of the most bug-free. Just 12 issues on GitHub in over three years, and most of those not related to bugs.

    My personal mission to help developers avoid building ill-conceived accounting logic into their applications continues!

  24. Woot! Abivia Ledger for Laravel passes 25K downloads through Packagist!

    This makes it the most popular piece of open source code I've written, ever. Also apparently one of the most bug-free. Just 12 issues on GitHub in over three years, and most of those not related to bugs.

    My personal mission to help developers avoid building ill-conceived accounting logic into their applications continues!

    #PHP #Laravel #packagist #accounting

  25. Woot! Abivia Ledger for Laravel passes 25K downloads through Packagist!

    This makes it the most popular piece of open source code I've written, ever. Also apparently one of the most bug-free. Just 12 issues on GitHub in over three years, and most of those not related to bugs.

    My personal mission to help developers avoid building ill-conceived accounting logic into their applications continues!

    #PHP #Laravel #packagist #accounting