Skip to content

Instantly share code, notes, and snippets.

View Yentel's full-sized avatar

Yentel Hollebeke Yentel

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Yentel on github.
  • I am on3yh (https://keybase.io/on3yh) on keybase.
  • I have a public key whose fingerprint is E03D BC8B 8DDA B4F2 E474 8463 699F 2D2A C3D8 5DB1

To claim this, I am signing this object:

@Yentel
Yentel / HttpCode.php
Created January 18, 2018 15:30
PHP Class with all HTTP Status codes (Laravel)
<?php
namespace App\Http;
class HttpCode
{
/*
* HTTP Status Codes & their meaning
* Source: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
* By: Yentel Hollebeke - https://github.com/yentel