Skip to content
View khatritariq's full-sized avatar
Block or Report

Block or report khatritariq

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. pre-commit.sh pre-commit.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Based on code from http://tech.zumba.com/2014/04/14/control-code-quality/
    4
    
                  
    5
    PROJECT=$(php -r "echo dirname(dirname(dirname(realpath('$0'))));")
  2. PHP CS Fixer rules PHP CS Fixer rules
    1
    
                  
    2
    $finder = PhpCsFixer\Finder::create()
    3
        ->exclude('node_modules')
    4
        ->exclude('vendor')
    5
        ->in(__DIR__);
  3. cricketscoreandstats cricketscoreandstats Public

    Laravel - Cricket Score and Statistics

    PHP 1 1

  4. laravel-clean-services laravel-clean-services Public

    Developing Clean Services in Laravel

    PHP 2

  5. simplephpdocker simplephpdocker Public

    Simple PHP Docker Setup

    Dockerfile