PHPackages                             kaankilic/waite - 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. kaankilic/waite

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

kaankilic/waite
===============

Laravel 5.x - Github based application update and versioning library

013PHP

Since May 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kaankilic/Waite)[ Packagist](https://packagist.org/packages/kaankilic/waite)[ RSS](/packages/kaankilic-waite/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Waite Tool
==========

[](#waite-tool)

Waite is Laravel based self-application updating library. If you want to update your codes from your application, You can simply use Waite.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require kaankilic/kaankilic
```

or require the tool in your **composer.json** file.

```
"kaankilic/kaankilic": "^1.0"
```

then run `composer install` command from your command line.

Once **Waite** is installed you need to register the service provider.Open up **config/app.php** and add the provider key of tool.

```
'providers' => array(
	...
    Kaankilic\Waite\Providers\WaiteServiceProvider::class,
)
```

After that, you need to register the facade in the aliases key of your config/app.php file.

```
'aliases' => array(
	... aliases
	'Waite'=> Kaankilic\ServerUp\Facades\Waite::class,
)
```

Finally, from the command line again, publish the default configuration file:

```
php artisan vendor:publish --provider="Kaankilic\ServerUp\Providers\ServerUpServiceProvider"
```

Usage
-----

[](#usage)

**Simple Usage**

```
	Waite::update();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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/46afbba6b880ec59a944b5184e8e3d01bdf0094decfee0f9d99e74607eb348ca?d=identicon)[kaankilic](/maintainers/kaankilic)

---

Top Contributors

[![kaankilic](https://avatars.githubusercontent.com/u/5264153?v=4)](https://github.com/kaankilic "kaankilic (10 commits)")

### Embed Badge

![Health badge](/badges/kaankilic-waite/health.svg)

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

###  Alternatives

[enniosousa/server-error-pages

Laravel server-side error pages

175.6k](/packages/enniosousa-server-error-pages)

PHPackages © 2026

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