Skip to content

Instantly share code, notes, and snippets.

View HedicGuibert's full-sized avatar

Hédic Guibert HedicGuibert

  • JoliCode
  • Paris
View GitHub Profile
@HedicGuibert
HedicGuibert / ArticlePreviewRenderer.php
Last active May 3, 2023 11:50
The ArticlePreviewRenderer class showcased in an article describing how to use Imagine to create article preview images
<?php
namespace App;
use Imagine\Gd\Font;
use Imagine\Image\Box;
use Imagine\Image\Point;
use Imagine\Image\Palette\RGB;
use Imagine\Image\Point\Center;
use Imagine\Draw\DrawerInterface;
@HedicGuibert
HedicGuibert / .php-cs-fixer.php
Created March 13, 2023 13:16
PHP-CS-Fixer 3.15.0 bug report config file
<?php
$header = <<<'EOF'
This file is part of JoliCode's json-ld project.
(c) jolicode.com <coucou@jolicode.com>
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
EOF;