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

Sponsoring

@composer
@Homebrew
@jordanbaird

Organizations

@locomotivemtl

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 Loading

  1. charcoalphp/charcoalcharcoalphp/charcoalPublic

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

    PHP 8

  2. composer-plugin-exclude-filescomposer-plugin-exclude-filesPublic

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

    PHP 40 5

  3. php-html-build-attributesphp-html-build-attributesPublic

    Generate a string of HTML attributes.

    PHP 8 1

  4. js-html-build-attributesjs-html-build-attributesPublic

    Generate a string of HTML attributes.

    JavaScript

  5. sass-mqsass-mqPublic archive

    Forked from sass-mq/sass-mq

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

    SCSS 25 2

  6. PHP : Groups an array by a given keyPHP : 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.