PHP

1 readers
1 users here now

founded 2 years ago
51
 
 

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

52
 
 

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

53
 
 

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

54
 
 

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

55
 
 

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...

56
 
 

Regular blogging by Terence Eden.

57
 
 

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

58
 
 

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.

59
 
 

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.

60
 
 

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

61
 
 

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

62
 
 

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

63
 
 

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.

64
 
 

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!

65
 
 

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

66
 
 

How to execute and manage ES|QL queries in PHP

67
 
 

An article by Rob Allen

68
 
 

Jeffrey Way shares his PhpStorm set up.

69
 
 

Currently, the de-facto standard to Dockerizing PHP applications is to use the Docker PHP official image. This is maintained by Docker itself and community members and has compiled PHP with no extensions. To install extensions, we have to do this in our Dockerfile: FROMphp:8.2-cliRUN docker-php-ext-install pdo pdo_mysql curlThe helper script docker-php-ext-install does unpack the PHP source code and installs the given extensions. For some extensions like gd, we need also libraries installed like libpng and so on.

70
 
 

Learn more about a new feature in v2024.1 of JetBrains IDEs – full line code completion.

71
 
 

PHP-FPM config files usually aren't something that you give too much attention to until something goes wrong. Here's what you can do when that time comes.

72
 
 

The PHP Foundation — Supporting, Advancing, and Developing the PHP Language

73
 
 

A blog about modern PHP, the web, and programming in general. Follow my newsletter and YouTube channel as well.

74
 
 

This is the story of the manufacturing of seven-league boots for a function that is responsible for processing XML/HTML data in the PHP library. Optimizations in the PHP standard library, like here in ext/dom, have the potential to speed up the performance of applications significantly by an upgrade to the current PHP version. I don't [...]

75
 
 

Single Page Applications, AJAX loading of content… there are legitimate reasons to use these technologies. That said I am constantly amazed…

view more: ‹ prev next ›