Skip to content
View carstenwindler's full-sized avatar

Organizations

@green-elephpant
Block or Report

Block or report carstenwindler

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. frameworkless frameworkless Public

    An example about how to code a simple webservice in PHP without the use of frameworks.

    PHP 7

  2. green-it green-it Public

    Green IT related resources

    6 2

  3. PacktPublishing/Clean-Code-in-PHP PacktPublishing/Clean-Code-in-PHP Public

    Clean Code in PHP, published by Packt

    PHP 38 15

  4. http-helper http-helper Public

    A tiny collection of helper functions which might be useful for your everday work with http requests

    PHP

  5. config config Public

    Drop-dead simple config package. Use it to bootstrap and access your configuration settings within your PHP application. Slim, tested, works from PHP 7.3 upwards, and won't add any other dependenc…

    PHP

  6. Bash script to quickly enable / disa... Bash script to quickly enable / disable xdebug in a PHP docker container
    1
    #!/usr/bin/env bash
    2
    # see https://carstenwindler.de/php/enable-xdebug-on-demand-in-your-local-docker-environment/
    3
    
                  
    4
    if [ "$#" -ne 1 ]; then
    5
        SCRIPT_PATH=`basename "$0"`