#phpdevs 검색 결과
PHP 8.5 is bringing some great, developer-friendly features—from the pipe operator to #[NoDiscard] attributes and handy array helpers like array_first() and array_last(). Great breakdown by Muhammad Usman! dub.sh/NNj4i7o #php #phpdevs #symfony
Neste vídeo aprenderemos detalhes sobre o trabalho com o arquivo de env vars no Symfony, o .env e veremos mais sobre as configs e detalhes de update no composer json. Acompanhe em bit.ly/symfony-6-prim… #symfony #phpdevs #coding #programming #programação #php #symfony6

Catch errors, track queries, monitor logs—Telescope for Laravel does it all. codewolfy.com/how-to-install… #telescope #phpdevs #webdev #codingtips #debugging
🎉 Exciting Announcement! 🎉 Introducing the latest creation by YOMEVA - the ultimate elePHPant for PHP developers! 🐘✨ This little wonder is an absolute must-have for your collection ! Don't miss out on owning this gem. #elePHPant #PHPdevs #YOMEVA | yomeva.com

Jump in with @VotrubaT as he shares his approach to get the most out of mocks, drop dead code, and making tests more valuable tomasvotruba.com/blog/5-ways-to… #php #phpdevs

Cut costs and build a team of remote & local #PHPdevs in United States. Hire from top companies around world & save up to 60%. Start making your app faster with bit.ly/3jyjtul! #CostSavings #TechStartsUp #RemoteWorkforce bit.ly/3rCenBl

WHY should you use event sourcing? Daniel Badura lists the many benefits, such as: - No data loss - Improved software architecture and scalability - Testing and bug analysis - Auditing patchlevel.de/blog/why-shoul… #php #phpdevs #opensource #FOSS

Tireless @alex_s_ has recently updated the documentation of Search Engine Abstraction Layer (or SEAL), a PHP library designed to simplify the process of interacting with different search engines, and his very own creation! bit.ly/46WxI0i #php #phpdevs

Learn how to upgrade deprecated PHPUnit withConsecutive() method from @VotrubaT tomasvotruba.com/blog/how-to-up… #phpdevs #php

PHP Devs, I'm told that "ChatModelInterface" is more idiomatic than "IChatModel" I'm sure there are good reason for that beyond PSR-X However, I find it easier to type "IChatModel" and as a bonus, name completions are grouped. Thoughts? #php #phpdevs #code #programming

Have you been keeping up with @WachterJohannes project, Model Flow AI? This tool helps integrate AI into PHP projects bit.ly/4fPNyy5 #ai #php #phpdevs #opensource

Hey Twitter! I'm Mike, a passionate PHP developer, team leader, and mentor based in Kyiv, Ukraine. I love building great products and helping others grow in their skills. Excited to connect with fellow #PHPdevs
PHP and open source expert @realFlowControl addresses single quotes and double quotes in @PHP, and "the "single quotes performance myth" bit.ly/3Mgd6GP #php #phpdevs

