Sushil Kumar

@CodeWithSushil
5 Followers
34 Following
71 Posts
A self-taught πŸ•ΈοΈ Web Developer πŸ‘¨πŸ»β€πŸ’» || Linux 🐧 Lover || Open source 🌐 contributor πŸ‘₯ || PHP/Laravel 🐘 and JS fanboyπŸ‘¦πŸ»
InstagramCodeWithSushil
GithubCodeWithSushil
X/TwitterCodeSushil
Websitecodewithsushil.github.io
JetBrains PHPverse 2026 is returning on June 9th, bringing together PHP developers worldwide for a free online event. The conference runs from 11:00 to 17:50 UTC and features talks from prominent voices across the PHP ecosystem.

https://laravel-news.com/phpverse-2026-returns-june-9th

I did it. Finally. I tested out NativePHP. It absolutely blew my mind.

If you are a mobile developer that gets regularly driven up the wall by #Kotlin, or #Flutter or #Swift... you can pretty quickly now just learn #Laravel #php.

https://developer.vonage.com/en/blog/weird-science-building-android-apps-with-nativephp

Weird Science: Building Android Apps with NativePHP

Discover the new power of PHP mobile development with NativePHP

Vonage API Developer
@SecondeJ yes, WordPress website and plugin day by day havey now. That why wp need to optimization. Wp have budget friendly option compare to frameworks like Laravel so client still building project on WP. If they required Laravel and Others framework with caching, optimize SQL queries. WP have good advantage of pre build Themes, tamplate, plugins option, just click next button and you website build just few minutes.

RE: https://hachyderm.io/@itworldcup/115926604229775228

It'd be lovely if you could show your support!

β™₯️

A common issue in the PHP ecosystem isn’t the language itself β€” it’s the hosting environment.

Many hosting providers offer shared hosting powered by Apache, but the server is often poorly configured. Without proper tuning (MPM settings, OPcache, keep-alive, compression, etc.), even well-written PHP applications can feel slow.

Performance problems are frequently blamed on PHP, while the real bottleneck is misconfigured infrastructure.

Good configuration can make a huge difference.

#php #phpc

I finally solved my Composer hanging/stuck issue πŸš€
Set up a local proxy server and routed downloads using PHP stream functions.

Added real-time debugging with log files to trace where it was freezing.

Result: smooth installs, zero guesswork 😌

#PHP #composer #packagist #proxy

πŸ“£ Announcing the immediate availability of:

- PHP 8.1.34
- PHP 8.2.30
- PHP 8.3.29
- PHP 8.4.16
- PHP 8.5.1

‼️ These address the following security issues:

- PDO quoting result null deref
- Null byte termination in dns_get_record()
- Heap buffer overflow in array_merge()
- Information Leak of Memory in getimagesize()

πŸ“ https://www.php.net/ChangeLog-8.php
🎁 https://www.php.net/downloads
 https://windows.php.net/download/

#PHP #Release

PHP: PHP 8 ChangeLog

PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

@Crell thank you

πŸ₯³ PHP 8.5 Released!

In this new release, we have:

🌐 URI Extension
▢️ Pipe Operator
πŸ“‘ Clone With
⚠️ A New #[\NoDiscard] Attribute
πŸ†• Closures and First-Class Callables in Constant Expressions
πŸŒ€ Persistent cURL Share Handles

πŸ‘“ Read all about it on: https://www.php.net/releases/8.5/

πŸ”— https://php.net/ChangeLog-8#8.5.0
πŸ“¦ https://php.net/downloads

#PHP #PHP85 #Release

PHP: PHP 8.5 Release Announcement

PHP 8.5 is a major update of the PHP language, with new features including the URI Extension, Pipe Operator, and support for modifying properties while cloning.

What is Pipe operator in php ?

#php
#PipeOperator