PHP

1 readers
2 users here now

founded 2 years ago
26
 
 

When you are deploying code to a server and not with containers then it is critical to know how to properly restart Opcache. Why? Opcache never throws old files out of the cache. Therefore, if a new version is deployed in a completely new directory, all files from the old version will remain in the [...]

27
 
 

Bad news first, php[tek] 2024 is over. Good news, you don’t have to listen to us talk about php[tek] 2024 as much anymore. php[tek] 2025, however, is just around the corner, and there is no time like the present to put the bug in your supervisor’s ear about attending.

28
 
 

PHP 8.4 will be released in November 2024, but the list of new features and deprecated features is...

29
 
 

Welcome to the April edition of PHP Annotated! We'll recap the most interesting developments in the PHP community over the past couple of months, featuring handpicked news, articles, tools, and videos

30
 
 

As a developer, you may have encountered situations where you need to convert numbers to words or...

31
 
 

Germany's Sovereign Tech Fund has been making significant, much-needed investments into various open-source upstream projects from the GNOME desktop to Rust-written Coreutils and more

32
 
 

In the landscape of software testing, the choice between a do-it-yourself (DIY) approach to mocking and utilizing mocking frameworks is a pivotal decision for programmers. While mocking is indispensable for code reliability, its overuse or incorrect implementation can introduce complexities and fragilities within test suites. This article navigates the balance between leveraging mocks effectively and avoiding common pitfalls, including the dangers of writing mocks in a suboptimal manner.

33
 
 

In this article, we'll explore the process of creating JSON Web Tokens (JWTs) from scratch in PHP, presenting a superior and more secure authentication scheme. By implementing this advanced approach, we unveil a robust and highly secure authentication mechanism that significantly enhances data protection and user authentication. Table Of

34
 
 

A framework is a collection or set of tools and processes that work together to support testing and...

35
 
 

If you're interested in Machine Learning and PHP, Transformers PHP emerges as a game-changer,...

36
 
 

⚡ Enhance the Developer Experience (DX) with Serverless and DevOps Best Practices In the...

37
 
 

This snippet shows how to transform an array into a traversable object with PHP. A reminder: iterable is a type hint introduced in PHP 7.1, whereas Travers

38
 
 

I'm not sure how big of a series I want to make this. But here we go. The target of the series is to...

39
 
 

Regular blogging by Terence Eden.

40
 
 

Property Hooks Os property hooks são funções que controlam como uma propriedade é setada...

41
 
 

The Property Hooks RFC for PHP moves closer to coming to PHP 8.4 with an overwhelmingly positive 34/1 vote. Learn about Property Hooks in PHP and the syntax outlined in the proposal.

42
 
 

When we upgrade a new project to the best version possible, the latest PHP and framework versions, it's not only about changing syntax sugar to a more fancy one. It's about the vast focus shift in project management so far. It's a change to master. I want to share the basic rules we apply to make the "impossible" upgrades successful and steady.

43
 
 

PHP popularity has dropped dramatically, coinciding with WordPress becoming "JavaScript-first" according to its co-creator Matt Mullenweg.

44
 
 

Qual a maneira mais eficaz, tanto de escrita como de processamento, de alcançarmos um key by no...

45
 
 

Docker is a popular open-source platform for developing, shipping, and running applications. It encapsulates applications and their dependencies in

46
 
 

PhpStorm, the PHP IDE by JetBrains, released version 2024.1 this week with a brand new terminal, local AI code completion, Pest improvements, and more.

47
 
 

In AI Assistant 2024.1, we’ve implemented improved test generation, full line code completion for Java, Kotlin, Python, JavaScript, TypeScript, CSS, PHP, Go, and Ruby, and more!

48
 
 

Mejora la arquitectura de tus proyectos PHP: domina el patrón Abstract Factory para un código más eficiente y organizado.

49
 
 

How to execute and manage ES|QL queries in PHP

50
 
 

An article by Rob Allen

view more: ‹ prev next ›