<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cyrille.giquello.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Cyrille Giquello - informatique:php</title>
        <description></description>
        <link>https://www.cyrille.giquello.fr/</link>
        <lastBuildDate>Wed, 13 May 2026 12:49:18 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://www.cyrille.giquello.fr/_media/wiki/dokuwiki.svg</url>
            <title>Cyrille Giquello</title>
            <link>https://www.cyrille.giquello.fr/</link>
        </image>
        <item>
            <title>aop</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/aop</link>
            <description>AOP en PHP

Rappel: la programmation par aspects est une technique permettant de mettre en facteur certaines responsabilités dont la réalisation est a priori dispersée à travers un système, fût-il orienté objet. Ses domaines de prédilection sont: Sécurité, Logs, Journalisation, Transactions, et tout domaine transversale d&#039;une application.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Sep 2023 00:00:36 +0000</pubDate>
        </item>
        <item>
            <title>asgardcms</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/asgardcms</link>
            <description>AsgardCms

	*  &lt;https://asgardcms.com&gt;
	*  &lt;https://github.com/AsgardCms&gt;

Il semble maintenu, il y a de l&#039;activité sur le github contributors, monthly pulse
(dernière Release 3.6.1 on 5 Sep 2018, Platform latest commit 14 Oct 2019, Core latest commit 17 Aug 2016)

Modular : &lt;https://asgardcms.com/modules&gt; Défini une structure pour les modules (comme des packages composer mais pas dans</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 30 Oct 2019 08:00:28 +0000</pubDate>
        </item>
        <item>
            <title>build_win32</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/build_win32</link>
            <description>Compiler PHP et PECL pour Windows

Compilation des sources: &lt;http://fr2.php.net/manual/fr/install.windows.building.php&gt;

Build your own PHP on Windows: &lt;http://wiki.php.net/internals/windows/stepbystepbuild&gt;

Supported compilers to build PHP on Windows: &lt;http://wiki.php.net/internals/windows/compiler&gt;

Supported Windows/Platform SDK: &lt;http://wiki.php.net/internals/windows/windowssdk&gt;

The PHP directory contains all libraries and tools required to build PHP itself or its extensions:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>cache</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/cache</link>
            <description>PHP et le cache

phpCached / mysqlCached

phpCached est un cache pour PHP. [coplie locale]

mysqlCached : classe qui étant phpCached pour lui ajouter le gestion de requetes MySQL.

C&#039;est Toorop qui l&#039;a fait : &lt;http://forum.cyborgnation.org/viewtopic.php?id=3&gt; 

L&#039;archive, au cas où le lien disparaisse (2006-02-22)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>cakephp</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/cakephp</link>
            <description>CakePhp

Si vous pouvez utiliser un autre framework, préférez Laravel. Sinon, ben c&#039;est la vie :-)

	*  &lt;http://cakePhp.org&gt;
	*  CakePHP
	*  La doc: &lt;https://book.cakephp.org&gt;

Liste de plugins

	*  Annuaire CakePHP Plugins
	*  &lt;https://github.com/FriendsOfCake/awesome-cakephp&gt;
	*  Best CakePHP Plugins by Amanda on October 19, 2020

Tips

User info

Récupérer l&#039;utilisateur connecté hors d&#039;un controller ou view</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 09:14:19 +0000</pubDate>
        </item>
        <item>
            <title>comparaison_zend_framework_symfony</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/comparaison_zend_framework_symfony</link>
            <description>Comparaison Zend_Framework et Symfony

	*  Zend_Framework
	*  Symfony

Avant de commencer un projet d&#039;application Web, la question se pose de choisir un framework sur lequel concevoir cette application. Pour Php je sens 2 préférances: Le Zend Framework et Symfony.

Les points importants nécessaires à une application :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>composer</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/composer</link>
            <description>Php Composer

Tips &amp; tricks

Overriding dependencies with Composer

	*  &lt;http://mnapoli.fr/overriding-dependencies-with-composer/&gt;
	*  composer documentation: require-inline-alias

Access Gitlab private repository

Le token pour autoriser l&#039;accès de composer à un depot privé sur gitlab.com n&#039;est pas à mettre dans la config de composer (ça ne fonctionne pas), il faut seulement configurer</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 15 Sep 2021 11:50:16 +0000</pubDate>
        </item>
        <item>
            <title>dal</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/dal</link>
            <description>Database Abstraction Layers (DAL) pour Php

Database Abstraction Layers (DAL)

Voir aussi Object Relational Mapping (ORM) pour PHP.

Implémentations

PDO

&lt;http://fr.php.net/manual/en/book.pdo.php&gt;

 The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>enso</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/enso</link>
            <description>Enso - Laravel Framework

Enso Full featured Single Page Application SPA boilerplate, Laravel, Vue.js, Bulma. C&#039;est une mine d&#039;inspirations ;-)

