#php search results

#PHP Tip Did you know... You can destructure arrays directly in the right-hand part of a foreach loop! Give it a shot for cleaner and more readable code!

laravelbackpack's tweet image. #PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!

#Laravel #PHP Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use compact() when passing data to views....?

Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

PHP is still alive and doing well. #PHP #phpwebdeveloper

talk2nit's tweet image. PHP is still alive and doing well.

#PHP #phpwebdeveloper

#Laravel #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇

laravelbackpack's tweet image. #Laravel #PHP

Ever replaced a bunch of isset() checks with optional chaining?

Smart move or risky readability hit? 👇

What if #PHP had nullable and non-nullable cast operators? That's what we would like to propose for PHP 8.6 👀 wiki.php.net/rfc/nullable-n…

alexdaubois's tweet image. What if #PHP had nullable and non-nullable cast operators?

That's what we would like to propose for PHP 8.6 👀

wiki.php.net/rfc/nullable-n…

#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use ?? or stick with isset() ?

Clean shortcut or confusing syntax?  What do you think...👇

🎉 Zap for Laravel just got smarter! ✨ NEW: Buffer Time - add cleanup gaps between appointments 📅 NEW: Bookable Slots - auto-respect availability schedules All PR by @olivermbs 😍 Perfect for clinics, salons & consultations! 📖 Docs: zap-for-laravel.com #Laravel #PHP

LaravelJutsu's tweet image. 🎉 Zap for Laravel just got smarter!

✨ NEW: Buffer Time - add cleanup gaps between appointments
📅 NEW: Bookable Slots - auto-respect availability schedules

All PR by @olivermbs 😍

Perfect for clinics, salons & consultations!

📖 Docs: zap-for-laravel.com
#Laravel #PHP
LaravelJutsu's tweet image. 🎉 Zap for Laravel just got smarter!

✨ NEW: Buffer Time - add cleanup gaps between appointments
📅 NEW: Bookable Slots - auto-respect availability schedules

All PR by @olivermbs 😍

Perfect for clinics, salons & consultations!

📖 Docs: zap-for-laravel.com
#Laravel #PHP
LaravelJutsu's tweet image. 🎉 Zap for Laravel just got smarter!

✨ NEW: Buffer Time - add cleanup gaps between appointments
📅 NEW: Bookable Slots - auto-respect availability schedules

All PR by @olivermbs 😍

Perfect for clinics, salons & consultations!

📖 Docs: zap-for-laravel.com
#Laravel #PHP

When chained, the ternary operator syntax is hard to read. I prefer a using match(true) #PHP

GromNaN's tweet image. When chained, the ternary operator syntax is hard to read. I prefer a using match(true) #PHP

🎉 Something epic is coming for Symfony’s 20th anniversary… 📖 A comic book telling the story of Symfony, 20 years in the making, like never before. Can you guess what it is? #Symfony #DevCommunity #PHP

symfony's tweet image. 🎉 Something epic is coming for Symfony’s 20th anniversary… 📖
A comic book telling the story of Symfony, 20 years in the making, like never before.
Can you guess what it is?
 #Symfony #DevCommunity #PHP

Android App built with #PHP, #nativephp, #tallstack and Bifrost.


Create modules in seconds with Dotkernel DotMaker. It handles the file consistency and you can focus on your code. #mezzio #PHP shorturl.at/kBm3i

juliansomesan's tweet card. DotMaker – Generate common code in Dotkernel

youtube.com

YouTube

DotMaker – Generate common code in Dotkernel


Up 5% - every little helps! #PHP 📈 Locking in 7.3% dividend yield when next year's interest rates will hit 3.5% ...

🏥 Added some more #PHP this morning!



Is this #PHP code raise error ? #phpquiz Poll in thread 👇

FredBouchery's tweet image. Is this #PHP  code raise error ? #phpquiz
Poll in thread 👇

Focused on clean code and real-world solutions. 🚀 Experienced PHP / Laravel Developer, now open to remote contract roles. Building scalable systems, one commit at a time. #PHP #Laravel #RemoteWork #WebDev

makuo042's tweet image. Focused on clean code and real-world solutions.

