2017 © Pedro Peláez
 

application commandline-bell

Makes the ASCII Bell sound or flashes terminal

image

repat/commandline-bell

Makes the ASCII Bell sound or flashes terminal

  • Friday, December 29, 2017
  • by repat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 202 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Latest Version on Packagist Total Downloads, (*1)

CommandlineBell

php-commandline-bell makes the ASCII Bell sound or flashes the terminal., (*2)

use repat\CommandlineBell;

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

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

Under the hood

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

Alternatives

  • Terminal Notifications via node.js: https://github.com/vikfroberg/brb
  • say whatever

The Versions

29/12 2017

dev-master

9999999-dev https://github.com/repat/php-commandline-bell

Makes the ASCII Bell sound or flashes terminal

  Sources   Download

MIT

The Requires

  • php >=4.0.7

 

by Avatar repat

ascii flash sound bell bel beep

29/12 2017

0.1

0.1.0.0 https://github.com/repat/php-commandline-bell

Makes the ASCII Bell sound or flashes terminal

  Sources   Download

MIT

The Requires

  • php >=4.0.7

 

by Avatar repat

ascii flash sound bell bel beep