<?php
namespace App\Developer;
/**
* @requires PHP 8.3
*/
#[AsHuman]
final class OskarStark extends SymfonyCoreDeveloper implements DeveloperInterface
{
use Symfony;
use PostgreSQL;
use Twig;
use Ops;
public const FIRST_NAME = 'Oskar';
public const LAST_NAME = 'Stark';
public function __construct(
private \DateTimeImmutable $birthDate = new \DateTimeImmutable('1985-02-20'),
private string $email = '[email protected]',
private string $currentCompany = 'SensioLabs Germany', // https://sensiolabs.com
private string $currentCity = 'Berlin, Germany',
) {
}
public function getTwitter(): ?SocialAccountInterface
{
return new TwitterAccount('https://twitter.com/oskarstark');
}
public function isOpenForFreelanceWork(): bool
{
return true;
}
/**
* @return array<string, string>
*/
public function getMaintainedGithubActions(): array
{
return [
'PHPStan' => 'https://github.com/OskarStark/phpstan-ga',
'PHP-CS-Fixer' => 'https://github.com/OskarStark/php-cs-fixer-ga',
];
}
}
🏠
Symfony ❣️ SensioLabs
Managing Director @sensiolabs-de
-
SensioLabs Deutschland
- Berlin
- https://sensiolabs.de
- @OskarStark
- in/oskar-stark
Highlights
- Pro
Pinned Loading
-
-
-
-
-
sonata-project/SonataAdminBundle
sonata-project/SonataAdminBundle PublicThe missing Symfony Admin Generator
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.