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

Block or report ThePlatinum

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. Teners-net/laravel-extras Teners-net/laravel-extras Public

    Laravel Extras is a package that extend Laravel Application with more artisan commands and useful traits and helper classes.

    PHP 3

  2. Teners-net/laravel-link-preview Teners-net/laravel-link-preview Public

    A Laravel package for extracting link previews with customizable parsers, and caching support

    PHP 2

  3. Code to convert file "byte" size to ... Code to convert file "byte" size to human readable sizes ('KB', 'MB', 'GB', 'TB', 'PB').
    1
    
                  
    2
      /**
    3
       * Get convert file byte size to human readable
    4
       *
    5
       * @return String
  4. english-permutation english-permutation Public

    Performs a permutation of the input string and returns only valid English words that can be formed from the letters

    JavaScript 2

  5. Month List Functions for PHP This P... Month List Functions for PHP This PHP gist provides two functions to generate lists of month names in different formats.
    1
    <?php
    2
    
                  
    3
    if (!function_exists('month_list_assoc')) {
    4
        /**
    5
         * Get an associative array of months.