php

Back Open Paginator
02.05.2026 00:23
galvao (@galvao@phpc.social)

Hint: When using something like vlucas/phpdotenv, which populates a superglobal, there's no need of attribution, you can just isolate the return of createX and chain methods.

Intead of:
$env = Dotenv::createImmutable($yourPath);
$env->load(); // $_ENV becomes populated

You can do:
(Dotenv::createImmutable($yourPath))->load(); // $_ENV becomes populated

**#php** **#phpdotenv** **#env** **#dotenv**




Show Original Post


01.05.2026 23:47
mmramadan496 (@mmramadan496@phpc.social)

It might be a bit late, but I’ve released a new version of **Easy Model** that supports @laravelphp 13. 😅

This update also includes a redesigned logo and some structural improvements. 🎉

🔗 github.com/mahmoudmohamedramad

#tech #webdev #php #laravel #sql #database





Show Original Post


01.05.2026 23:34
ghostwriter (@ghostwriter@phpc.social)

Supply chain attack affecting Intercom has expanded beyond #npm and into the #PHP ecosystem.

`intercom/intercom-php@5.0.2`

github.com/intercom/intercom-p

github.com/intercom/intercom-n

intercomstatus.com/us-hosting/

wiz.io/blog/mini-shai-hulud-su

socket.dev/blog/mini-shai-hulu

#PHP #ComposerPHP #Composer #Intercom #SupplyChain #SupplyChainAttack #MiniShaiHulud




Show Original Post


01.05.2026 21:07
blog (@blog@deployer.org)

Problems with escapeshellarg

https://deployer.org/blog/quote-vs-escapeshellarg

#PHP #Programming #Security




Show Original Post


01.05.2026 20:50
mmramadan496 (@mmramadan496@phpc.social)

It might be a bit late, but I’ve released a new version of **Easy Model** with support for @laravelphp 13. 😅

This update also includes a redesigned logo and some structural improvements. 🎉

🔗 github.com/mahmoudmohamedramad

#tech #webdev #php #laravel #sql #database





Show Original Post


01.05.2026 19:54
baptouuuu (@baptouuuu@phpc.social)

Next major version of #php innmind/black-box is looking fine

Feels great to delete so much code 😌 and there’s still to go





Show Original Post


01.05.2026 17:37
jclermont (@jclermont@phpc.social)

In today's video, I show off PHPStorm's built-in HTTP client and why you might not need that separate desktop app anymore. #php #laravel masteringlaravel.io/daily/2026




Show Original Post


01.05.2026 16:39
makewpfast (@makewpfast@mastodon.social)

wp-config.php has performance settings most developers never touch:

define("WP_POST_REVISIONS", 5);
define("AUTOSAVE_INTERVAL", 300);
define("WP_MEMORY_LIMIT", "256M");
define("DISABLE_WP_CRON", true);

Every WordPress site should tune these.

makewpfast.com/the-complete-wp




Show Original Post


01.05.2026 15:28
getlaminas (@getlaminas@phpc.social)

Released: laminas/laminas-ldap 2.20.0
#php #laminas

github.com/laminas/laminas-lda




Show Original Post


01.05.2026 14:40
freekmurze (@freekmurze@phpc.social)

🔗 RBAC in Laravel: A Practical Deep Dive
wendelladriel.com/blog/rbac-in
#php #security #laravel #authorization #rbac




Show Original Post


01.05.2026 12:35
lobsters (@lobsters@mastodon.social)

cPanel & WHM Authentication Bypass (CVE-2026-41940) lobste.rs/s/m8t9px
labs.watchtowr.com/the-interne




Show Original Post


01.05.2026 09:59
ramsey (@ramsey@phpc.social)

I wrote a little bit about my journey to update the PHP License to the Modified BSD License (BSD-3-Clause).

ben.ramsey.dev/blog/2026/05/th

#PHP #OSS




Show Original Post


1 2 3 4 5 6 7 ...524
UP