<?php
namespace App\Developer;
/**
* @requires PHP 8.4
*/
#[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 $company = 'SensioLabs Germany', // https://sensiolabs.com
private string $placeOfResidence = '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
-
php-llm/llm-chain
php-llm/llm-chain PublicPHP library for building LLM-based features and applications.
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.