PHP

grmpyprogrammer,
@grmpyprogrammer@phpc.social avatar

My last day working for my current client is tomorrow. I am looking for #php consulting / contracting work starting in January. Need the community’s most shouty person about testing your code and getting biz value delivered faster? Hit me up and let’s talk.

grmpyprogrammer,
@grmpyprogrammer@phpc.social avatar

@cloudguy Can’t tell if you’re being sarcastic or not but thank you if you aren’t!

phpc,
@phpc@phpc.social avatar

I missed it, but on August 13th, phpc.social had its 5th birthday on the Fediverse!

Yes, we’ve been running this server for 5 years, and we’re still growing!

Here’s to all the folks who have joined us along the way. We’re so glad to provide a home for you on the Fediverse and to have you as part of our community.

phpc,
@phpc@phpc.social avatar

@jmichaelward You were one of the first!

rajab_natshah,
@rajab_natshah@mastodon.social avatar

The PHP project has decided to extend security support for versions from one to two years!!
https://github.com/php/policies/blob/main/release-process.rst
https://www.php.net/supported-versions.php

SenseException, German
@SenseException@phpc.social avatar

talks 10 years ago: "Use value objects instead of arrays."

PHP talks nowadays: "Use value objects instead of arrays."

klabauterjan,

@SenseException Everyone around me: still uses arrays instead of value objects 🥲

Crell,
@Crell@phpc.social avatar

@SenseException I blame popular libraries and frameworks that are still array-based. ( and AWS-SDK at the top of that list. , less than it used to be but still.) And people who cut their teeth on CodeIgnighter et al and never grew past that.

One of the many reasons I detest Laravel.

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

Heartbreaking news from long time Symfony core team member Ryan Weaver:

"So.... I have incurable brain cancer and I'm asking for your love & support 💖"
https://twitter.com/weaverryan/status/1777326885292114048

Ryan is the most welcoming, supportive, passionate and dedicated person I know in the community. I'm 100% sure he has supported every person in Symfony through his work.

Please give back some support to Ryan, Leanna and Beckett and show the warmth of the PHP family! https://gofund.me/f8e28d5f

#PHP #Symfony #SymfonyCasts

stevegrunwell,
@stevegrunwell@phpc.social avatar

Hey, I blogged!

This time, it’s all about value objects.

As a bonus, the banner image is my cat, Taco, peeking out of a drawer. It also happens to be the lock screen photo on my iPad and never fails to make me smile.

https://stevegrunwell.com/blog/php-value-objects/

rubenaarts,
@rubenaarts@mastodon.social avatar

Yesterday @jrf_nl gives a great talk about PHP_CodeSniffer ( @phpcs ) at

She told us the importance of funding opensource projects and there is is not enough spoken about this. It was a critical warning that there are just a few people in the community where the hole community is depending on.

So lets talk more about how to support these great opensource projects.

itsjoshbruce,
@itsjoshbruce@phpc.social avatar

@jaapio @ProvenPudding: Got it. Cheers!

ProvenPudding,
@ProvenPudding@fosstodon.org avatar

@itsjoshbruce @jaapio Meeting rescheduled as agreed. CU!

queenofnewyork,
@queenofnewyork@newsie.social avatar

Don't learn , they say. It's a dead language, they say. There are no jobs, they add. Learn instead. It's much better. Jobs are plentiful.

I don't know if it's because of this or some other reason, but we have had great success with finding PHP developers and have had an awful time trying to find JS developers. Not that we don't get applicants, but when you get to the interviews, it's like ... not good.

So go ahead and learn PHP.

mjgardner,
@mjgardner@social.sdf.org avatar

@queenofnewyork @gizmomathboy Did you then ask which strongly-typed language they prefer and what they’ve done with it?

If they don’t have a coherent answer, they’re just parroting received wisdom instead of demonstrating their own.

SenseException,
@SenseException@phpc.social avatar

@ramsey @queenofnewyork Time to switch languages again?

viktor,
@viktor@me.dm avatar

If you're looking for remote dev job ( ), Nextcloud is hiring:

➡️ https://nextcloud.com/jobs/

Boosts appreciated!

symfonystation,
symfonystation avatar

@viktor @ramsey would be a good candidate.

viktor,
@viktor@me.dm avatar

@symfonystation Yeah, I did see his post and reached out a few days ago 🙂 Thanks.

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

Hello friends — just a reminder I am looking for consulting/ contracting work with where I help you to deliver biz value faster through focusing on improving testing and coding practices

mwop,
@mwop@phpc.social avatar

It's that time of year again folks: time to take the annual Zend PHP Landscape survey!

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

This survey helps paint a picture of the PHP ecosystem, particularly how it pertains to how and where organizations deploy PHP applications, and the challenges they face in doing so. Each year, Zend donates to orgs that promote diversity in software dev, based on how many survey results we get.

Please take time to fill out the survey today!

heiglandreas,
@heiglandreas@phpc.social avatar

@derickr @mwop You can't really use it in portrait mode on a phone.... 🤪

mwop,
@mwop@phpc.social avatar

@askonomm We focus on secure PHP runtimes, including LTS versions, and the various pieces of the ecosystem surrounding that (cloud orchestration, container orchestration, etc.).

ramsey,
@ramsey@phpc.social avatar

Look, I wrote an essay about why ramsey/uuid uses final. If you want to change that, it’s on you.

https://uuid.ramsey.dev/en/stable/faq.html#why-does-ramsey-uuid-use-final

SenseException,
@SenseException@phpc.social avatar

@ramsey And it's on those who come after the dev who removed "final" and are unable to revert it without given time + money.

tjdraper,
@tjdraper@phpc.social avatar

@ramsey as someone who’s not a fan of the massive overuse and of final everywhere, I think you actually have a very valid use case here. It is getting very frustrating that final is used on everything.

And, yes, I’m an advocate of composition over inheritance in most cases. Even so, I’ve run into situations where a simple, quick extension of a class that is almost perfect would be just fine and call it a day. But, it was declared final so that can’t be done.

rimu,
@rimu@mastodon.nzoss.nz avatar

devs, Kbin needs you!

https://kbin.pub/

Kbin is a federated reddit alternative written in PHP ( framework). It is an early stage of development yet undergoing explosive growth lately.

haliphax,
@haliphax@hachyderm.io avatar

@rimu was going to post "inb4 a bunch of tool bags reply bashing PHP", but alas

rimu,
@rimu@mastodon.nzoss.nz avatar
sebastian,
@sebastian@phpc.social avatar

Over the last few months, I've been asked time and again:

"Sebastian, which PHP extension do you use to collect code coverage data?"

This question may sound simple, but to answer it I'm afraid I need to elaborate a little ...

https://thephp.cc/articles/pcov-or-xdebug?ref=mastodon

sebastian,
@sebastian@phpc.social avatar

@derickr I plan to compare the results of PCOV and Xdebug in the future, but have not done so yet.

sebastian,
@sebastian@phpc.social avatar

@derickr AFAIK, PCOV does not perform dead code analysis.

matthewtrask,
@matthewtrask@phpc.social avatar

Where does one find interesting php jobs these days? Asking for a friend

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