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

Block or report keltuo

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 Loading

  1. php-smartemailing php-smartemailing Public

    SmartEmailing client library for PHP

    PHP 3 1

  2. docker-php docker-php Public

    Custom dockerfiles

    Dockerfile 1

  3. jsonschema-php-generator jsonschema-php-generator Public

    Generate Json schema from php classes.

    PHP 2

  4. key-value-mapper key-value-mapper Public

    Mapper key / values - sanitize, defaults, lists, collection

    PHP 1 1

  5. Install gitlab-runner from docker an... Install gitlab-runner from docker and register token
    1
    docker run -d --name gitlab-runner-name --restart always \
    2
      -v /srv/gitlab-runner-name/config:/etc/gitlab-runner \
    3
      -v /var/run/docker.sock:/var/run/docker.sock \
    4
      gitlab/gitlab-runner:latest
    5