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\Providers; use App\Services\YouTubeService; use Illuminate\Support\S..

Decoded Output download

<?php

namespace App\Providers;

use App\Services\YouTubeService;
use Illuminate\Support\ServiceProvider;

class YouTubeServiceProvider extends ServiceProvider
{
    public function register(): void
    {
        app()->singleton('YouTube', static fn (): YouTubeService => app(YouTubeService::class));
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Providers;

use App\Services\YouTubeService;
use Illuminate\Support\ServiceProvider;

class YouTubeServiceProvider extends ServiceProvider
{
    public function register(): void
    {
        app()->singleton('YouTube', static fn (): YouTubeService => app(YouTubeService::class));
    }
}

Function Calls

None

Variables

None

Stats

MD5 e1699edc7202cc687c17c538600d62bc
Eval Count 0
Decode Time 107 ms