🚀 Experienced PHP / Laravel Developer, now open to remote contract roles.

Building scalable systems, one commit at a time.

#PHP #Laravel #RemoteWork #WebDev

No more #PHP tribes, no more framework wars! Finally someone found a way to make the PHP community united ❤️! larafony.com On a serious note, though, what an awful idea for a framework name 😭😂. Could be good for a banter, but this project looks serious 😅.

_Codito_'s tweet image. No more #PHP tribes, no more framework wars! Finally someone found a way to make the PHP community united ❤️!

larafony.com

On a serious note, though, what an awful idea for a framework name 😭😂. Could be good for a banter, but this project looks serious 😅.

#PHP Tip Did you know... You can destructure arrays directly in the right-hand part of a foreach loop! Give it a shot for cleaner and more readable code!

laravelbackpack's tweet image. #PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!

Two of my latest picks, #INPP and #PHP, have moved into profit — both offering strong dividend records and trading on attractive valuations.😊👇

RidyardMike's tweet image. Two of my latest picks, #INPP and #PHP, have moved into profit — both offering strong dividend records and trading on attractive valuations.😊👇

Vaya... Primera vez que tengo un "Out of Memory" de #PHP (Allowed memory size of X bytes exhausted) Está siendo un sábado entretenido #BugsHunting


🛠️ Debug Laravel issues faster in 2025! Check out my latest guide for common pitfalls, quick fixes, & snappy code snippets. Keep your apps bug-free and performant! #Laravel #PHP #webdev #Debugging #2025 medium.com/p/why-your-lar…


Si está pensando en una nueva laptop para comenzar el 2026 y eres un desarrollador, aquí están las mejores sugerencias a tener en cuenta. #PHP #WebDevelopment #DevOpsSecurity

BUYING A LAPTOP FOR CODING IN 2026? Stop scrolling. Don’t waste your money on the wrong specs. Before you hit Buy Now, check this 🧵👇

clcoding's tweet image. BUYING A LAPTOP FOR CODING IN 2026?

Stop scrolling. Don’t waste your money on the wrong specs.

Before you hit Buy Now, check this 🧵👇


🏭 Simple Factory = clean object creation. Perfect for: ✅ Dynamic object instantiation ✅ Mockable for testing ✅ Type-based creation ✅ Centralized logic One factory, many objects 🚀 #PHP

renatohysa's tweet image. 🏭 Simple Factory = clean object creation.

Perfect for:
✅ Dynamic object instantiation
✅ Mockable for testing
✅ Type-based creation
✅ Centralized logic

One factory, many objects 🚀

#PHP
renatohysa's tweet image. 🏭 Simple Factory = clean object creation.

Perfect for:
✅ Dynamic object instantiation
✅ Mockable for testing
✅ Type-based creation
✅ Centralized logic

One factory, many objects 🚀

#PHP
renatohysa's tweet image. 🏭 Simple Factory = clean object creation.

Perfect for:
✅ Dynamic object instantiation
✅ Mockable for testing
✅ Type-based creation
✅ Centralized logic

One factory, many objects 🚀

#PHP

What PHP devs use for maintaining legacy codebases? Do people use LAMPP still or anything else? #PHP


#PHP 8.5 adds PHP_BUILD_DATE for better debugging: echo PHP_BUILD_DATE; // "Nov 20 2025 09:42:18" Perfect for CI/CD logging


💻 Transform your business with expert PHP development! Fast, secure & scalable web apps for healthcare, tech, logistics & more. Learn more 👉 aqusag.com/php-developmen… #PHP #WebDevelopment #BusinessGrowth #AquSag

aqusag's tweet image. 💻 Transform your business with expert PHP development!

Fast, secure & scalable web apps for healthcare, tech, logistics & more.

Learn more 👉 aqusag.com/php-developmen…

#PHP #WebDevelopment #BusinessGrowth #AquSag

PHP with MySQL: Build 8 PHP and MySQL Projects ⏱️ 6.5 hours ⭐ 4.43 👥 42,449 🔄 Jun 2024 💰 $17.99 → 100% OFF comidoc.com/udemy/php-with… #PHP #MySQL #WebDev #udemy

