php

Back Open Paginator
31.07.2025 22:51
beausimensen (@beausimensen@phpc.social)

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. :)

phpc.social/@beausimensen/1149

#nix #nixos #php




Show Original Post


31.07.2025 21:03
64bithero (@64bithero@mstdn.games)

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

#dev #laravel #php #modular




Show Original Post


31.07.2025 20:22
habr (@habr@zhub.link)

Библиотека для администрирования 1С через RAS/RAC на PHP — RacWorker

Доброго времени суток, меня зовут Тимур. Я являюсь разработчиком на 1С платформе и так получилось что я разбираюсь в Web технологиях, моим любимым языком является PHP, и я подумал почему бы не сделать программное средство для администрирования 1С через web. Администрировать 1С сервер можно через командную строку при помощи компоненты RAC которая предоставляет только терминальный интерфейс, что немного не удобно. О компоненте я задумался чтобы самому администрировать 1С немного удобнее, а через Web интерфейс было вообще идеально. И вот что получилось...

habr.com/ru/articles/932918/

#1c #php #laravel #symfony #администрирование_1с #1с_сервер #1с_служба




Show Original Post


31.07.2025 20:15
objects (@objects@social.quent1.fr)
PHP-ORT: Machine Learning Inference for the Web https://krakjoe.github.io/ort/

#PHP #MachineLearning


Show Original Post


31.07.2025 19:12
norbert (@norbert@phpc.social)

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: m.do.co/c/0313c3031eb9




Show Original Post


31.07.2025 19:10
zend (@zend@phpc.social)

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 >> ter.li/rj6nf3

#Zend #PHP





Show Original Post


31.07.2025 18:55
o (@o@microwords.goodevilgenius.org)

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




Show Original Post


31.07.2025 17:26
SensioLabsOfficial (@SensioLabsOfficial@mastodon.social)

☀️ Summer break? Perfect time to sharpen your and 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?👉​ bit.ly/4nshnZd





Show Original Post


31.07.2025 17:12
SensioLabsOfficial (@SensioLabsOfficial@mastodon.social)

☀️ Summer break? Perfect time to sharpen your and 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?👉​ bit.ly/43P0LSt





Show Original Post


31.07.2025 16:22
chrastecky (@chrastecky@phpc.social)

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));
...

#php #golang #whynot #ffi




Show Original Post


31.07.2025 14:17
jclermont (@jclermont@phpc.social)

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 masteringlaravel.io/daily/2025




Show Original Post


31.07.2025 14:14
shochdoerfer (@shochdoerfer@phpc.social)

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




Show Original Post


1 ...512 513 514 515 516 517 518 519 520 521 522 ...524
UP