PHPackages                             alexeyco/spinner - 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. [CLI &amp; Console](/categories/cli)
4. /
5. alexeyco/spinner

ActiveLibrary[CLI &amp; Console](/categories/cli)

alexeyco/spinner
================

Awesome command line spinners set

v1.0.0(8y ago)52.9k[1 PRs](https://github.com/alexeyco/php-cli-spinner/pulls)1MITPHPPHP ^7.0

Since Mar 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alexeyco/php-cli-spinner)[ Packagist](https://packagist.org/packages/alexeyco/spinner)[ RSS](/packages/alexeyco-spinner/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (1)

PHP Command Line Spinners
=========================

[](#php-command-line-spinners)

[![Build Status](https://camo.githubusercontent.com/66bbeb416dff44e130969b714c299c88eec1f1b4745532d836c3125ffc303bf9/68747470733a2f2f7472617669732d63692e6f72672f616c65786579636f2f7068702d636c692d7370696e6e65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alexeyco/php-cli-spinner)[![StyleCI](https://camo.githubusercontent.com/5ad4d19b67bfe068dfcc9619c06ae0ffd2772a6280859af431e6784bd1aa4f98/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132373339383038392f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://styleci.io/repos/127398089?branch=master)

Awesome spinners for PHP inspired by [cli-spinners](https://github.com/sindresorhus/cli-spinners).

Example
-------

[](#example)

```
$spinner = new Spinner\Spinner(Spinner\DOTS);

for ($i = 1; $i < 10000; $i++) {
    $spinner->tick('Example');

    // Execute unpredictable task, for example:
    usleep(80 * 1000);
}
```

License
-------

[](#license)

```
MIT License

Copyright (c) 2018 Alexey Popov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

2963d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79bb188d5f1d69e1ed07b53fdb516751f27423ccd56ecf4418ccb0528e5dbd72?d=identicon)[Alexeyco](/maintainers/Alexeyco)

---

Top Contributors

[![alexeyco](https://avatars.githubusercontent.com/u/496179?v=4)](https://github.com/alexeyco "alexeyco (12 commits)")

---

Tags

cliphpspinner

### Embed Badge

![Health badge](/badges/alexeyco-spinner/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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