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

Block or report andrerom

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. symfony-live-london-2016-docker-demo symfony-live-london-2016-docker-demo Public

    Forked from symfony/symfony-standard

    Symfony standard with changes to run on simple docker setup

    PHP 5 3

  2. Shell command to be able to switch b... Shell command to be able to switch between MacOS liip PHP versions + set some default PHP config automatically
    1
    #!/bin/sh
    2
    
                  
    3
    # This simple script lists the installed OSX PHP packages
    4
    # and lets you choose which one to activate (by changing the symlink).
    5
    # Fairly rudimentary, but it does the job (for me).
  3. sf-london-2018-httpcache-demo sf-london-2018-httpcache-demo Public

    Forked from symfony/demo

    Symfony Demo Application

    PHP 2 5

  4. sfcon-amsterdam-2019-redis-cache-demo sfcon-amsterdam-2019-redis-cache-demo Public

    Demo code used at Symfony Con 2019 for demoing Symfony Cache, cache tagging, Redis and RedisTagAware, this is a fork of symfony/demo

    PHP 1 2

  5. PHP RFC: Lazy objects PHP RFC: Lazy objects
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Possible idea for PHP RFC (PHP language feature).
    5
     *