Skip to content
View hareland's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report hareland

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. Netherlands / Dutch Burgerservicenum... Netherlands / Dutch Burgerservicenummer (BSN) Generator and validator ported from C.
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Burgerservicenummer helper class.
    5
     *
  2. TypeScript Enum to Array function TypeScript Enum to Array function
    1
    interface EnumItem<E> {
    2
        value: E;
    3
        key: keyof E;
    4
    }
    5
    
                  
  3. laravel-immutable-attributes laravel-immutable-attributes Public

    Adding immutable attributes to a Laravel model

    PHP 1

  4. multi-cache-remember multi-cache-remember Public

    This package offers the rememberMulti macro for the Laravel Cache facade, providing efficient retrieval of multiple cache keys with customizable expiration and callbacks for missing keys.

    PHP