PHPackages                             slothlabdotcom/sloth-utilities - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. slothlabdotcom/sloth-utilities

ActiveProject[Utility &amp; Helpers](/categories/utility)

slothlabdotcom/sloth-utilities
==============================

Contains necessary utilities for Sloth-Lab S.A.R.L projects

1.1(4y ago)2161MITBladePHP ^7.1|^8.0

Since Oct 22Pushed 4y ago3 watchersCompare

[ Source](https://github.com/SlothLabdotCom/sloth-utilities)[ Packagist](https://packagist.org/packages/slothlabdotcom/sloth-utilities)[ RSS](/packages/slothlabdotcom-sloth-utilities/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)Dependencies (3)Versions (9)Used By (0)

[![](https://camo.githubusercontent.com/fdae8a8371c69aac39ef276e8d6f932cc1c937ec2ebd9618900dbb511d738dd3/68747470733a2f2f736c6f74682d6c61622e636f6d2f73732d30322e706e67)](https://camo.githubusercontent.com/fdae8a8371c69aac39ef276e8d6f932cc1c937ec2ebd9618900dbb511d738dd3/68747470733a2f2f736c6f74682d6c61622e636f6d2f73732d30322e706e67)

Sloth Utilities
===============

[](#sloth-utilities)

This package gives your Laravel projects some utilities that you might need for production. It's so simple to use, once it's installed, your project will be at your full controll when delivering it to your client.

It's a package meant for freelancers that have issues with scammers and none paying clients, or to also facilitate the deployment and updates without having server access nor setting up github actions.

**Top features:**

- Kill Switch that "kills the project" by putting it in maintenance mode and hiding tthe routes
- Reviving the project
- Clear cache and optimize the app
- Launch seed (or maybe you want to see an admin user ;) )
- Refresh migration
- Security Check
- Malware Scanner
- Many more to come...

Getting Started
---------------

[](#getting-started)

### 1. Install

[](#1-install)

Run the following command:

```
composer require slothlabdotcom/sloth-utilities

```

after the package is installed run the following :

```
php artisan sloth:install

```

### 2. Register (for Laravel &lt; 5.5)

[](#2-register-for-laravel--55)

Register the service provider in `config/app.php`

```
Slothlabdotcom\SlothUtilities\SlothUtilitiesServiceProvider::class,
```

### 3. Configure

[](#3-configure)

Default password can be modified on `config/ziplock.php`

Usage
-----

[](#usage)

Keep in mind `slothadmin` is the default password for the utilities and can be changed in `config/ziplock.php`, while doing that do not forget to clear configs by running :

```
php artisan config:clear

```

### Kill the Project

[](#kill-the-project)

By visiting the link below you project will go into maintenance mode and hides the `web.php` route by backing it up into `config/lock.php` so make sure you don't accidently delete it unless you are very sure.

```
http://localhost:8000/SlothLab/Kill/slothadmin

```

change `localhost:8000` with your app domain and `slothadmin` with your password

### Revive the Project

[](#revive-the-project)

to revert the process first go to

```
http://localhost:8000/slothadmin

```

where `slothadmin` with your password to go into the secret mode while the application is in maintenaince mode then

```
http://localhost:8000/SlothLab/Revive/slothadmin

```

### Utilities

[](#utilities)

to access your utilities you just have to visit

```
http://localhost:8000/SlothLab/utilities/slothadmin

```

there you can hover on each button to see what it does exactly

Screenshots
===========

[](#screenshots)

[![](https://camo.githubusercontent.com/1226c0e707928d3d473155e77b6c55470112e651cd9cd4f74cfaf80c04b2e5fd/68747470733a2f2f736c6f74682d6c61622e636f6d2f53637265656e73686f745f332e706e67)](https://camo.githubusercontent.com/1226c0e707928d3d473155e77b6c55470112e651cd9cd4f74cfaf80c04b2e5fd/68747470733a2f2f736c6f74682d6c61622e636f6d2f53637265656e73686f745f332e706e67)

[![](https://camo.githubusercontent.com/657fb341324ac66669bd53cc430cec9272d8e538279489cca6b8d5194cab43d4/68747470733a2f2f736c6f74682d6c61622e636f6d2f53637265656e73686f745f322e706e67)](https://camo.githubusercontent.com/657fb341324ac66669bd53cc430cec9272d8e538279489cca6b8d5194cab43d4/68747470733a2f2f736c6f74682d6c61622e636f6d2f53637265656e73686f745f322e706e67)

License
-------

[](#license)

The Sloth Utilities is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~3 days

Total

8

Last Release

1643d ago

PHP version history (2 changes)1.0.0PHP ^7.1

1.0.1PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c06ac843dc570aaf789602e0be95b1c0d89ee34a9f795e868001e5e41f30582?d=identicon)[BahaStriker](/maintainers/BahaStriker)

---

Top Contributors

[![BahaStriker](https://avatars.githubusercontent.com/u/9751325?v=4)](https://github.com/BahaStriker "BahaStriker (15 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/slothlabdotcom-sloth-utilities/health.svg)

```
[![Health](https://phpackages.com/badges/slothlabdotcom-sloth-utilities/health.svg)](https://phpackages.com/packages/slothlabdotcom-sloth-utilities)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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