php

Back Open Paginator
16.09.2025 10:55
admin (@admin@mastodon.raddemo.host)

Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks

This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 blog.radwebhosting.com/laravel #websitedevelopment




Show Original Post


16.09.2025 10:08
mitelg (@mitelg@phpc.social)

Let's go!
#shopware #scd25 #php #community





Show Original Post


16.09.2025 10:06
artusamak (@artusamak@piaille.fr)

Advanced PHPStan tricks to get better configuration and covered cases! > phparch.com/2025/09/phpstan-yo
#PHP #veille #dev #webdev




Show Original Post


16.09.2025 09:52
habr (@habr@zhub.link)

От PHP к React: размышляем о вреде и пользе миграции

Недавно мы с командой работали с клиентом из финансового сектора: у него есть сайт и личный кабинет, давно написанные на PHP (бэк и фронт), и задача – обновить дизайн и пользовательский опыт без глобальных изменений “под капотом”. Мы начали исследовать, насколько целесообразно сейчас поддерживать фронт на PHP. Пока разбирались, собралось много аргументов и наблюдений. Делимся ими, чтобы помочь компаниям и разработчикам, оказавшимся в такой же ситуации.

habr.com/ru/companies/cleverte

#php #react #pwa




Show Original Post


16.09.2025 09:42
decompwlj (@decompwlj@mathstodon.xyz)

A008810: a(n) = ceiling(n^2/3)

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


16.09.2025 09:38
decompwlj (@decompwlj@mathstodon.xyz)

A008366: 17-rough numbers: smallest prime factor is >= 17

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


16.09.2025 05:02
decompwlj (@decompwlj@mathstodon.xyz)

A008365: 13-rough numbers: positive integers that have no prime factors less than 13

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


16.09.2025 04:58
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


16.09.2025 04:56
decompwlj (@decompwlj@mathstodon.xyz)

A008364: 11-rough numbers: not divisible by 2, 3, 5 or 7

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


16.09.2025 01:33
qiita (@qiita@rss-mstdn.studiofreesia.com)

【PHP8.6】PHPで関数の部分適用が使えるようになる
qiita.com/rana_kualu/items/d32

#qiita #PHP #部分適用 #日本語訳 #PHP8 #PHP8_6




Show Original Post


16.09.2025 00:20
robbie (@robbie@floss.social)

Fun fact: When using preg_replace() in #PHP, the string representing your regular expression must still be wrapped in / for it to actually work. For example, preg_replace('/[^a-zA-Z]/', '_', 'ABC123') will give the expected result of 'ABC___' but preg_replace('[^a-zA-Z]', '_', 'ABC123') will result in 'ABC123' 🧐

Furthermore, without the slashes wrapping the regular expression, it doesn't actually do anything at all?? Because even preg_replace('[^a-zA-Z]', '_', '[^a-zA-Z]') === '[^a-zA-Z]' 🤔




Show Original Post


15.09.2025 23:20
SymfonyStation (@SymfonyStation@drupal.community)

PHPStan: Your Development Best Friend Who Actually Knows PHP Better Than You Do. #PHP
phparch.com/2025/09/phpstan-yo




Show Original Post


1 ...430 431 432 433 434 435 436 437 438 439 440 ...524
UP