[New Update 🚀] #PHP 8.3 is already available on @platformsh! 😎 #PHPdevs everywhere are rejoicing in the release of a special gift this month—PHP 8.3. and after some testing, it’s now ready to use on all #Platformsh projects 👉 brnw.ch/21wF5HB
![upsundotcom's tweet image. [New Update 🚀] #PHP 8.3 is already available on @platformsh! 😎
#PHPdevs everywhere are rejoicing in the release of a special gift this month—PHP 8.3. and after some testing, it’s now ready to use on all #Platformsh projects 👉 brnw.ch/21wF5HB](https://pbs.twimg.com/media/GAszwDBWMAAyGOq.jpg)
Learn how to use @rectorphp to make large-scale changes to a codebase, for more efficient, up-to-date, and clean code bit.ly/4geDgrr #rectorphp #php #phpdevs

Generics have been a long-time requested feature. This article in the @PHPFoundation explores the current state of Generics and the options available bit.ly/3Xqa0Xv #php #phpdevs #opensource

PHP 8.5 is bringing some great, developer-friendly features—from the pipe operator to #[NoDiscard] attributes and handy array helpers like array_first() and array_last(). Great breakdown by Muhammad Usman! dub.sh/NNj4i7o #php #phpdevs #symfony
This article goes beyond just listing @official_php 9.0's features; it explores how those features could impact real-world development, what they mean for PHP's future, and how devs can start preparing themselves bit.ly/4jIJK2D #php #phpdevs #php9 #foss
The PHP Foundation just released their “Impact and Transparency Report 2024” showing impressive growth: $683,550 in donations, 10 paid developers, and 1,976 commits to PHP core! It’s great to see PHP thriving. thephp.foundation/blog/2025/03/3… #php #phpdevs #opensource
What’s new in Twig 3.15? Bhavin Nakrani breaks down all the latest features to help you level up your Symfony templates. medium.com/symfony-master… #symfony #twig #phpdevs
How are @official_php professionals using the language today? Take the 2025 PHP Landscape Survey! surveymonkey.com/r/JTQG6XKhttps… #php #phpdevs
Check out this cool graphic about lazy objects in @official_php, created by @mdesnouveaux and inspired by a talk by @nicolasgrekas #php #phpdevs #opensource #foss

Early September, I attend a talk from @nicolasgrekas at @AFUP_Lorraine about lazy object in PHP. Today, I share a #sketchnote I made about it.

Jump in with @VotrubaT as he shares his approach to get the most out of mocks, drop dead code, and making tests more valuable tomasvotruba.com/blog/5-ways-to… #php #phpdevs

WHY should you use event sourcing? Daniel Badura lists the many benefits, such as: - No data loss - Improved software architecture and scalability - Testing and bug analysis - Auditing patchlevel.de/blog/why-shoul… #php #phpdevs #opensource #FOSS

🎯 Unlock the power of Artisan commands in Laravel! Automate tedious tasks and supercharge your development workflow. What's your favorite Artisan command? 🚀 #LaravelArtisan #PHPDevs
Unlock the power of PHP with Laravel! 🚀 Dive into elegant syntax, robust features, and make your code cleaner, faster, and more scalable. #Laravel #PHPDevs
If you use #FrankenPHP (and you know we do!) @coopTilleuls is collecting feedback on how you use it in this thread > #php #phpdevs #symfony

We’re collecting feedback and references from teams using #FrankenPHP in production. Is this your case? What’s your experience? We’d love to hear from you in the comments below! les-tilleuls.coop/en/technologie…

Exciting news for #PHPDevs! Property Hooks are coming in PHP 8.4, revolutionizing how we manage class properties. 🎥 Dive into our latest blog and video to master this game-changing feature! phparch.com/2024/10/proper…
phparch.com
Property Hooks Are Coming To PHP 8.4! | PHP Architect
One of the most widely discussed features coming to PHP 8.4 is Property Hooks. Property hooks allow us to add behavior that is specific to a single property while allowing that behavior to not...
Learn how to upgrade deprecated PHPUnit withConsecutive() method from @VotrubaT tomasvotruba.com/blog/how-to-up… #phpdevs #php

Developer @matthiasnoback makes the slides available for his talk from #ForumPHP: "How to Eliminate Waste in Your Software Development Process" drive.google.com/file/d/1uLSQe3… #php #phpdevs #devlife
Neste vídeo aprenderemos detalhes sobre o trabalho com o arquivo de env vars no Symfony, o .env e veremos mais sobre as configs e detalhes de update no composer json. Acompanhe em bit.ly/symfony-6-prim… #symfony #phpdevs #coding #programming #programação #php #symfony6

🎉 Exciting Announcement! 🎉 Introducing the latest creation by YOMEVA - the ultimate elePHPant for PHP developers! 🐘✨ This little wonder is an absolute must-have for your collection ! Don't miss out on owning this gem. #elePHPant #PHPdevs #YOMEVA | yomeva.com

@VotrubaT says we don't need senior developers — we need mature codebases. "Developers learn from your codebase. It's the best teacher." bit.ly/3X8K8Q8 #php #phpdevs

[New Update 🚀] #PHP 8.3 is already available on @platformsh! 😎 #PHPdevs everywhere are rejoicing in the release of a special gift this month—PHP 8.3. and after some testing, it’s now ready to use on all #Platformsh projects 👉 brnw.ch/21wF5HB
![upsundotcom's tweet image. [New Update 🚀] #PHP 8.3 is already available on @platformsh! 😎
#PHPdevs everywhere are rejoicing in the release of a special gift this month—PHP 8.3. and after some testing, it’s now ready to use on all #Platformsh projects 👉 brnw.ch/21wF5HB](https://pbs.twimg.com/media/GAszwDBWMAAyGOq.jpg)
Have you been keeping up with @WachterJohannes project, Model Flow AI? This tool helps integrate AI into PHP projects bit.ly/4fPNyy5 #ai #php #phpdevs #opensource

Learn how to use @rectorphp to make large-scale changes to a codebase, for more efficient, up-to-date, and clean code bit.ly/4geDgrr #rectorphp #php #phpdevs

Learn how to upgrade deprecated PHPUnit withConsecutive() method from @VotrubaT tomasvotruba.com/blog/how-to-up… #phpdevs #php

Generics have been a long-time requested feature. This article in the @PHPFoundation explores the current state of Generics and the options available bit.ly/3Xqa0Xv #php #phpdevs #opensource

Jump in with @VotrubaT as he shares his approach to get the most out of mocks, drop dead code, and making tests more valuable tomasvotruba.com/blog/5-ways-to… #php #phpdevs

The @phpugmrn Meetup is in one month, on August 29th, with Chris Muller and @nicolasgrekas, and hosted by our friend @shochdoerfer bit.ly/46jLF8i #phpugmrn #phpdevs #php

PHP and open source expert @realFlowControl addresses single quotes and double quotes in @PHP, and "the "single quotes performance myth" bit.ly/3Mgd6GP #php #phpdevs

WHY should you use event sourcing? Daniel Badura lists the many benefits, such as: - No data loss - Improved software architecture and scalability - Testing and bug analysis - Auditing patchlevel.de/blog/why-shoul… #php #phpdevs #opensource #FOSS

If you use #FrankenPHP (and you know we do!) @coopTilleuls is collecting feedback on how you use it in this thread > #php #phpdevs #symfony

We’re collecting feedback and references from teams using #FrankenPHP in production. Is this your case? What’s your experience? We’d love to hear from you in the comments below! les-tilleuls.coop/en/technologie…

Tireless @alex_s_ has recently updated the documentation of Search Engine Abstraction Layer (or SEAL), a PHP library designed to simplify the process of interacting with different search engines, and his very own creation! bit.ly/46WxI0i #php #phpdevs

Many developers know the basics of PHP generators, but truly understanding their inner workings can help developers optimize performance and build more efficient applications. Serghei Pogor does a deep dive bit.ly/4cqjPcz #php #phpdevs #opensource

Check out this cool graphic about lazy objects in @official_php, created by @mdesnouveaux and inspired by a talk by @nicolasgrekas #php #phpdevs #opensource #foss

Early September, I attend a talk from @nicolasgrekas at @AFUP_Lorraine about lazy object in PHP. Today, I share a #sketchnote I made about it.

Many critics of @PHP haven't taken a good look at the language since 2012 — and a lot has changed since then! Dive into the most monumental changes, like traits, short array syntax, generators, and enums, to name a few! bit.ly/4bp03Ou #DeveloperJoy #PHPdevs #PHP

Composer 2.8.0 is now available! This new release includes a new way to do safe updates of all dependencies using --patch-only. Check out the other improvements github.com/composer/compo… #composerphp #php #phpdevs

PHP Devs, I'm told that "ChatModelInterface" is more idiomatic than "IChatModel" I'm sure there are good reason for that beyond PSR-X However, I find it easier to type "IChatModel" and as a bonus, name completions are grouped. Thoughts? #php #phpdevs #code #programming

Cut costs and build a team of remote & local #PHPdevs in United States. Hire from top companies around world & save up to 60%. Start making your app faster with bit.ly/3jyjtul! #CostSavings #TechStartsUp #RemoteWorkforce bit.ly/3rCenBl

Something went wrong.
Something went wrong.
United States Trends
- 1. Gold Glove 3,276 posts
- 2. #wednesdaymotivation 7,806 posts
- 3. Jay Jones 63.2K posts
- 4. #LoveYourW2025 290K posts
- 5. Good Wednesday 34.2K posts
- 6. Young Republicans 118K posts
- 7. Vision Pro 4,248 posts
- 8. Alan Jackson N/A
- 9. Christen Press 3,294 posts
- 10. Talus Labs 14.4K posts
- 11. #Wednesdayvibe 2,102 posts
- 12. Hump Day 17.4K posts
- 13. Moulton 1,066 posts
- 14. Markey 1,679 posts
- 15. Voting Rights Act 12.3K posts
- 16. Tami 5,975 posts
- 17. Riggs 1,057 posts
- 18. Leto 8,231 posts
- 19. Bessent 67.1K posts
- 20. #GenV 6,138 posts