Enso is a SPA, and generally, SPAs handle routing for their web pages and use a API for fetching and persisting data.

	*  Dépôts:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 11:53:20 +0000</pubDate>
        </item>
        <item>
            <title>laravel_1</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/laravel_1</link>
            <description>Laravel

Laravel The PHP Framework For Web Artisans.

Voir aussi :

	*  Lumen une version micro-framework de Laravel 5.
	*  informatique/web/Tailwind Css

Documentation

	*  Laravel 8.x
		*  La TALL Stack Tailwind CSS, AlpineJS, Laravel et Livewire
		*  laravel-frontend-presets, en plus des quelques ui presets fournis par Laravel pour un simple dashboard ou la tall stack ou</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:22:20 +0000</pubDate>
        </item>
        <item>
            <title>laravel</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/laravel</link>
            <description>Laravel

Ancienne page Laravel avant la version 12, mais avec plein de packages ;-)

Installation

Version 1

Plusieurs façons d&#039;installer Laravel:

	*  Avec son Installateur
		*  Qui vous propose de choisir un Starter-Kit entre Vue, React ou Livewire
		*  pour d&#039;autres starter-kit voir la suite</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 03 May 2026 08:48:34 +0000</pubDate>
        </item>
        <item>
            <title>lumen</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/lumen</link>
            <description>Lumen

Lumen is a “micro-framework” built on top of Laravel&#039;s components, and is the official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:31:58 +0000</pubDate>
        </item>
        <item>
            <title>multilingue</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/multilingue</link>
            <description>Multilingue

internationalization et localization

Articles

Internationalization in PHP 5.3 by Stas Malyshev on 2009-07-06 about the Php extension for ICU library (IBM)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>multiotp</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/multiotp</link>
            <description>multiOTP

Librairie en Php sous licence GNU LGPL qui implémente beaucoup de protocoles One Time Password (OTP) et qui est certifiée par le consortium Open AuTHentication (OATH) pour ses implémentation HOTP et TOTP. Dernière version observée 5.9.6.5 du 2023-07-07.

	*  &lt;https://github.com/multiOTP/multiotp&gt;
	*  &lt;https://github.com/multiOTP/multiotp/wiki&gt;