comidoc's tweet image. PHP with MySQL: Build 8 PHP and MySQL Projects

⏱️ 6.5 hours
⭐ 4.43
👥 42,449
🔄 Jun 2024
💰 $17.99 → 100% OFF

comidoc.com/udemy/php-with…

#PHP #MySQL #WebDev #udemy

#Laravel and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁

laravelbackpack's tweet image. #Laravel and #PHP Tip

Did you know… you can import multiple classes from a single namespace like this👇

Way cleaner, right? 😁

#Laravel #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇

laravelbackpack's tweet image. #Laravel #PHP

Ever replaced a bunch of isset() checks with optional chaining?

Smart move or risky readability hit? 👇

What if #PHP had nullable and non-nullable cast operators? That's what we would like to propose for PHP 8.6 👀 wiki.php.net/rfc/nullable-n…

alexdaubois's tweet image. What if #PHP had nullable and non-nullable cast operators?

That's what we would like to propose for PHP 8.6 👀

wiki.php.net/rfc/nullable-n…

#PHP Tip Did you know... You can destructure arrays directly in the right-hand part of a foreach loop! Give it a shot for cleaner and more readable code!

laravelbackpack's tweet image. #PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!

#Laravel #PHP Do you map or loop? 👇 Functional elegance or just fancy syntax? What do you think👇

laravelbackpack's tweet image. #Laravel #PHP

Do you map or loop? 👇

Functional elegance or just fancy syntax? What do you think👇

#Laravel #PHP Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use compact() when passing data to views....?

Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use ?? or stick with isset() ?

Clean shortcut or confusing syntax?  What do you think...👇

🎉 Zap for Laravel just got smarter! ✨ NEW: Buffer Time - add cleanup gaps between appointments 📅 NEW: Bookable Slots - auto-respect availability schedules All PR by @olivermbs 😍 Perfect for clinics, salons & consultations! 📖 Docs: zap-for-laravel.com #Laravel #PHP

LaravelJutsu's tweet image. 🎉 Zap for Laravel just got smarter!

✨ NEW: Buffer Time - add cleanup gaps between appointments
📅 NEW: Bookable Slots - auto-respect availability schedules

All PR by @olivermbs 😍

Perfect for clinics, salons & consultations!

📖 Docs: zap-for-laravel.com
#Laravel #PHP
LaravelJutsu's tweet image. 🎉 Zap for Laravel just got smarter!

✨ NEW: Buffer Time - add cleanup gaps between appointments
📅 NEW: Bookable Slots - auto-respect availability schedules

All PR by @olivermbs 😍

Perfect for clinics, salons & consultations!

📖 Docs: zap-for-laravel.com
#Laravel #PHP
LaravelJutsu's tweet image. 🎉 Zap for Laravel just got smarter!

✨ NEW: Buffer Time - add cleanup gaps between appointments
📅 NEW: Bookable Slots - auto-respect availability schedules

All PR by @olivermbs 😍

Perfect for clinics, salons & consultations!

📖 Docs: zap-for-laravel.com
#Laravel #PHP

#Laravel #PHP Do you prefer sending mail inline or using a Mailable class? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you prefer sending mail inline or using a Mailable class? 👇

#Laravel #PHP Do you use arrow functions everywhere? 👇 Cleaner or harder to read? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use arrow functions everywhere? 👇

Cleaner or harder to read? 👇

When chained, the ternary operator syntax is hard to read. I prefer a using match(true) #PHP

GromNaN's tweet image. When chained, the ternary operator syntax is hard to read. I prefer a using match(true) #PHP

PHP is still alive and doing well. #PHP #phpwebdeveloper

talk2nit's tweet image. PHP is still alive and doing well.

#PHP #phpwebdeveloper

First day back at group therapy. There were puppies and candy 🐶 🍭 #php #grouptherapy #wednesdaymotivation #recovery #dontgiveup #jasleigh

