PHPackages                             ngmy/stand-ci - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. ngmy/stand-ci

ActiveLibrary[Testing &amp; Quality](/categories/testing)

ngmy/stand-ci
=============

A continuous integration tool designed for Laravel 5 application

1.x-dev(11y ago)2621MITPHPPHP &gt;=5.3.0

Since Feb 26Pushed 11y ago2 watchersCompare

[ Source](https://github.com/ngmy/stand-ci)[ Packagist](https://packagist.org/packages/ngmy/stand-ci)[ RSS](/packages/ngmy-stand-ci/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (1)Used By (0)

Stand CI
========

[](#stand-ci)

[![Latest Stable Version](https://camo.githubusercontent.com/c80ab0687f55c1ad4dd99db78772b79352ddc8bd1e200125de7b436b56cf5822/68747470733a2f2f706f7365722e707567782e6f72672f6e676d792f7374616e642d63692f762f737461626c652e737667)](https://packagist.org/packages/ngmy/stand-ci)[![Total Downloads](https://camo.githubusercontent.com/7554468465e3ae8c51bc2144249483a38ec949e0311ad3f461ab044fe8d4865b/68747470733a2f2f706f7365722e707567782e6f72672f6e676d792f7374616e642d63692f646f776e6c6f6164732e737667)](https://packagist.org/packages/ngmy/stand-ci)[![Latest Unstable Version](https://camo.githubusercontent.com/ed8604f2204ebfd2dd4bc335b476d8c0c7b2ad659c3951d8d139606cde017d6b/68747470733a2f2f706f7365722e707567782e6f72672f6e676d792f7374616e642d63692f762f756e737461626c652e737667)](https://packagist.org/packages/ngmy/stand-ci)[![License](https://camo.githubusercontent.com/d003b8cef704827c553b84da1d312a0bdda5862ed54594856b0e3cca5aef7513/68747470733a2f2f706f7365722e707567782e6f72672f6e676d792f7374616e642d63692f6c6963656e73652e737667)](https://packagist.org/packages/ngmy/stand-ci)

Stand CI is a continuous integration tool designed for Laravel 5 application. It can easily be integrated into your Laravel 5 application.

Integrated Tools
----------------

[](#integrated-tools)

Stand CI has integrated the following tools:

- [PHPUnit](https://phpunit.de/) - A unit testing framework
- [PhpMetrics](http://www.phpmetrics.org/) - A tool to generate reports about such as complexity, maintenability, instability of code
- [PHPMD](http://phpmd.org/) - A tool to detect potential problems in code
- [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A tool to detect duplicate code
- [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A tool to detect coding standard violations
- [phpDocumentor](http://www.phpdoc.org/) - A tool to generate documentation of code

Requirements
------------

[](#requirements)

Stand CI has the following requirements:

- PHP 5.4+
- Laravel 5.0+

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

[](#installation)

Add the package to your `composer.json` and run `composer update`:

```
{
    "require-dev": {
        "ngmy/stand-ci": "dev-master"
    }
}
```

Add the following to the list of service providers in `config/app.php`:

```
'Ngmy\StandCi\StandCiServiceProvider',
```

Run the following command:

```
$ php artisan stand-ci:install

```

Usage
-----

[](#usage)

### via Web Browser

[](#via-web-browser)

You can access the Stand CI dashborard via your web browser directly, by typing in the following URL:

```
http://your.laravel.site.domain/stand-ci/builds

```

After you open the dashboard, you can start the build, by click the "Build" button.

### via Command Line

[](#via-command-line)

#### Build

[](#build)

You can start the build, by running the following command:

```
$ sudo -u your_web_server_user -H php artisan stand-ci:build

```

#### Housekeeping

[](#housekeeping)

You can discard old builds, by running the following command:

```
$ sudo -u your_web_server_user -H php artisan stand-ci:housekeep

```

This will discard older than the most recent 20 builds.

You can also specify the maximum number of builds to keep, by using the `--max-builds` option:

```
$ sudo -u your_web_server_user -H php artisan stand-ci:housekeep --max-builds=5

```

**Note:** You must be running these commands as your web server user. Otherwise, you will not be able to housekeep using the browser.

### via Crontab

[](#via-crontab)

Example: The following will build at one minute past midnight each day:

```
01 00 * * * sudo -u your_web_server_user -H php /path/to/your/laravel/project/artisan stand-ci:build; sudo -u your_web_server_user -H php /path/to/your/laravel/project/artisan stand-ci:housekeep

```

Other Features
--------------

[](#other-features)

### Build Notification

[](#build-notification)

If you wish to be notified when the build fails, set the sender and receiver, and the `pretend` option to `false`, in your `config/packages/ngmy/stand-ci/ngmy-stand-ci-notification.php` configuration file.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

4099d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/864041?v=4)[Yuta Nagamiya](/maintainers/ngmy)[@ngmy](https://github.com/ngmy)

---

Top Contributors

[![ngmy](https://avatars.githubusercontent.com/u/864041?v=4)](https://github.com/ngmy "ngmy (5 commits)")

---

Tags

testingcontinuous integrationLaravel 4ciL4

### Embed Badge

![Health badge](/badges/ngmy-stand-ci/health.svg)

```
[![Health](https://phpackages.com/badges/ngmy-stand-ci/health.svg)](https://phpackages.com/packages/ngmy-stand-ci)
```

###  Alternatives

[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[moodlehq/moodle-plugin-ci

Helps running Moodle plugins analysis checks and tests under various CI environments.

612.6M](/packages/moodlehq-moodle-plugin-ci)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[blackboard-open-source/moodle-plugin-ci

Assists with running Moodle plugins in Travis CI

42141.8k](/packages/blackboard-open-source-moodle-plugin-ci)

PHPackages © 2026

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