Skip to content
View alexandre-daubois's full-sized avatar
🚀
🚀
Block or Report

Block or report alexandre-daubois

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alexandre-daubois/README.md
<?php

namespace App\Developer;

/**
 * @requires PHP 8.3
 */
#[AsHuman]
final class AlexDaubois extends AbstractSymfonyLeadDeveloper implements DeveloperInterface
{
    public const string FIRST_NAME = 'Alexandre';
    public const string LAST_NAME = 'Daubois';
    
    public function __construct(
        #[\SensitiveParameter] private \DateTimeImmutable $birthDate = new \DateTimeImmutable('1996-01-07T05:30:00+0200'),
        private string $currentCompany = 'Wanadev',
        private string $currentCity = 'Lyon, France'
    ) {
    }
    
    public function getBlog(): ?SocialAccountInterface
    {
        return new MediumPage('https://alex-daubois.medium.com/');
    }
    
    public function getX(): ?SocialAccountInterface
    {
        return new XAccount('https://x.com/alexdaubois');
    }
    
    public function isCertified(): bool
    {
        return true;
    }
    
    public function getCertificationLabel(): ?string
    {
        return $this->isCertified() ? 'Symfony 6 Certified Developer (Expert)' : null;
    }
}

Pinned

  1. phikl phikl Public

    🥒 Apple's Pkl bridge for PHP

    PHP 22

  2. lazy-stream lazy-stream Public

    Write and read data to and from streams, only when it is really needed to

    PHP 66

  3. monolog-processor-collection monolog-processor-collection Public

    A collection of Monolog processors

    PHP 15 1

  4. symfony/symfony symfony/symfony Public

    The Symfony PHP framework

    PHP 29.3k 9.4k

  5. symfony/symfony-docs symfony/symfony-docs Public

    The Symfony documentation

    HTML 2.1k 5.1k