Skip to content
View SebSept's full-sized avatar
💭
Learning...
💭
Learning...

Highlights

  • Pro
Block or Report

Block or report SebSept

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

Hi There :)

I'm a php developer.
I'm currently training as a Symfony developper for a few months.
I worked mostly working around Prestashop.

I'm focused on php (php is great). I'm curious about all the way it can be used. I sometimes try other code languages then go back to php with new perspectives. I like to try new patterns, function, packages, etc.

I love to learn, and I'm focusing on achieving good/excellent code quality.

My current code hobby is this php starter repo which helps getting started with a new Symfony project in a few seconds.

I was an active member of Friend's Of Presta Console (most active contributor).

You may like my GitHub's stars, then follow me :)

Pinned

  1. docker-php-symfony-starter docker-php-symfony-starter Public

    Personnal Docker image for local php dev.

    Dockerfile

  2. php-starter php-starter Public template

    Php Opiniated Ready to use template (composer & Docker)

    PHP

  3. Virtual in memory php filesystem | ... Virtual in memory php filesystem | https://github.com/mikey179/vfsStream example.
    1
    <?php
    2
    /**
    3
    * This is just a simple example how to use mikey179/vfsStream - https://github.com/mikey179/vfsStream
    4
    *
    5
    * Don't be fooled by the documentation. 
  4. memoize_fn.php memoize_fn.php
    1
    <?php
    2
    
                  
    3
    function memoize(Closure $fn) : Closure {
    4
    
                  
    5
        return function (...$args) use ($fn) {
  5. ps_dev_base ps_dev_base Public

    Code analysis toolset for Prestashop module development without configuration pain.

    PHP 9