PHPackages                             maize-tech/laravel-nps - 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. [API Development](/categories/api)
4. /
5. maize-tech/laravel-nps

ActiveLibrary[API Development](/categories/api)

maize-tech/laravel-nps
======================

Laravel nps

2.2.0(2y ago)564.5k↓25%6[2 PRs](https://github.com/maize-tech/laravel-nps/pulls)MITPHPPHP ^8.1CI passing

Since Dec 10Pushed 5mo ago4 watchersCompare

[ Source](https://github.com/maize-tech/laravel-nps)[ Packagist](https://packagist.org/packages/maize-tech/laravel-nps)[ Docs](https://github.com/maize-tech/laravel-nps)[ GitHub Sponsors](https://github.com/maize-tech)[ RSS](/packages/maize-tech-laravel-nps/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (15)Versions (9)Used By (0)

   ![Social Card of Laravel NPS](/art/socialcard-light.png)

Laravel NPS
===========

[](#laravel-nps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/505b98b0ce55410efc6a67f08df26e89655a5fc1fd72ae4715ddb2165b83f282/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61697a652d746563682f6c61726176656c2d6e70732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maize-tech/laravel-nps)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b021f237b2a8f0933e514a5b0f5f8b9625bf53f6890e4e4b13989ff80bd4c5a4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61697a652d746563682f6c61726176656c2d6e70732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/maize-tech/laravel-nps/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0fa5d641b99c33c77fd1ec4ae1374abebd9f17b014b65ab8dff984c8611d0d6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61697a652d746563682f6c61726176656c2d6e70732f7068702d63732d66697865722e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/maize-tech/laravel-nps/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/039d1b5230c3c72972ac8f5814b94dfe0ad6e88a4fad66a5635407782ec33f9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61697a652d746563682f6c61726176656c2d6e70732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maize-tech/laravel-nps)

Easily integrate custom-made NPS (Net Promoter Score) to your application.

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

[](#installation)

You can install the package via composer:

```
composer require maize-tech/laravel-nps
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="nps-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="nps-config"
```

This is the contents of the published config file:

```