jasleighcx's tweet image. First day back at group therapy. There were puppies and candy 🐶 🍭 #php #grouptherapy #wednesdaymotivation #recovery #dontgiveup #jasleigh
jasleighcx's tweet image. First day back at group therapy. There were puppies and candy 🐶 🍭 #php #grouptherapy #wednesdaymotivation #recovery #dontgiveup #jasleigh
jasleighcx's tweet image. First day back at group therapy. There were puppies and candy 🐶 🍭 #php #grouptherapy #wednesdaymotivation #recovery #dontgiveup #jasleigh
jasleighcx's tweet image. First day back at group therapy. There were puppies and candy 🐶 🍭 #php #grouptherapy #wednesdaymotivation #recovery #dontgiveup #jasleigh

Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP

laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP
laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP
laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP
laravel_france's tweet image. Petit à petit, FrakenPHP s'impose comme le serveur web de référence de #php, avec notamment une gestion native des workers et des queues par @dunglas ! #ForumPHP

🧩 Clean code and quality tools in the PHP world According to the State of #PHP 2025 report, PHPStan has seen an impressive rise — from 27% in 2024 to 36% in 2025🚀 Following that, PHP CS Fixer (30%) and PHP_CodeSniffer (22%) remain strong contenders.

MilwadDev's tweet image. 🧩 Clean code and quality tools in the PHP world

According to the State of #PHP 2025 report, PHPStan has seen an impressive rise — from 27% in 2024 to 36% in 2025🚀

Following that, PHP CS Fixer (30%) and PHP_CodeSniffer (22%) remain strong contenders.

I wish this was part of next #php release * simple * useful * powerful * no new chars

VotrubaT's tweet image. I wish this was part of next #php release

* simple
* useful
* powerful
* no new chars

Two of my latest picks, #INPP and #PHP, have moved into profit — both offering strong dividend records and trading on attractive valuations.😊👇

RidyardMike's tweet image. Two of my latest picks, #INPP and #PHP, have moved into profit — both offering strong dividend records and trading on attractive valuations.😊👇

二度見しました。 まさか、私が2〜3歳の頃から片手に持っていた、 PHP研究所【公式】さまが引用してくださっているなんて!! しかもフォローまで😭 (社内で泣きそうというか、もう涙出てきた一城です) ちなみにPHP11月号は、すでに自宅にあります📖✨ #PHP #PHP研究所

____N_u_t_s____'s tweet image. 二度見しました。
まさか、私が2〜3歳の頃から片手に持っていた、
PHP研究所【公式】さまが引用してくださっているなんて!!

しかもフォローまで😭
(社内で泣きそうというか、もう涙出てきた一城です)

ちなみにPHP11月号は、すでに自宅にあります📖✨
#PHP #PHP研究所
____N_u_t_s____'s tweet image. 二度見しました。
まさか、私が2〜3歳の頃から片手に持っていた、
PHP研究所【公式】さまが引用してくださっているなんて!!

しかもフォローまで😭
(社内で泣きそうというか、もう涙出てきた一城です)

ちなみにPHP11月号は、すでに自宅にあります📖✨
#PHP #PHP研究所

今朝もヴァーチュオ片手に、 ホットラテを飲みながら。 カプセルは、スタバのコロンビア。 さて、ハンコ以来の長文を書くことになりそうなので、 お忙しい皆さまはすっ飛ばしてください🥰 一城が語る、PHPについて。 あ、これは月刊誌の方です。 (いざ、スタート) 令和の現代、わたしの世代で…

____N_u_t_s____'s tweet image. 今朝もヴァーチュオ片手に、
ホットラテを飲みながら。
カプセルは、スタバのコロンビア。

さて、ハンコ以来の長文を書くことになりそうなので、
お忙しい皆さまはすっ飛ばしてください🥰

一城が語る、PHPについて。
あ、これは月刊誌の方です。

(いざ、スタート)

令和の現代、わたしの世代で…


#PHP Tip Did you know... You can destructure arrays directly in the right-hand part of a foreach loop! Give it a shot for cleaner and more readable code!

laravelbackpack's tweet image. #PHP Tip

Did you know... You can destructure arrays directly in the right-hand part of a foreach loop!

Give it a shot for cleaner and more readable code!

Loading...

Something went wrong.


Something went wrong.


United States Trends