Stevebauman\Location\Drivers\GeoPlugin::process PHP Method

process() protected method

protected process ( $ip )
    protected function process($ip)
    {
        try {
            $response = unserialize(file_get_contents($this->url() . $ip));
            return new Fluent($response);
        } catch (\Exception $e) {
            return false;
        }
    }