home.social

Search

1000 results for “php”

  1. Fast Atomic Flow: PHP 8.4, Swoole, NATS, Go и Закон Табуна Как переезд в деревню, рефакторинг жизни и парное программирование с...

    #php #swoole #nats #go #highload #websocket #semaphores #async #open #source #kbl

    Origin | Interest | Match
  2. Пакет управления доступом на основе ролей (RBAC) для PHP

    Потребовалось мне сделать свою реализацию проверки прав для PHP. В итоге эта разработка стала отдельным пакетом . Возможно кому-то пригодится. В статье рассказываю как это работает.

    habr.com/ru/articles/963246/

    #php #rbac #разрешения #webразработка

  3. @phpmacher Meine #Pinion Schaltung wurde schon derart oft fälschlicherweise als Motor angesehen dass ich nach wenigen Monaten diesen Aufkleber aufs Rad geklebt habe:

  4. @asgrim I've just checked back and this now works, any idea what could have been the problem here? #php #pie #zstd

  5. 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

  6. 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! 🫶

  7. (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

  8. „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

  9. 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

  10. 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

  11. 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

  12. 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

  13. "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

  14. 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

  15. 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

  16. 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

  17. 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

  18. 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

  19. 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

  20. 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

  21. 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

  22. 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

  23. 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

  24. 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

  25. 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