dani, to php
@dani@fosstodon.org avatar

Taking a #PHP codebase and calling it "best practices" and "hexagonal architecture" is like taking a Budweiser out of the fridge and call it beer.

Crell, to php
@Crell@phpc.social avatar

Bypassing visibility controls. Please don't do this often.

https://peakd.com/hive-168588/@crell/php-tricks-access-control-bypass

alessandrolai, to php Italian
@alessandrolai@phpc.social avatar

Small discovery tonight, thanks to @frankdejonge tweeting to @phpfig: last week the AWS SDK, since 3.269.1, pinned against PSR-7 ^1.0, excluding the recent 2.0 release: https://github.com/aws/aws-sdk-php/pull/2684

After a bit of digging, I discovered that they effectively implement at least one interface (StreamInterface) and since they also still support PHP 5.5+, they have not types, and hence PSR-7 actively broke their implementation: https://github.com/aws/aws-sdk-php/issues/2681

ami, to php
@ami@floss.social avatar

So this looks like what I've been looking for:
https://freebeegee.org/
An #OpenSource #VirtualTableTop that actually looks to be ok, written in #PHP that to my untrained eye looks like quite #modernPHP (even though some things seems like they are not too modern)
A learning opportunity with PHP while creating a better Open source tool I'd like to use.
#TTRPG

heiglandreas, to random
@heiglandreas@phpc.social avatar

Anyone around that knows whether there is ANY package around that implements an FTP server on top of react?

The results of my google foo as well as of a search on packagist are more ... well...

imagine a western, high noon right in front of the bar: and now remove the tumbleweed...

ramsey,
@ramsey@phpc.social avatar

@heiglandreas I think those projects (i.e., and ) are waiting for the community to discover them and build out these solutions. It’s still very early for them.

ctietze, to php
@ctietze@mastodon.social avatar

Things considered harmful https://stitcher.io/blog/things-considered-harmful

Apparently, partsmof the Reddit community is considering " to be harmful".

This post is making a great point: calling X "harmful" doesn't start a good discussion.

Also, the discussion that is being had seems weird. The Facts: you can make a living with it, maintain projects for years and years, and have useful conventions. The Opinions: it's not working well. (Although it is working, which is worth a lot!)

tek, to php

RT @phptek
Attention all developers! @TimB0nd will be speaking at 2023 about how attackers are using your API to access your data. Don't miss "Attackers want your data, and they're getting it from your API." Register now at https://tek.phparch.com

philippWinniewski, to php German

Welche Lösung folgt eigentlich auf #Wordpress? Mit #PHP als Basis, der Kommerzialisierung in vielen Bereichen und sowohl technischer als auch inhaltlicher Überladung wünscht man sich doch so langsam ein anderes System. Gibt es irgendwelche Kandidaten?

symfonystation, to Symfony
@symfonystation@phpc.social avatar
Edent, to Symfony
@Edent@mastodon.social avatar

🆕 blog! “Fixing a weird issue with Symfony's Cache”

I'm just getting started with Symfony, so I'm blogging some of the weird things I'm finding. Symfony has a concept of Cache Contracts. You can call an expensive / slow / intensive operation and immediately cache the result for a specific time period. Next time you call the operation, the results are served from the […]

👀 Read more: https://shkspr.mobi/blog/2023/05/fixing-a-weird-issue-with-symfonys-cache/

freekmurze, to php
@freekmurze@phpc.social avatar
symfony, to Symfony
@symfony@mastodon.social avatar

🚀 New in Symfony 6.3: Form Improvements
➡️ https://symfony.com/blog/new-in-symfony-6-3-form-improvements
#symfony #php

symfony, to Symfony
@symfony@mastodon.social avatar

🖥️ A Week of Symfony #852 (24-30 April 2023)
➡️ https://symfony.com/blog/a-week-of-symfony-852-24-30-april-2023
#symfony #php

valorin, to php

I go on about using HtmlString to avoid XSS constantly - it's one of my favourite Laravel features - but I surprisingly didn't have a Security Tip dedicated to it... until now! 😎🔥
https://larasec.substack.com/p/security-tip-avoiding-xss-with-htmlstring

Schrank, to php
@Schrank@phpc.social avatar

Hey! You want to have a look beyond |s own nose? My colleagues are organizing the unconf again. It will be on the 10th and 11th of June in the lovely city of Hamburg: https://2023.rubyunconf.eu
Unfortunately I can't attend but from what I read on our mailinglists, it will be awesome!

jimmyb, to php
@jimmyb@selfhosted.cafe avatar

Going through all my #Dependabot notifications 🤓

#GitHub #developer #NodeJS #PHP #Laravel #dependencies #code

cspray, to php
@cspray@phpc.social avatar

Today I learned that if you setup a Docker Compose environment variable with a date value that is unquoted it is interpreted as a full datetime.

This could be impactful in situations where the value is not meant to be an actual date but some string-ly value. For example, the API version scheme used by AWS.

https://github.com/cspray/docker-compose-dates

https://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore the @symfonystation news communiqués archive for evergreen content. https://www.symfonystation.com/Communiques/ And please sign up for our newsletter to get the latest news communiqués and original content delivered to your inbox. We cover -> :symfony: :drupal: :php: :fediverse:

Edent, to Symfony
@Edent@mastodon.social avatar

🆕 blog! “Doctrine - how to use LIKE with dbal prepared statements”

I'm just getting started with Symfony, so I'm blogging some of the weird things I'm finding. I want to use Doctrine dbal to search a database for a partial match. For example searching for "smith" should find "blacksmith" and "smithy". I have a prepared statement like this: $queryBuilder = $co…

👀 Read more: https://shkspr.mobi/blog/2023/05/doctrine-how-to-use-like-with-dbal-prepared-statements/

ydelgadoplata, to php

Hey Mastodon community, can anyone give me some guidance on how to install PHP on RHEL9 using the remi repositories? I'm trying to install the remi repository but I'm getting a 404 error with the download URL. Has anyone else run into this issue or know how to solve it?

marcuskober, to php

Quick overview of the current and upcoming articles in my series on plugin with modern :

https://marcuskober.com/article-series-plugin-development/

poppacalypse, to php
@poppacalypse@alpaca.gold avatar

✨ discovered a cool new tool ~ Mastodon Follows by @elliot

Helps you discover information about accounts followed by an account you specify. Which then helps you to find good people to follow.

Installation instructions: https://lgm.ltd/open-source/mastodon-follows/ (you'll need and Composer installed)

Or view the GitHub: https://github.com/little-green-man/mastodon-follows?ref=lgm.ltd

ramsey, to php
@ramsey@phpc.social avatar

I decided to play around with the AT Protocol, so I put together a very rough & very early #PHP library to play around with the concepts.

If you're interested, check it out, & I'd love to have others contribute to round it out and make it full-featured.

Ultimately, I’d love this library to be a starting point for working on some #ActivityPub / #ATProtocol bridging.

https://github.com/socialweb-php/atproto

tek, to php

RT @phptek
Get ready for a unique and informative talk at 2023! @enunomaduro will be presenting "Rust For PHP Developers." Don't miss out – register now at https://tek.phparch.com

dseguy, to php French
@dseguy@phpc.social avatar

010php’s The Hague Crew has its third edition with @rdohms “application metrics” on wed, may 3rd.

Enjoy an evening of , friendship and elephpants!

https://www.meetup.com/010php/events/293211541

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