So, it turns out the nix configuration I was using doesn't play well with pkgs.php.buildEnv. While this method allows me to add extensions from nixpkgs, the bundled pecl and pear are hardcoded to the PHP without the extensions in the nix store.
Is anyone out here involved in the nix + PHP ecosystem? I have... questions. :)
https://phpc.social/@beausimensen/114948176280140467
Over the last several months I got called out I was “over-engineering” components of our new web app. Told I’m doing to much to modulate the functionality. Fast forward to this week people are shocked that I am getting changes out and tweaks within a half hour of being asked. All that initial “over engineering” has allowed me to make very tweakable methods that only need parameter changes for drastic updates. I feel very validated
Библиотека для администрирования 1С через RAS/RAC на PHP — RacWorker
Доброго времени суток, меня зовут Тимур. Я являюсь разработчиком на 1С платформе и так получилось что я разбираюсь в Web технологиях, моим любимым языком является PHP, и я подумал почему бы не сделать программное средство для администрирования 1С через web. Администрировать 1С сервер можно через командную строку при помощи компоненты RAC которая предоставляет только терминальный интерфейс, что немного не удобно. О компоненте я задумался чтобы самому администрировать 1С немного удобнее, а через Web интерфейс было вообще идеально. И вот что получилось...
https://habr.com/ru/articles/932918/
#1c #php #laravel #symfony #администрирование_1с #1с_сервер #1с_служба
I have an amazing news to share 🤩
@digitalocean joined Flow #PHP Sponsors 🥰 This will let us roll out self hosted analytics and finally get rid of cookie banner and gain more control over our data ❤️
Not on Digital Ocean yet?
Use our referral link: https://m.do.co/c/0313c3031eb9
Constant PHP alerts can slow development and allow critical issues to go unnoticed. By combining ZendHQ with OpenTelemetry, you can curate alerts to highlight the most important issues.
@mwop shares the details on the latest Zend blog >> https://ter.li/rj6nf3

I once wrote some PHP code that looked like this:
// 🎶 I put my thang down, flip it, and reverse it
return array_flip(array_intersect(array_flip($allTests), $chosenTestKeys));
A few months later, I came back to this code, and noticed my comment had been changed.
// I put my thing down, flip it, and reverse it
I looked at git blame to see who had mangled my comment. His git commit message was "Fix intermittent failing test", as if my comment somehow had something to do with an intermittently failing test.
This was eight years ago. I never got a chance to change my comment back. To this day, I can't hear a song by Missy Elliott and not be annoyed at the other dev who messed up my comment.
#MissyElliott #Programming #PHPDevelopment #PHP
☀️ Summer break? Perfect time to sharpen your #Symfony and #PHP skills 💻
Take of free monthly quiz: 20 questions to challenge your knowledge on SensioLabs University Platform — built by the creator of Symfony.
Ready to test yourself?👉 https://bit.ly/4nshnZd

☀️ Summer break? Perfect time to sharpen your #Symfony and #PHP skills 💻
Take of free monthly quiz: 20 questions to challenge your knowledge on SensioLabs University Platform — built by the creator of Symfony.
Ready to test yourself?👉 https://bit.ly/43P0LSt

Time to get funky:
final class GoUri implements UriInterface
{
private FFI $ffi;
private RawHandle $handle;
public function __construct(string $uri)
{
$this->ffi = FFI::cdef(
file_get_contents(__DIR__ . '/../../uri.h'),
__DIR__ . '/../../uri.so',
);
$this->handle = new RawHandle($this->ffi->NewUri($uri));
...
I recently found an option in GitHub to get notified when a release is published in a repo I'm watching, without having to get all the other notifications. Very handy when you are waiting for a bug fix to get merged. #php #lravel https://masteringlaravel.io/daily/2025-07-31-how-to-get-notified-when-a-github-release-is-published
I am seeking speakers for my @phpugffm & @phpugmrn meetups. We prefer in-person presentations in Frankfurt or the Mannheim area, but remote talks are also an option.
If you have anything interesting to share with us, let us know. We'd be more than happy to have you! Thx!
#php #phpc #phpugffm #phpugmrn