PHPackages                             saeedvir/projectghost - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. saeedvir/projectghost

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

saeedvir/projectghost
=====================

Project Change Monitoring

210PHP

Since Dec 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/saeedvir/projectGhost)[ Packagist](https://packagist.org/packages/saeedvir/projectghost)[ RSS](/packages/saeedvir-projectghost/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Project Change Monitoring
=========================

[](#project-change-monitoring)

This package will help you see changes to a pre-built Laravel project and get those changes as a compressed file.

Here are a few short examples of what you can do:

توضیحات فارسی
-------------

[](#توضیحات-فارسی)

در هنگام توسعه پروژه خود گاهی نیاز است که تغییراتی که از یک لحظه اتفاق می افتد را ببینیم .

از دیگر استفاده های آن می توان به زمانی اشاره کرد که شما در حال توسعه یک پروژه بر روی هاست اشتراکی هستید ، در آن جا شما دسترسی به گیت یا کامپوزر ندارید بنابراین می توانید تغییرات را ببینید و در یک فایل فشرده به هاست خود منتقل کنید.

Notice
------

[](#notice)

Note that this package is in development and may have a lot of bugs at first

### How to install ?

[](#how-to-install-)

```
composer require saeedvir/projectghost
```

### How to use ?

[](#how-to-use-)

This command creates a digital signature from all the files in the project

```
php artisan project:ghost init
```

Now you can work on the project and apply the changes

The following command finds files that have been modified or created or deleted

```
php artisan project:ghost scan
```

If you use the following command, make these changes in a zip file

```
php artisan project:ghost scan zip
```

Or the following command will show you a summary of these changes

```
php artisan project:ghost scan log
```

For Help :

```
php artisan project:ghost help
```

How to execute artisan commands from route or controller in Laravel ?
---------------------------------------------------------------------

[](#how-to-execute-artisan-commands-from-route-or-controller-in-laravel-)

```
Route::get('ProjectGhostCommands/{command}', function ($command) {

	/*
		For Example :

		http://127.0.0.1/ProjectGhostCommands/init
		http://127.0.0.1/ProjectGhostCommands/scan
		http://127.0.0.1/ProjectGhostCommands/scan log
		http://127.0.0.1/ProjectGhostCommands/scan zip
	*/

	$command = explode(' ',$command);
	if(!isset($command[1])){
		$command[1] = null;
	}

    \Artisan::call('project:ghost',['mode'=>$command[0],'options'=>$command[1]]);

});
```

Other Packages
--------------

[](#other-packages)

- [Laravel Assets Optimizer](https://github.com/saeedvir/laravel-assets-optimizer)
- [Laravel Mysql Backup](https://github.com/saeedvir/laravel-mysql-backup)

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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://avatars.githubusercontent.com/u/8615309?v=4)[saeed abdollahian](/maintainers/saeedvir)[@saeedvir](https://github.com/saeedvir)

---

Top Contributors

[![saeedvir](https://avatars.githubusercontent.com/u/8615309?v=4)](https://github.com/saeedvir "saeedvir (22 commits)")

---

Tags

laravellaravel-5-packagelaravel-applicationmonitoringmonitoring-toolphp

### Embed Badge

![Health badge](/badges/saeedvir-projectghost/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.2k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M269](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M330](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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