Tag: php

  • Modernizing the PHP

    Reaching a certain age in source, I decided to update and polish the structure a bit. First visible break will be the use of composer. So you have to run composer install once in the web folder to include the 3rd party libs. Next possibly breaking change is the use of namespaces, which just makes…