Page 1 des bookarks : php

Starting with Event Sourcing in PHP | by Dariusz Gafka | Nerd For Tech | Medium

Intéressant comme pattern, je tente un implémentation simple avec les events doctrine

Ajouté par inwebo le 2025-03-13. Permalink

tags️ : archi  php 

Anemic Domain Model

Anti pattern !

Ajouté par inwebo le 2025-03-11. Permalink

tags️ : php 

Implementing Workflow Component In Symfony With Multiple States Simultaneously

Symfony workflow component

Ajouté par inwebo le 2025-03-06. Permalink

tags️ : php  symfony 

Castor - The DX oriented task runner in PHP

Task Runner PHP à tester

Ajouté par inwebo le 2025-03-05. Permalink

tags️ : php 

How to Build Progressive Web Apps with Symfony - HogoNext

Intéressant à tester.

Ajouté par inwebo le 2024-12-10. Permalink

tags️ : php  symfony 

Iconv, set the charset to RCE: Exploiting the glibc to hack the PHP engine (part 1)

À lire

Ajouté par inwebo le 2024-11-26. Permalink

tags️ : php 

How to use Data Providers in PHPUnit — Martin Hujer blog

PHPUnit provider

Ajouté par inwebo le 2024-11-13. Permalink

tags️ : php  unit-testing 

Testing Traits in PHPUnit | doeken.org

test traits PHP

Ajouté par inwebo le 2024-11-12. Permalink

tags️ : php  unit-testing 

PHPStan 2.0 Released With Level 10 and Elephpants! | PHPStan

PHPStan 2.0 est disponible \o/

Ajouté par inwebo le 2024-11-12. Permalink

tags️ : php 

Parsica - PHP Parser Combinators | Parsica

Approche fonctionnelle pour un parser. À étudier

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : php  php-7.4  php-8.0  php-8.1  php-8.2  php-8.3 

Generics in PHP using PHPDocs. A couple of years I wrote an impactful… | by Ondřej Mirtes | Medium

A lire, une meilleure DOC block

Ajouté par inwebo le 2024-10-28. Permalink

tags️ : php 

symfony-docker/docs/makefile.md at main · dunglas/symfony-docker · GitHub

Exemple de makefile

Ajouté par inwebo le 2024-10-24. Permalink

tags️ : php  symfony 

Prefixes and Suffixes Do Not Belong in Interface Names – Nette Blog

Using the I prefix or Interface suffix for interfaces, as well as Abstract for abstract classes, is an anti-pattern. It has no place in clean code. Differentiating interface names, in fact, obscures OOP principles, introduces noise into the code, and complicates development. Here are the reasons. Je n'ai toujours pas tranché

Ajouté par inwebo le 2024-10-15. Permalink

tags️ : archi  php 

[BLOG]Home — Matthias Noback - Blog

Trainer, writer, and developer of web applications since 2002

Ajouté par inwebo le 2024-10-07. Permalink

tags️ : blog  php 

Zend Framework from Scratch | Nettuts+

Ready to take your PHP skills to the next level? In this new “From Scratch” series, we'll focus exclusively on Zend Framework, a full-stack PHP framework created by Zend Technologies. First in our tutorial series, is "Getting Started with Zend Framework."

Ajouté par inwebo le 2011-12-02. Permalink

tags️ : php