Skip to content

Instantly share code, notes, and snippets.

<?php declare(strict_types=1);
final class ServerResolver
{
private const CONFIG = [
'free_space' => 500,
'tcp_connection' => 300,
'upload_speed' => 200,