PHP 8.3.31
Preview: IpInfoLite.php Size: 691 B
/home/getspomw/royalsquad.us/vendor/stevebauman/location/src/Drivers/IpInfoLite.php

<?php

namespace Stevebauman\Location\Drivers;

use Illuminate\Support\Fluent;
use Stevebauman\Location\Position;

class IpInfoLite extends HttpDriver
{
    /**
     * {@inheritdoc}
     */
    public function url(string $ip): string
    {
        $url = "https://api.ipinfo.io/lite/$ip";

        if ($token = config('location.ipinfo.token')) {
            $url .= '?token='.$token;
        }

        return $url;
    }

    /**
     * {@inheritdoc}
     */
    protected function hydrate(Position $position, Fluent $location): Position
    {
        $position->countryCode = $location->country_code;
        $position->countryName = $location->country;

        return $position;
    }
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
1.90 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
2.03 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.00 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.45 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.23 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.06 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
394 B lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.12 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.11 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
691 B lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
1.06 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
6.58 KB lrw-rw-rw- 2025-08-03 14:03:40
Edit Download
199 B lrw-rw-rw- 2025-08-03 14:03:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).