PHPackages                             ninshiki-project/ninshiki - 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. ninshiki-project/ninshiki

ActiveLibrary

ninshiki-project/ninshiki
=========================

Ninshiki Web App; Inspiring Recognition: Celebrate Success

1.0.1(12mo ago)1101[1 PRs](https://github.com/ninshiki-project/ninshiki-community/pulls)MITVuePHP ^8.3CI passing

Since Feb 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ninshiki-project/ninshiki-community)[ Packagist](https://packagist.org/packages/ninshiki-project/ninshiki)[ Docs](https://github.com/ninshiki-project/ninshiki)[ GitHub Sponsors](https://github.com/MarJose123)[ RSS](/packages/ninshiki-project-ninshiki/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (20)Used By (0)

Ninshiki Web App; Inspiring Recognition: Celebrate Success
==========================================================

[](#ninshiki-web-app-inspiring-recognition-celebrate-success)

[![Latest Version on Packagist](https://camo.githubusercontent.com/228a5d6b9f8d79ccc729205e2cca70c96d1695fbd89e3921b5fd1d94b5fc9d56/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e696e7368696b692d70726f6a6563742f6e696e7368696b692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ninshiki-project/ninshiki)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0db3a96776234959abeec9e8c7b2b80c4cd7b9405e8791c9683f23d0ebc723b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e696e7368696b692d70726f6a6563742f6e696e7368696b692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ninshiki-project/ninshiki/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/84ea612e61b7f5a556fc55ad95abc5c2538ab275f074ed08518da5cb2db649c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e696e7368696b692d70726f6a6563742f6e696e7368696b692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ninshiki-project/ninshiki)[![](https://camo.githubusercontent.com/003db26164d8a56603e058fade57e8f0c28ff50357748f3fa378da03f1064271/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d7631312e782d4646324432303f7374796c653d666c61742d737175617265266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](#)[![](https://camo.githubusercontent.com/508e5264f8229ec9140cf25176225adf9790b45a465935b7ae7d855c5076005f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5675652e6a732d76332e782d3446433038443f7374796c653d666c61742d737175617265266c6f676f3d7675652e6a73266c6f676f436f6c6f723d7768697465)](#)[![](https://camo.githubusercontent.com/0e883ab66bc510dcf0bc02508acdd35f9a95c848ec555a4f2bfbe37ac824ed6a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5461696c77696e645f4353532d76332e782d3036423644343f7374796c653d666c61742d737175617265266c6f676f3d7461696c77696e642d637373266c6f676f436f6c6f723d7768697465)](#)[![](https://camo.githubusercontent.com/8a663626f9865917ccff09ec7667a125154da5a5f6f2ab387cb620e6c226b2de/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5072696d655675652d76342e782d3431423838333f7374796c653d666c61742d737175617265266c6f676f3d7072696d65767565266c6f676f436f6c6f723d7768697465)](#)[![](https://camo.githubusercontent.com/b0a2a1345c60a3a5f8c0b46c7a12a8a6caaf87b9662a8ffe53952d46f2741c04/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e65727469612d76322e782d3935353345393f7374796c653d666c61742d737175617265266c6f676f3d696e6572746961266c6f676f436f6c6f723d7768697465)](#)

Ninshiki Web App; Inspiring Recognition: Celebrate Success

---

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

[](#installation)

You can install the package via composer:

```
composer require ninshiki-project/ninshiki
```

Install the ninshiki

```
php artisan ninshiki:install
```

You can publish the config and assets file with:

```
php artisan ninshiki:publish
```

Keeping Ninshiki’s Assets Updated

###### *To ensure Ninshiki’s assets are updated when a new version is downloaded, you may add a Composer hook inside your project’s composer.json file to automatically publish Ninshiki’s latest assets:*

[](#to-ensure-ninshikis-assets-are-updated-when-a-new-version-is-downloaded-you-may-add-a-composer-hook-inside-your-projects-composerjson-file-to-automatically-publish-ninshikis-latest-assets)

```
"scripts": {
    "post-update-cmd": [
        "@php artisan vendor:publish --tag=laravel-assets --ansi --force",
+        "@php artisan ninshiki:publish --ansi"
    ]
}
```

Known Issue
===========

[](#known-issue)

---

#### Increasing the NGINX buffer size for Inertia requests

[](#increasing-the-nginx-buffer-size-for-inertia-requests)

Because of a [known issue](https://github.com/inertiajs/inertia-laravel/issues/529) with Inertia.js and default NGINX configuration, you may need to increase the buffer size for NGINX to handle Inertia requests.

```
server {
    listen 80;
    listen [::]:80;
    server_name example.com;
    root /srv/example.com/public;

    add_header X-Frame-Options "SAMEORIGIN";
    add_header X-Content-Type-Options "nosniff";

    index index.php;

    charset utf-8;

    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }

    location = /favicon.ico { access_log off; log_not_found off; }
    location = /robots.txt  { access_log off; log_not_found off; }

    error_page 404 /index.php;

    location ~ ^/index\.php(/|$) {
+       fastcgi_buffer_size 8k;
        fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
        fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
        include fastcgi_params;
        fastcgi_hide_header X-Powered-By;
    }

    location ~ /\.(?!well-known).* {
        deny all;
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Development
-----------

[](#development)

Always build the assets by running this command

```
 npm run build
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [MarJose123](https://github.com/ninshiki-project)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance69

Regular maintenance activity

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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 ~6 days

Recently: every ~18 days

Total

14

Last Release

360d ago

Major Versions

0.2.0 → 1.0.02025-05-17

### Community

Maintainers

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

---

Top Contributors

[![MarJose123](https://avatars.githubusercontent.com/u/18107626?v=4)](https://github.com/MarJose123 "MarJose123 (490 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

ninshikininshiki-uirecognizeituilaravelMarJose123ninshiki

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ninshiki-project-ninshiki/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[inovector/mixpost

Self-hosted social media management software.

3.0k5.2k2](/packages/inovector-mixpost)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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