Skip to content
View mcaskill's full-sized avatar
🥃
🥃

Sponsoring

@composer
@Homebrew
@samschott

Organizations

@locomotivemtl
Block or Report

Block or report mcaskill

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
mcaskill/README.md

Welcome 👋 to the tools and projects of Chauncey McAskill, gentleman.

Pinned

  1. charcoalphp/charcoal charcoalphp/charcoal Public

    Charcoal is a web-based tool box that adapts to all your project needs.

    PHP 7

  2. composer-plugin-exclude-files composer-plugin-exclude-files Public

    📦 Composer plugin to exclude files required by packages using the 'files' autoloading mechanism.

    PHP 35 5

  3. php-html-build-attributes php-html-build-attributes Public

    Generate a string of HTML attributes.

    PHP 7

  4. js-html-build-attributes js-html-build-attributes Public

    Generate a string of HTML attributes.

    JavaScript

  5. sass-mq sass-mq Public

    Forked from sass-mq/sass-mq

    A Sass library that helps manipulating media queries in an elegant way.

    SCSS 26 1

  6. PHP : Groups an array by a given key PHP : Groups an array by a given key
    1
    <?php
    2
    
                  
    3
    if (!function_exists('array_group_by')) {
    4
    	/**
    5
    	 * Groups an array by a given key.