php

Back Open Paginator
22.10.2025 20:37
lsmith (@lsmith@mastodon.green)

is there actually a single semi-complex #Javascript application where “npm audit fix” returns no issues? so many libraries, taking weeks to fix security issues, then layers upon layers of libraries that depend on them take weeks to update their dependencies to allow the fix. I mean sure, plenty of security issues don’t affect my app in how I use the library but something feels utterly broken in the ecosystem. or am I missing something? don’t have such issues with #Python or #PHP.




Show Original Post


22.10.2025 20:31
norbert (@norbert@phpc.social)

Flow #PHP documentation just got significantly better 🤩

From now on, each example can also have multiple options - third nesting level.

Here is a great example: flow-php.com/data_frame/transf





Show Original Post


22.10.2025 15:11
jclermont (@jclermont@phpc.social)

I recently talked about why I like writing one-time commands. I also talk about the value of writing tests. What about writing tips for one-time commands? #php #laravel masteringlaravel.io/daily/2025




Show Original Post


22.10.2025 14:50
dseguy (@dseguy@phpc.social)

It is easy to create a map from a list of object, using #PHP array_column() and the second argument null.

That null represents the whole object, and the third argument is the indexing key.

array_column($list_of_objects, null, 'id');

#phptip #phptrick

php-tips.readthedocs.io/en/lat





Show Original Post


22.10.2025 12:58
decompwlj (@decompwlj@mathstodon.xyz)

A031955: Numbers with exactly two distinct base-10 digits

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A031955.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0319
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


22.10.2025 12:56
getlaminas (@getlaminas@phpc.social)

Released: mezzio/mezzio 3.23.2
#php #mezzio

github.com/mezzio/mezzio/relea




Show Original Post


22.10.2025 12:50
decompwlj (@decompwlj@mathstodon.xyz)

A031932: Lower prime of a pair of consecutive primes having a difference of 14

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A031932.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0319
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


22.10.2025 11:00
PHPZen (@PHPZen@phpc.social)

Web Security: The Non-Negotiables ⚔️
🔹 Never trust external data
🔹 Always validate, filter, and escape inputs
🔹 Protect exchanges with TLS 1.3 and secure HTTP headers

Good code leaves no open doors.
🔗 LINK: phpwayoflife.com/fr/manifesto#

#PHP #CyberSecurity #WebDev #Coding #OWASP #DevTips





Show Original Post


22.10.2025 10:44
gromnan (@gromnan@phpc.social)

When chained, the ternary operator syntax is hard to read. I prefer a using match(true) #PHP





Show Original Post


22.10.2025 10:12
heiglandreas (@heiglandreas@phpc.social)

I took the time to update packagist.org/packages/stella- to the latest version of the NIST specs regarding passwords. It's now also tested on PHP8.1 through PHP8.5

If you are looking for a library to make sure your passwords are compliant to the latest security rules, this might be for you.

Feel free to open an issue when you're missing something.

#php #password #nist80063




Show Original Post


22.10.2025 10:02
webdevcon (@webdevcon@mastodon.social)

🎤 Karim Pinchon spoke at Webdevcon!

The talk 'How to Make an App Fast and Resilient' is now live!💪 🚀

🎥 Watch it here: webdevcon.nl/session/how-to-ma





Show Original Post


22.10.2025 10:02
dpc_ibuildings (@dpc_ibuildings@mastodon.social)

🎤 Karim Pinchon spoke at The Dutch PHP Conference!

The talk 'How to Make an App Fast and Resilient' is now live!💪 🚀

🎥 Watch it here: phpconference.nl/session/how-t





Show Original Post


1 ...363 364 365 366 367 368 369 370 371 372 373 ...525
UP