PHP

ramsey,
@ramsey@phpc.social avatar

Ryan is one of my favorite persons in the community. I cannot imagine what he and his family must be going through. They face expensive medical bills and more ahead. If you can help financially, please do so.

https://www.gofundme.com/f/support-ryans-brain-cancer-battle

SuitedUpDev, (edited )
@SuitedUpDev@mastodon.online avatar

I'm a big proponent of doing fewer if statements and early returns! Doing stuff in your if statements only increases cognitive load when trying to read the code.

public function sendActivationEmail($user) {
if (! $user->isActivated) {
// Send out activation email
}
}

versus.

public function sendActivationEmail($user) {
if ($user->isActivated) {
return;
}

// Send out activation email
}

objectvoice,
@objectvoice@mastodon.social avatar

@waffles @SuitedUpDev

and once you've dedicated yourself to the religion of nesting only when necessary, there really are some good techniques you discover out of pure stubbornness!

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@objectvoice @waffles I'm already a member of that religion. Currently just doing some work for the religion 😉

brotkrueml,
@brotkrueml@phpc.social avatar

I released a major version of my extension for displaying reports in the dashboard, compatible with the new TYPO3 version 13. 🥳

Have fun 🚀

https://extensions.typo3.org/extension/matomo_widgets

ramsey,
@ramsey@phpc.social avatar

Someone wrote a interpreter in https://github.com/bragful/ephp

ramsey,
@ramsey@phpc.social avatar

@shadowhand About 10+ years ago, when Erlang got popular with the hipster coders, I would do tutorials in Erlang and be like, “Oh! I get this. It’s cool!” But then I could never actually write anything in it on my own. 🤣

shadowhand,
@shadowhand@phpc.social avatar

@ramsey that’s basically my experience with it too. The Erlang syntax has such beautiful choices when it comes to symbols, leading to almost poetic brevity. But I have only ever admired as a reader, never a writer.

Crell, (edited )
@Crell@phpc.social avatar

devm.io interviewed me about Crell/ , my serialization library.

https://devm.io/php/php8-library-serde-interview-larry-garfield-001

shochdoerfer, German
@shochdoerfer@phpc.social avatar

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!

ross,
@ross@fosstodon.org avatar

Oh! I forgot to say. https://caniphp.com/ has an “API” now. It’s just a static JSON version of the data. There’s no parameters of filters. But it might be useful if you want to build anything on top of the data.

Please cache this if you use it. Thanks.

https://caniphp.com/features.json

jla,
@jla@fosstodon.org avatar

@ross thX for sharing !

phpc,
@phpc@phpc.social avatar

Pro tip: use the hashtag!

On Mastodon (and maybe other Fediverse services), it’s common for folks to follow hashtags, so if you’re posting about PHP-related things, use the hashtag and you’ll reach a wider audience.

grmpyprogrammer,
@grmpyprogrammer@phpc.social avatar

Reminder that I am looking for a new consulting/contracting job starting in January. Looking for gigs where I help with a legacy app to help maintain and grow it while improving your testing practicds and mentor more junior members

benlk,
@benlk@newsie.social avatar

@grmpyprogrammer Not contract, but a friend of mine was hiring for WordPress SAAS plugin maintainers: https://apply.workable.com/awesomemotive/j/BB5501A356/
https://apply.workable.com/awesomemotive/j/DE29905888/

grmpyprogrammer,
@grmpyprogrammer@phpc.social avatar

@benlk Thanks, will take a look

shawnhooper,
@shawnhooper@fosstodon.org avatar

8.3.0 has been released!

https://www.php.net/archive/2023.php#2023-11-23-2

Here's a great summary of what's new (Brent always writes my favourite release summaries):

https://stitcher.io/blog/new-in-php-83

dpc_ibuildings,
@dpc_ibuildings@mastodon.social avatar

Tickets now available for early bird prices! 🐦

We've opened the registration for the Dutch PHP Conference 2024! We offer two training days, a tutorial day, a main conference day and many social activities! Make sure to book your tickets now ➡️ https://rb.gy/cset48

dgoosens,
@dgoosens@phpc.social avatar

Ready to help create a great resource for the community?

Take two minutes to answer the «
2024 PHP Landscape Survey » by @zend

For every response to this survey, they will donate $1 to Code2040, a non-profit that works to dismantle the structural barriers that prevent the full participation and leadership of Black and Latinx people in the innovation economy.

https://www.surveymonkey.com/r/P7LQJV2

cc @mwop @phpc

jrf_nl,
@jrf_nl@phpc.social avatar

@dgoosens @zend @mwop @phpc Well, that was a waste of my time, got halfway or so and then couldn't continue as all questions are required and the questions no longer apply to my situation and don't offer a "N/A" option....

Crell,
@Crell@phpc.social avatar

Nothing makes you love more than trying to work out package management in most other language ecosystems.

FTW

itsjoshbruce,
@itsjoshbruce@phpc.social avatar

@Crell: Preach!

tjdraper,
@tjdraper@phpc.social avatar

@Crell YES

MyIgel, (edited ) German
@MyIgel@chaos.social avatar

Ich suche einen neuen 🎉

Ich kann , insbesondere mit , aber auch und im Hintergrund (Wie Python, Bash und diverse anderen Programmier-/Scripting Sprachen) und drum-herum, natürlich auch und generell Containerisierung.

Bisher habe ich Erfahrung sowohl im Neu-Entwickeln als auch der Pflege und Refactoring/Rebuilding von alten Apps.

Ich suche am liebsten eine Remote Stelle, gerne aber auch in der Umgebung von

Xdebug,
@Xdebug@phpc.social avatar

🎉 Xdebug 3.3.0alpha3 Released!

🔥 This alpha release introduces flamegraphs and the step debugger optimisations that @derickr wrote about.

🔗 https://xdebug.org/announcements/2023-10-19

🐘 @Xdebug

derickr,
@derickr@phpc.social avatar

@BlackIkeEagle Gah - I thought I had fixed that before publishing. The one on PECL should work though. I'll fix the ini file.

BlackIkeEagle,
@BlackIkeEagle@mastodon.pirateparty.be avatar

@derickr

Thanks, the one on pecl seems ok indeed

  • All
  • Subscribed
  • Moderated
  • Favorites
  • php
  • kavyap
  • InstantRegret
  • ethstaker
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • everett
  • slotface
  • osvaldo12
  • khanakhh
  • rosin
  • Durango
  • megavids
  • vwfavf
  • GTA5RPClips
  • cubers
  • tacticalgear
  • tester
  • cisconetworking
  • ngwrru68w68
  • Leos
  • normalnudes
  • provamag3
  • modclub
  • anitta
  • JUstTest
  • All magazines