Download the PHP package jordanpartridge/laravel-say-logger without Composer

On this page you can find all versions of the php package jordanpartridge/laravel-say-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-say-logger

๐Ÿ”Š Laravel Say Logger

Latest Version License PHP Version

Never miss another error again! ๐ŸŽฏ

Laravel Say Logger brings audio feedback to your Laravel application by speaking your log messages using macOS text-to-speech. Different voices for different log levels mean you can hear the severity of issues without constantly checking log files.

Perfect for development environments where you want immediate audio feedback about your application's health.

โœจ Features

๐Ÿš€ Installation

Install via Composer:

Publish the configuration file:

โš™๏ธ Configuration

Add the say channel to your config/logging.php:

Configure voices in config/say-logger.php:

๐ŸŽต Fun Voice Options

Want to make debugging more entertaining? Try these musical and novelty voices:

Available Voice Categories:

See all available voices: say -v '?'

Test a voice: say -v Cellos "Your error message here" bash

Enable/disable speech

SAY_LOGGER_ENABLED=true

Or disable for production

SAY_LOGGER_ENABLED=false bash say -v "?"



Popular voices include: Alex, Victoria, Samantha, Daniel, Fiona, Karen, Moira, Tessa, Veena, Kyoko.

## ๐Ÿ›ก๏ธ Error Handling

The package includes robust error handling:

- **Graceful Fallback** - If `say` command fails, logging continues normally
- **Empty Message Protection** - Won't attempt to speak empty messages
- **Process Isolation** - Speech failures won't affect your application

## ๐ŸŽฏ Use Cases

### Development Environment
- **Immediate Error Feedback** - Hear problems as they happen
- **Hands-Free Debugging** - No need to constantly check logs
- **Severity Awareness** - Know how serious an issue is by the voice

### Demo Environments
- **Impressive Demonstrations** - Show clients real-time error handling
- **System Health Monitoring** - Audio feedback for system status

### Local Testing
- **Test Result Feedback** - Hear when tests fail
- **Performance Monitoring** - Audio alerts for slow queries

## ๐Ÿ“‹ Requirements

- **PHP**: ^8.1
- **Laravel**: ^10.0 || ^11.0
- **macOS**: Required for `say` command
- **Monolog**: ^3.0

## ๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## ๐Ÿ“„ License

This package is open-sourced software licensed under the [MIT license](LICENSE).

## ๐ŸŽ‰ Credits

- **Jordan Partridge** - Creator and maintainer
- **Laravel Community** - For the amazing framework
- **Apple** - For the macOS `say` command

## ๐Ÿ”ฎ Future Ideas

- Cross-platform support (Windows SAPI, Linux espeak)
- Rate limiting for repeated messages
- Custom message filtering
- Volume control per log level
- Slack/Discord integration
- Web interface for configuration

---

**Made with โค๏ธ by [Jordan Partridge](https://partridge.rocks)**

*Never miss another error again!* ๐ŸŽฏ

All versions of laravel-say-logger with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^10.0|^11.0|^12.0
monolog/monolog Version ^3.0
symfony/process Version ^6.0|^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jordanpartridge/laravel-say-logger contains the following files

Loading the files please wait ....