#phpstorm — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #phpstorm, aggregated by home.social.
-
PhpStorm 2026.2 Early Access Program Has Started
#PHP #PhpStorm #Eap #20262https://blog.jetbrains.com/phpstorm/2026/05/phpstorm-2026-2-early-access-program-has-started/
-
Beim Vereinbarkeitsatlas konnten wir am Wochenende auf dem Weg der Normalisierung ein paar wichtige Tickets schließen. Der Mentor und wir sind zwar noch ein gutes Stück vom Ziel entfernt, aber es wird. Und der neue Techstack hilft ungemein.
-
-
Hello Jens,
Thanks again – I used your discount code for JetBrains, PHPStorm today 👍
As I'm a fan of KirbyCMS and use LaravelHerd for local websites, I needed an IDE that included PHP.
At first, I thought that more than 200 EUR/year for both (WebStorm and PHPStorm) was too expensive...
It took me a moment to find the following information:
https://www.jetbrains.com/products/compare/?product=webstorm&product=phpstormThen I went for it 😉
-
#Djot markup for #PHPStorm IDE etc: https://github.com/php-collective/djot-intellij Auto detects the .djot files and renderes the preview. Can use the #PHP lib to render exactly what would render out online.
-
Список 10 лучших IDE и редакторов кода для веб‑разработчиков
Веб-разработка — одна из самых динамично развивающихся областей IT. Чтобы работать эффективно и создавать качественный код, важно выбрать правильный инструмент. В данной статье мы рассмотрим 10 лучших IDE и редакторов кода, которые помогут веб-разработчикам ускорить процесс, улучшить качество проектов и сделать повседневную работу удобнее и приятнее. Если вам нравится IT-тематика и полезные советы, заглядывайте в мой Telegram-канал . Там я часто публикую свежие новости и разные полезности. А теперь давайте перейдём к сути статьи. Писать код можно даже в обычном текстовом редакторе — ничто не мешает создать простой сайт в «Блокноте» и сохранить его с расширением .html. Но для более удобной и быстрой работы рекомендуется использовать интегрированные среды разработки (IDE) или продвинутые редакторы.
https://habr.com/ru/articles/964448/
#ide #текстовый_редактор #системное_программирование #софт #редактор_кода #редактор #visual_studio #visual_studio_code #spyder #phpstorm
-
So hilft PhpStorm bei der Wartung von PHP-Open-Source-Projekten: Interviews und Beispiele aus der Praxis
#PHP #PhpStorm #Community #Communitysupport #Opensourceprogram #Ossprojects -
Is this #PSR4 setup wrong? It works perfectly, but #PhpStorm is unable to create test classes in the correct namespace. For a class inside "tests/Application" it will generate "namespace Application;" when I expect "namespace Acme\Tests\Application;".
{
"autoload": {
"psr-4": {
"Acme\\": "src/Acme/"
}
},
"autoload-dev": {
"psr-4": {
"Acme\\Tests\\": "tests/"
}
}
} -
Dein #WebInspector in #phpStorm (oder einer anderen #IntelliJ #IDE) startet nicht?
Hier ist die Lösung:
https://www.codemercenary.de/2025/06/webinspector-in-phpstorm-startet-nicht.html -
How PhpStorm Helps Maintain PHP Open-Source Projects: Interviews and Real-World Examples
#PHP #PhpStorm #Community #Communitysupport #Opensourceprogram #Ossprojects -
PhpStorm 2025.2 Early Access Program Is Now Open
#PHP #PhpStorm #Eap #20252https://blog.jetbrains.com/phpstorm/2025/05/phpstorm-2025-2-early-access-program-is-now-open/
-
Nouvelle version de PhpStorm dispo ! Support amélioré de PHP 8.x, performances revues à la hausse, meilleures intégrations Symfony/Laravel, refactorings plus intelligents, et plein de petites améliorations pour le confort des devs.
Le récap complet ici : https://www.jetbrains.com/phpstorm/whatsnew/
-
When you need the current timestamp (like in TYPO3 where timestamps are used as exception codes), you can create a custom live template in PhpStorm that inserts the current timestamp. Very helpful.
https://www.rudyisme.com/item/shortcut-to-get-the-current-unix-timestamp-in-phpstorm
-
Meta Storm Plugin – еще один плагин для PHPStorm
Логично ведь, что если ты пишешь функцию, которая должна принимать значение из набора, то нужно показать этот набор. А может еще и свалидировать ошибку. А еще и провалиться внутрь по CTRL+Click. А еще и обратный референс найти. Ну и рефакторинг общий сделать, раз уж разошлись. Ребята делающие плагины под свои технологии молодцы, но как мне сделать то же самое с моим MyClass::readFile('users.csv') ? А если нужно подсказать свойства текущей модели $model->getAttributeLabel('id') ? А если я хочу сделать подсказки в query builder? Да и вообще, зачем мне еще один плагин, PHPStorm ведь и без него справлялся годами? Узнать подробнее
https://habr.com/ru/articles/868898/
#php #intellij #plugin #intellij_platform #developer_experience #phpstorm
-
PHP Annotated – September 2024
- 🚀 #Laravel Raises $57M Series A: #Laravel received a $57 million investment from #Accel.
- 🆕 #PHP 8.4 Beta 4 Released: New features include Property Hooks, Asymmetric Visibility, Lazy Objects, and new array functions.
- ❌ #Composer 1.x Support Ending: #Packagist.org will shut down support for #Composer v1 by August 2025.
- ⚙️ #PhpStorm 2024.2 Released: New features like log file support, terminal completion, and a floating toolbar.
- 💡 RFCs for #PHP 8.4:
- Asymmetric Visibility: Public for reading, private for setting.
- Lazy Objects: Deferred initialization until property access.
- Transform exit() to a standard function.
- ❤️ Community Support for #JoeWatkins: Fundraiser for Joe Watkins, a key #PHP community member facing severe health issues.
- 🔮 AI in #PHP: Packages like #TransformersPHP and #LLM Agents for integrating AI models and agents in #PHP environments.
- 📅 Upcoming Conferences: Notable events include API Platform Conference, #CascadiaPHP, #Laracon AU, #SymfonyCon, and more.
For the full details, visit the #PHP Annotated September 2024 edition on the #JetBrains website.
https://blog.jetbrains.com/phpstorm/2024/09/php-annotated-september-2024/?s=09
-
Today marks the first time looking at #PHP #Opcode. Used #phpdgb which was already installed. Is there a better/preferred way? Perhaps @derickr PECL extension would be better? For the truly lazy me, I looked for a #PHPStorm plugin to view opcode in the IDE, but nothing came up. Is there such a thing, or CLI is the way to go? Thank you mastodon for surfacing this subject and giving me something to learn. Eons ago I studied 370360 assembler, it all seems vaguely familiar…
-
Ich verfasse fast schon aus Gewohnheit README Dateien im #Markdown Format. Das Format ist ziemlich leicht schon mit einem Standard Texteditor zu schreiben, aber schöner ist es natürlich mit einem Preview, so wie zB #PhpStorm und andere Entwicklungsumgebungen dies machen.
Wenn man aber einfach nur mal ein paar formatierte Notizen schreiben will, dann wäre so eine IDE ziemlich mit Kanonen auf Spatzen geschossen.. Deshalb habe ich gerade mal geschaut, was es da an leichtgewichtigeren Editoren gibt.
Dabei fand ich #Typora. Der Editor ist tatsächlich extrem genial, denn hier ist Editor und Preview in einem View dargestellt! Beim Schreiben wandeln sich die Format Angaben gleich in Formatierungen um, und wenn man wieder auf den formatierten Bereich geht, sieht man wieder die Formatangaben und kann sie ändern. Zusätzlich kann man Formatangaben auch aus einem Kontextmenü anwenden. Das ist alles ziemlich genial, weil es die Simplizität von Markdown mit dem Komfort von WYSIWYG Editoren in einem View vereint.
Typora kostet $15, aber wenn ich von dem auch nach der Testphase so begeistert bin, dann hole ich mir den auf jeden Fall!
Gibt es hier weitere Markdown Fans? Und falls ja: Was nutzt ihr so?
https://typora.io -
It took me two hours to figure out #PhpCSFixer within #Docker settings for #PHPStorm, so that all local #PHP dependencies are obsolete. But now it's working:
https://github.com/helmutstrasser/phpstorm-phpcsfixer-docker -
PHP 8.2 is here:
A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.
-
PHP 8.2 is here:
A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.
-
PHP 8.2 is here:
A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.
-
PHP 8.2 is here:
A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.