PHPackages                             santran/slownetwork - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. santran/slownetwork

ActiveLibrary[HTTP &amp; Networking](/categories/http)

santran/slownetwork
===================

Integrate Check Slow Network Connection to Laravel 5.2 and above.

04.3kPHP

Since Apr 21Pushed 8y agoCompare

[ Source](https://github.com/mrsantran/slownetwork)[ Packagist](https://packagist.org/packages/santran/slownetwork)[ RSS](/packages/santran-slownetwork/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Check Slow Network Connection
=======================================

[](#laravel-5-check-slow-network-connection)

[![Total Downloads](https://camo.githubusercontent.com/9fa05c0d3763c2aaaf5db4ffe02ffffe37fc4dd7087beec8dbe61270a5d3561b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e7472616e2f736c6f776e6574776f726b2e737667)](https://packagist.org/packages/santran/slownetwork)[![Paypal Donate](https://camo.githubusercontent.com/7b6de155df30b37b25eb5fec52f9213680c3dbf067dfb7d7e2850ac4096c7d05/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f534d2e676966)](http://paypal.me/MrSanTran)

Demo: [![screen shot 2016-12-19 at 15 10 18](https://cloud.githubusercontent.com/assets/21286108/21305309/732868b4-c5fd-11e6-9b47-71d393ec518f.png)](https://cloud.githubusercontent.com/assets/21286108/21305309/732868b4-c5fd-11e6-9b47-71d393ec518f.png)

Install (Laravel)
-----------------

[](#install-laravel)

Install via composer

```
composer require santran/slownetwork:dev-master

```

Add Service Provider to `config/app.php` in `providers` section

```
SanTran\SlowNetwork\SlowNetworkProvider::class
```

Publish config file and view file, open console and enter bellow command:

```
php artisan vendor:publish
```

Config file 'slownetwork.php'

```
    'enable' => true, // Enable check slow network, Disable set : false
    'version' => 1,
    'text.taking.long.time' => "The website is taking a long time to load.", // Text show on alert Slow Connect
    'text.reload.page' => "You can reload this page by", // Text show on alert Slow Connect
    'text.click.here' => "CLICK HERE",// Text show on alert Slow Connect
    'text.dismiss' => "[x] dismiss",// Button Text show on alert Slow Connect
    'margin.bottom' => 30,
    'margin.bottom' => 45,
    'width' => 320,// alert Slow Connect width
    'height' => 45,// alert Slow Connect height
    'color' => "#F0DE7D",   // alert Slow Connect background color
    'timeout' => 5000, // Set timeout show slow connection wait while page load content
```

How to use ? Open your layouts file and add js to view.

```
@include("slownetwork.slownetwork")
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/05fcc8d2c99d7c53346781ea21d01e043ed1cd1597675f83e2be8bb3fa868836?d=identicon)[santran](/maintainers/santran)

---

Top Contributors

[![mrsantran](https://avatars.githubusercontent.com/u/21286108?v=4)](https://github.com/mrsantran "mrsantran (16 commits)")

### Embed Badge

![Health badge](/badges/santran-slownetwork/health.svg)

```
[![Health](https://phpackages.com/badges/santran-slownetwork/health.svg)](https://phpackages.com/packages/santran-slownetwork)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
