// PHP - autoloading PSR-4 namespace App\Services; use App\Models\User; use App\Utils\Helper; class UserService { // ... }