php

Back Open Paginator
29.03.2026 23:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

How to Replace strpos With str_contains

str_contains returns bool. No more === false checks. PHP 8+

youtube.com/watch?v=Omin0qJyRtA




Show Original Post


29.03.2026 20:03
cedx (@cedx@mastodon.social)

That's also why I think it's a very good thing that the pipe operator was added to PHP.

wiki.php.net/rfc/pipe-operator




Show Original Post


29.03.2026 17:14
webinoly (@webinoly@fosstodon.org)

Less config, more coding. 💻

#Webinoly: The fastest way to deploy and manage highly optimized #Nginx servers for development or production.

Ideal for: #PHP #WordPress #Laravel #Vue #Node #Angular #React #Django #Java #Python

#FOSS #SelfHosting #ServerAdmin #LEMP #DevOps




Show Original Post


29.03.2026 15:14
cdp1337 (@cdp1337@social.bitsnbytes.dev)

Working on extending features for Warlock, and this round of features requires a backend web service running in a centralized, controlled environment due to the requirement of privileged access to partner network resources, (aka, they require an API key and prior authorization to access certain data, thus cannot be distributed in an open source project).

SO, since this is a traditional web service, I opted to use the traditional technologies to power it, but wanted to try out Symfony since it makes use of a lot of the new PHP 8.* features. Been a few years since I seriously used PHP though, so I'm a little out of date on its stack.

Thus far though..... not real impressed with it. The auto routing is convenient (despite being implemented rather ungracefully), but this dependency injecting is a little wonky. Recommending that object constructors use dependency injection from yaml service files, useful in theory, but you can't just do

$lookup = new GameModProviderNameApi($apiKey);

Because that API key is loaded from the service handler...

I dunno, maybe I'm just old school and maybe I just need to get used to the way Symfony is doing things, but all this auto-plumbing just seems unnecessarily complicated and obscure.

#PHP #Programming #Development




Show Original Post


29.03.2026 14:05
patchlevel (@patchlevel@phpc.social)

We released 1.19.0 of hydrator! See here for the changelog: github.com/patchlevel/hydrator
#PHP #Hydrator




Show Original Post


29.03.2026 14:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

MongoDB is hiring Senior Developer Advocate

🔧 #csharp #java #javascript #php #python #rust #typescript #aws #azure #gcp #mongodb #nosql #seniorengineer
🌎 Dublin, Ireland
⏰ Full-time
🏢 MongoDB

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


29.03.2026 13:48
mandrasch (@mandrasch@social.tchncs.de)

That's a bit worrying, but also kind of impressive:

Got a Hetzner CAX31 today, asked #ClaudeCode to setup automated preview instances for every Pull Request created on a specific GitHub repo, ask claude code to connect via SSH and set it all up - and it basically works.

github.com/mandrasch/n8n-craft

(For experimental usage only, proof of concept - some issues left to solve. For production, security check by devops humans needed. Obviously.)

#n8n #craftcms #php #devops #dockercompose




Show Original Post


29.03.2026 13:18
menelion (@menelion@dragonscave.space)

"Mastering time in #Symfony with the clock component" nicolas-jourdan.medium.com/mas #PHP




Show Original Post


29.03.2026 11:19
ouvaton (@ouvaton@mastodon.ouvaton.coop)

Encore une semaine riche sur notre infrastructure :

- mise à disposition de #PHP 8.5
- mises à jour de :

* pdf.ouvaton.coop/ basé sur #SignaturePDF
* sondage.ouvaton.coop/ basé sur #Pollaris
* ouvaton.link/ basé sur #YOURLS
* texte.ouvaton.coop/ basé sur #PrivateBin.

👉 Tous ces outils sont librement accessibles !

Enjoy 😊




Show Original Post


29.03.2026 06:38
decompwlj (@decompwlj@mathstodon.xyz)

A249374: Prime numbers Q such that the concatenation Q,1,Q is prime
A249374 ➡️ oeis.org/A249374

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A249374.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A2493
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


29.03.2026 06:36
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers in 3D, threejs - webGL (log(weight), log(level), log(jump))
➡️ decompwlj.com/3Dgraph/Prime_nu

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


29.03.2026 06:33
decompwlj (@decompwlj@mathstodon.xyz)

A249134: Numbers k such that Bernoulli number B_k has denominator 2730
A249134 ➡️ oeis.org/A249134

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A249134.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A2491
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


1 2 3 4 5 6 ...467
UP