Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace App\Services\ApiClients; class YouTubeClient extends ApiClient { pub..

Decoded Output download

<?php

namespace App\Services\ApiClients;

class YouTubeClient extends ApiClient
{
    public function getKey(): ?string
    {
        return config('koel.youtube.key');
    }

    public function getSecret(): ?string
    {
        return null;
    }

    public function getEndpoint(): ?string
    {
        return config('koel.youtube.endpoint');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Services\ApiClients;

class YouTubeClient extends ApiClient
{
    public function getKey(): ?string
    {
        return config('koel.youtube.key');
    }

    public function getSecret(): ?string
    {
        return null;
    }

    public function getEndpoint(): ?string
    {
        return config('koel.youtube.endpoint');
    }
}

Function Calls

None

Variables

None

Stats

MD5 45b96115b5975f9cdf16677325b67a3c
Eval Count 0
Decode Time 144 ms