Skip to content
View svenpet90's full-sized avatar
👻
👻
Block or Report

Block or report svenpet90

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

Hi there 👋

<?php

namespace App\Developer;

#[AsHuman]
final class SvenPetersen extends SymfonyDeveloper implements DeveloperInterface
{
    use Symfony;
    use TYPO3;
    use Twig;
    use Stimulus;
    use HotwiredTurbo;

    public const string FIRST_NAME = 'Sven';
    public const string LAST_NAME = 'Petersen';
    
    public function __construct(
        private \DateTimeImmutable $birthDate = new \DateTimeImmutable('1990-03-04'),
        private string $email = 'sven@hardanders.de',
        private array $currentCompanies = [
            'Dauskonzept GmbH'          => 'Webdeveloper',        // https://dauskonzept.de
            'HardAnders GbR' => 'Founder & Developer', // https://hardanders.de
        ],
        private string $currentCity = 'Schafflund, Germany'
    ) {
    }
    
    public function isOpenForFreelanceWork(): bool
    {
        return true;
    }
}

Pinned

  1. FriendsOfTYPO3Headless/headless_bootstrap_package FriendsOfTYPO3Headless/headless_bootstrap_package Public

    Provides JSON output to EXT:bootstrap_package content elements

    PHP 2 1

  2. instagram instagram Public

    TYPO3 Extension to import and display instagram posts/feeds

    PHP 4 2

  3. dauskonzept/twitter2news dauskonzept/twitter2news Public

    TYPO3 Extension to import Tweets as EXT:news articles

    PHP 1 1

  4. dauskonzept/instagram2news dauskonzept/instagram2news Public

    TYPO3 Extension to import instagram feeds/posts as EXT:news articles

    PHP 2 1

  5. dauskonzept/youtube2news dauskonzept/youtube2news Public

    TYPO3 extension to import YouTube videos/channels as news articles

    PHP 2

  6. dauskonzept/openinghours dauskonzept/openinghours Public

    TYPO3 Extension to display business opening hours.

    PHP