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 Webkul\Shipping\Facades; use Illuminate\Support\Facades\Facade; class S..

Decoded Output download

<?php

namespace Webkul\Shipping\Facades;

use Illuminate\Support\Facades\Facade;

class Shipping extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'shipping';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Webkul\Shipping\Facades;

use Illuminate\Support\Facades\Facade;

class Shipping extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'shipping';
    }
}

Function Calls

None

Variables

None

Stats

MD5 f2cf42ed164330e154a3299abb9e4dbd
Eval Count 0
Decode Time 94 ms