Skip to content
View kburton-dev's full-sized avatar

Block or report kburton-dev

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

Hello world 👋 My name is Kyle Burton.

Full Stack Developer with proactive ownership mentality.

Building high quality and stable applications that scale.

Pinned Loading

  1. pre-commit: run pint, and phpstan on... pre-commit: run pint, and phpstan on diffed files
    1
    #!/bin/bash
    2
    
    
    3
    # Get the root directory of the Git repository
    4
    root_directory=$(git rev-parse --show-toplevel)
    5
    cd "$root_directory"
  2. Useful PHPStan rules for Laravel Useful PHPStan rules for Laravel
    1
    <?php
    2
    
    
    3
    namespace Rules;
    4
    
    
    5
    use PhpParser\Node;
  3. netdash netdash Public

    Basic RSS/Atom aggregator using Laravel with Livewire/Volt

    HTML

  4. dedoc/scramble dedoc/scramble Public

    Modern Laravel OpenAPI (Swagger) documentation generator. No PHPDoc annotations required.

    PHP 1.2k 112

  5. dereuromark/cakephp-queue dereuromark/cakephp-queue Public

    Queue plugin for CakePHP - simple, pure PHP and without dependencies.

    PHP 307 137

  6. php-linked-list php-linked-list Public

    A linked list implementation in PHP done for a job interview

    PHP