Skip to content
View OskarStark's full-sized avatar
🏠
Symfony ❣️ Sonata
🏠
Symfony ❣️ Sonata

Sponsors

@typesense

Highlights

  • Pro

Organizations

@sonata-project
Block or Report

Block or report OskarStark

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
OskarStark/README.md

Hi 👋

<?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 = 'oskarstark@googlemail.com',
        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',
        ];
    }
}

Pinned

  1. php-cs-fixer-ga php-cs-fixer-ga Public

    GithubAction for PHP-CS-Fixer

    Dockerfile 180 32

  2. phpstan-ga phpstan-ga Public

    GithubAction for PHPStan

    Dockerfile 94 19

  3. symfony/symfony symfony/symfony Public

    The Symfony PHP framework

    PHP 29.3k 9.3k

  4. symfony/symfony-docs symfony/symfony-docs Public

    The Symfony documentation

    HTML 2.1k 5.1k

  5. sonata-project/SonataAdminBundle sonata-project/SonataAdminBundle Public

    The missing Symfony Admin Generator

    PHP 2.1k 1.3k