PHPackages                             yunusemrebaloglu/quick-deploye - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. yunusemrebaloglu/quick-deploye

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

yunusemrebaloglu/quick-deploye
==============================

A Laravel package for quick deployment tasks.

v1.0.1(2y ago)010MITPHPPHP ^7.3|^8.0

Since Nov 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yunusemrebaloglu/quick-deploye)[ Packagist](https://packagist.org/packages/yunusemrebaloglu/quick-deploye)[ RSS](/packages/yunusemrebaloglu-quick-deploye/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

QuickDeploye
============

[](#quickdeploye)

QuickDeploye is a Laravel package that allows you to trigger predefined deployment tasks via a simple HTTP request. It's a handy tool for automating common deployment tasks in your Laravel projects.

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

[](#installation)

You can install QuickDeploye via Composer. Run the following command in your Laravel project directory:

```

composer require yunusemrebaloglu/quick-deploye

```

Configuration
-------------

[](#configuration)

You can configure QuickDeploye by adding the following variables to your `.env` file:

```
QUICK_DEPLOYE_URL="/your/deployment/route"

QUICK_DEPLOYE_TOKEN="your-token"

QUICK_DEPLOYE_COMMANDS="npm run build,php artisan key:generate,php artisan config:clear, php artisan cache:clear"
```

- `QUICK_DEPLOYE_URL`: The route where the deployment endpoint will be accessible.
- `QUICK_DEPLOYE_TOKEN`: A secret token required to trigger deployments.
- `QUICK_DEPLOYE_COMMANDS`: A comma-separated list of commands to execute during deployment.

To publish the package's configuration file, run the following command:

```

php artisan vendor:publish --tag=quick-deploye-config

```

This will copy the configuration file to your `config` directory where you can customize it.

Usage
-----

[](#usage)

To trigger a deployment, make an HTTP GET request to the specified deployment route, including the token as a parameter. For example:

```

GET http://your-app-url/your/deployment/route/your-token

```

To see the active url value:

```

php artisan quick-deploy:generated_info

```

QuickDeploye will execute the defined commands and respond with the deployment status.

Example
-------

[](#example)

Here's an example of how to define the required configurations in your `.env` file:

```
QUICK_DEPLOYE_URL="/yunusemrebaloglu/quick/deploye"

QUICK_DEPLOYE_TOKEN="your-token"

QUICK_DEPLOYE_COMMANDS="npm run build,php artisan migrate,php artisan config:clear, php artisan cache:clear"
```

Now, you can trigger a deployment by making an HTTP GET request to `http://your-app-url/yunusemrebaloglu/quick/deploye/your-token`.

License
-------

[](#license)

QuickDeploye is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

914d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fe2ae18da04ea3fb614e595e70bfc0dcc44bffb4a7960c0ed4ba4c046923d01?d=identicon)[yunusemre](/maintainers/yunusemre)

---

Top Contributors

[![yunusemrebaloglu](https://avatars.githubusercontent.com/u/20666567?v=4)](https://github.com/yunusemrebaloglu "yunusemrebaloglu (6 commits)")

### Embed Badge

![Health badge](/badges/yunusemrebaloglu-quick-deploye/health.svg)

```
[![Health](https://phpackages.com/badges/yunusemrebaloglu-quick-deploye/health.svg)](https://phpackages.com/packages/yunusemrebaloglu-quick-deploye)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M206](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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