Skip to content
View ariyx's full-sized avatar
🐢
Chilling
🐢
Chilling

Block or report ariyx

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ariyx/README.md
<?php

namespace Arix;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Webilo',
                'position' => 'Founder'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            PHP::class,
            Laravel::class,
            Vuejs::class,
            Golang::class
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }

    public function whoIsArix(): string
    {
        return 'Upgraded version of armin.';
    }
}

Pinned Loading

  1. HttpClient HttpClient Public

    This class facilitates your work in sending HTTP/HTTPS requests, making it easier for you to handle.

    PHP 1

  2. ariyx ariyx Public

    There is nothing here.

  3. CAPTCHA-Generator CAPTCHA-Generator Public archive

    Let's embrace our CAPTCHA and embark on a whimsical, laugh-inducing, and enigmatic journey towards enhanced security.

    PHP 1

  4. ar-php ar-php Public

    Forked from khaled-alshamaa/ar-php

    Set of functionalities enable Arabic website developers to serve professional search, present and process Arabic content in PHP

    PHP