Skip to content
View ozh's full-sized avatar
🍷
More wine, please.
🍷
More wine, please.

Sponsors

@YOURLS

Organizations

@YOURLS
Block or Report

Block or report ozh

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
ozh/README.md

image

<?php
// 👋 Hello, I'm Ozh
$me = new Ozh;

var_dump($me->name);
// string(3) "ozh"

var_dump($me->likes);
// array(3) {
//   [0]=> string(5) "metal"
//   [1]=> string(4) "wine"
//   [2]=> string(3) "php"
// }

var_dump($me->projects);
// object(Projects)#1 (1) {
//     ["name"]=> string(13) "YOURLS/YOURLS"
// }

exit(0);

Pinned

  1. YOURLS/YOURLS YOURLS/YOURLS Public

    🔗 The de facto standard self hosted URL shortener in PHP

    PHP 10.2k 1.9k

  2. YOURLS/awesome YOURLS/awesome Public

    🎉 A curated list of awesome things related to YOURLS

    763 135

  3. ascii-tables ascii-tables Public

    ⚡ Quickly format table in ASCII. Great for code comments, or Github Markdown!

    JavaScript 587 124

  4. github-colors github-colors Public

    🌈 Github colors for all the languages

    Python 683 165

  5. top_100_PHP_projects top_100_PHP_projects Public

    💯 The 𝗧𝗼𝗽 𝟭𝟬𝟬 𝗣𝗛𝗣 Projects on Github. (𝐿𝑖𝑠𝑡 𝑔𝑒𝑛𝑒𝑟𝑎𝑡𝑒𝑑 𝑏𝑦 𝑎 𝑅𝑢𝑏𝑦 𝑠𝑐𝑟𝑖𝑝𝑡 𝑡ℎ𝑎𝑡 𝑤𝑎𝑠 𝑔𝑒𝑛𝑒𝑟𝑎𝑡𝑒𝑑 𝑏𝑦 𝐴𝐼 !)

    Ruby 20 4

  6. YOURLS/YOURLS-test-suite-for-plugins YOURLS/YOURLS-test-suite-for-plugins Public

    🧪 YOURLS test suite for plugins. Write unit tests for your YOURLS plugins!

    Shell 1