Skip to content
View jakub-frajt's full-sized avatar

Sponsoring

@derickr
Block or Report

Block or report jakub-frajt

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

Pinned

  1. docker-ci-php-security-checker docker-ci-php-security-checker Public

    Docker image that contains https://github.com/fabpot/local-php-security-checker.

    Dockerfile 1

  2. Fish shell function that run Compose... Fish shell function that run Composer via Docker container
    1
    function composer --description 'Run Composer via Docker container'
    2
      docker run --rm -it -v $SSH_AUTH_SOCK:/ssh-auth.sock -v $PWD:/app -e SSH_AUTH_SOCK=/ssh-auth.sock -u (id -u):(id -g) composer $argv;
    3
    end
  3. php-enum-normalizer php-enum-normalizer Public

    Symfony normalizer for marc-mabe/php-enum (https://github.com/marc-mabe/php-enum)

    PHP

  4. typed-list typed-list Public

    The array data types that contains only specific type of values. Substitution of missing generic types in PHP.

    PHP

  5. email-subscriber-test-api email-subscriber-test-api Public

    Simple Testing API that simulate REST API for subscribe to the newsletter.

    PHP

  6. CoreBundle CoreBundle Public

    Forked from unite-cms/CoreBundle

    [READONLY] Core functionality for unite cms

    PHP