PHPackages                             repat/commandline-bell - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. repat/commandline-bell

ActiveApplication[Utility &amp; Helpers](/categories/utility)

repat/commandline-bell
======================

Makes the ASCII Bell sound or flashes terminal

0.1(8y ago)117.6k↓33.3%MITPHPPHP &gt;=4.0.7

Since Dec 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/repat/php-commandline-bell)[ Packagist](https://packagist.org/packages/repat/commandline-bell)[ Docs](https://github.com/repat/php-commandline-bell)[ RSS](/packages/repat-commandline-bell/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/470a2925264b3e4e7df8d8c5d384994d660c6ae9377f2cd76d34105e4acc5479/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72657061742f636f6d6d616e646c696e652d62656c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/repat/commandline-bell)[![Total Downloads](https://camo.githubusercontent.com/3a3764193f0161979446a7a61b776a67f3100165c1a6301c59359d42efcb106b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72657061742f636f6d6d616e646c696e652d62656c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/repat/commandline-bell)

CommandlineBell
===============

[](#commandlinebell)

**php-commandline-bell** makes the ASCII Bell sound or flashes the terminal.

```
use repat\CommandlineBell;

// flashes screen if possible, otherwise just bell()
CommandlineBell::flash();

// makes a beep sound
CommandlineBell::bell();
```

Under the hood
--------------

[](#under-the-hood)

```
// ASCI BEL, see https://en.wikipedia.org/wiki/Bell_character
echo "0x07";
```

Alternatives
------------

[](#alternatives)

- Terminal Notifications via node.js:
- `say whatever`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/405dab243007488e7e7851422e5864a9312aee36058d60f1e6d623232c4d3131?d=identicon)[repat](/maintainers/repat)

---

Top Contributors

[![repat](https://avatars.githubusercontent.com/u/516807?v=4)](https://github.com/repat "repat (2 commits)")

---

Tags

asciiflashbellsoundbelbeep

### Embed Badge

![Health badge](/badges/repat-commandline-bell/health.svg)

```
[![Health](https://phpackages.com/badges/repat-commandline-bell/health.svg)](https://phpackages.com/packages/repat-commandline-bell)
```

###  Alternatives

[voku/portable-ascii

Portable ASCII library - performance optimized (ascii) string functions for php.

574401.5M117](/packages/voku-portable-ascii)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M62](/packages/jbroadway-urlify)[ausi/slug-generator

Slug Generator

8002.2M22](/packages/ausi-slug-generator)[plasticbrain/php-flash-messages

A modern take on PHP session-based flash messages

184229.6k8](/packages/plasticbrain-php-flash-messages)[coderello/laraflash

Advanced flash messages for Laravel.

15737.2k1](/packages/coderello-laraflash)[noximo/php-colored-ascii-linechart

Pretty line graphs in your console, html or images

1994.1k](/packages/noximo-php-colored-ascii-linechart)

PHPackages © 2026

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