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 4d 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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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/fb63dbbcce86ecd5af69b654e2d4a30ec7b9a7e19985accc6510413e04627cb2?d=identicon)[saeedvir](/maintainers/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.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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