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

Block or report smokills

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 Loading

  1. laravel-http-client-default-options laravel-http-client-default-options Public

    Extends the native Laravel Http Client, so that you can define default options

    PHP 28 9

  2. laravel-prometheus-exporter laravel-prometheus-exporter Public

    Forked from Superbalist/laravel-prometheus-exporter

    A prometheus exporter for Laravel

    PHP 1

  3. array_variation.php array_variation.php
    1
    <?php
    2
    
                  
    3
    function array_variation($old, $new) {
    4
      $new_map = array_flip(array_values($new));
    5
      $old_map = array_flip(array_values($old));
  4. aeria aeria Public

    Forked from caffeinalab/aeria

    WordPress Rapid Development Toolkit

    PHP