The multiOTP class can be used alone (for example to have strong authentication for your PHP based web application), as a command line tool (to…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Aug 2023 16:33:14 +0000</pubDate>
        </item>
        <item>
            <title>multithread</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/multithread</link>
            <description>Multithread en PHP

La programmation multithreadée en PHP est un véritable casse tête, en effet il n’existe pas à l’heure d’aujourd’hui de véritable moyen de faire du multithread en PHP 5. Et puis cela peut poser des problèmes de partage des ressources, je pense notamment à l&#039;accès aux base de données.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Jul 2025 14:16:59 +0000</pubDate>
        </item>
        <item>
            <title>october</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/october</link>
            <description>October CMS

October est construit sur le framework Laravel.

&lt;http://octobercms.com&gt;

Tutoriels:

	*  Sur sitepoint.com:
		*  Introducing OctoberCMS – a Laravel-based CMS
		*  How to Build an OctoberCMS Theme
		*  Building OctoberCMS Plugins: Google Analytics</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 08:37:19 +0000</pubDate>
        </item>
        <item>
            <title>orm</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/orm</link>
            <description>Object Relational Mapping (ORM) pour PHP

Voir aussi :

	*  Glossaire: Object Relational Mapping (ORM)
	*  Page: Database Abstraction Layers (DAL) for Php.

Articles

Symfony: bench des ORM Propel et Doctrine

ORM in PHP using Propel 3. September 2007

Etudes comparatives

2009-05-16 doctrine-vs-propel-2009-update

2009-02-22 benchsymfonyorm

2008-07-17 Reconciling Propel and Doctrine

2008-04-10 Propel is not hard anymore

Implémentations

En vrac

&lt;http://swik.net/orm?popular&gt;

Eazy PHP Data O…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>performance</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/performance</link>
            <description>PHP Performance

Voir aussi:

	*  /informatique/php/Cache

Articles

	*  More on PHP performance by Stanislav Malyshev (alias Stas) on 2009-07-13
	*  More defensive programming practices to survive Web site traffic peaks by Manuel Lemos on 2007-05-29

	*  PHP compiler performance comparaison by Manuel Lemos on 2010-02-05

At developpment time

Profiling

Profile you code before you start optimizing it! Otherwise it would be like travelling around a foreign city with signs written in an unreadabl…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 23 Jul 2016 11:49:15 +0000</pubDate>
        </item>
        <item>
            <title>phing</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/phing</link>
            <description>Phing

PHing Is Not GNU make; it&#039;s a project build system based on Apache Ant.

Phing est un outil de maintenance basé sur Ant (monde Java) et écrit en PHP. Le fonctionnement de Phing est similaire à celui de Ant ou make et ses fonctionnalités particulièrement adaptées aux opérations de construction, nettoyage, test, déploiement et sauvegarde d&#039;applications PHP. Cet article vous propose de découvrir l&#039;intérêt et le fonctionnement de cet outil à travers quelques exemples simples.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>shared_memory</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/shared_memory</link>
            <description>PHP and Shared Memory

Implementations

shmop_*

shmop is to provide a symple interface to shared memory that can be used with OTHER NON php shm creators. 

Versions of Windows previous to Windows 2000 do not support shared memory. 

Remember, that shared memory is NOT safe against simultaneous access.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>singleton</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/singleton</link>
            <description>Singleton

Une classe héritable pour faire des Singletons.

Nécessite PHP &gt;= 5.3.


abstract class Singleton
{
	// this must be in every inherited singleton!
	protected static $_instances = array() ;

	/**
	 * @exception Cannot duplicate a singleton
	 */
	final public function __clone()
	{
		throw new Exception(&#039;Cannot duplicate a singleton.&#039;);
	}

	final private function __sleep()
	{
		/* restless class */
	}

	/**
	 * Get the instance
	 * @return A object of a class
	 */
	final public static f…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>slim</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/slim</link>
            <description>Slim Framework

Un framework web très léger pour Php.

	*  Slim Framework

RESTful services with jQuery, PHP and the Slim Framework (December 1, 2011)

Simple Blog written with Slim Framework with Slim Framework, Eloquent (ORM), Twig, Bootstrap

Rapid Application Prototyping in PHP Using a Micro Framework with Slim Framework, Slim Extras, Twig, Paris &amp; Idiorm

How to use Laravel&#039;s Eloquent ORM with the Slim Framework

For a Validation framework, look at &lt;http://respect.li/Validation/&gt;

Command l…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 May 2015 08:08:38 +0000</pubDate>
        </item>
        <item>
            <title>symfony</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/symfony</link>
            <description>Symfony

&lt;https://symfony.com/&gt; Symfony

! NEW ! Symfony3

! NEW ! Symfony2

[Symfony logo]

	*  Drupal 7 vs Symfony 2: overview after 1 year of Symfony development

Etude perso

Gestion de la langue de l&#039;utilisateur

Documentation

Accès rapide:

	*  Symfony Reference Book v1.4
		*  Tasks (chap 16)

	*  Doctrine ORM v1.2
		*  Manual - Table of Contents


Les livres Sensio Labs (buy or read online for free)

	*  Tous les livres en anglais.
	*  Plus loin avec Symfony 1.3 &amp; 1.4 en français.

symfo…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 24 Jan 2025 19:40:20 +0000</pubDate>
        </item>
        <item>
            <title>symfony2</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/symfony2</link>
            <description>Symfony 2

Please note that Symfony 2 is not yet ready for production. The final release is planned for late 2010 and will only support PHP 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4  stable release for all your projects.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>symfony3</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/symfony3</link>
            <description>Symfony 3

	*  Avantages de la programmation avec Symfony comparée à une programmation directe en PHP
		*  Votre application a maintenant du code clair et toujours organisé (à travers Symfony qui ne vous force pas dans ce sens). Ceci favorise la réutilisabilité et permet à des nouveaux développeurs d&#039;être productifs plus rapidement dans votre projet.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 26 Aug 2016 12:32:39 +0000</pubDate>
        </item>
        <item>
            <title>tips</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/tips</link>
            <description>PHP Tips &amp; Tricks

DateTime

Php =&gt; Mysql =&gt; Php


 $mysqldate = date( &#039;Y-m-d H:i:s&#039;, $phpdate );

 $phpdate = strtotime( $mysqldate );


strftime

le paramètre %e pour mettre le jour du mois sur 1 seul chiffre (1 à 31) ne fonctionne pas avec Php/Windows. La raison est que strftime n&#039;est pas portable et la doc php n&#039;est donc pas correcte pour tous les</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Oct 2025 16:02:51 +0000</pubDate>
        </item>
        <item>
            <title>zend_framework</title>
            <link>https://www.cyrille.giquello.fr/informatique/php/zend_framework</link>
            <description>Zend Framework

[Zend Framework]

&lt;http://framework.zend.com/&gt;

Programmer&#039;s Reference Guide : fr en

Comparaison Zend_Framework et Symfony

Etude perso

Sources de documentation

sur developpez.net/.com : Accueil Cours, FAQ, Forums

	*  
	*  Les cours de Julien Pauli sur developpez.com sont très pertinents (sécurité, ZendFramework, ...).
	*  le Zend Framework Francophone: &lt;http://www.z-f.fr&gt;
	*  &lt;http://mikaelkael.fr/&gt; pour la traduction fr du guide de référence.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
    </channel>
</rss>
