An open API service indexing awesome lists of open source software.

https://github.com/sparkouttech/bugatlas-laravel


https://github.com/sparkouttech/bugatlas-laravel

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# BugAtlas

[![Latest Version on Packagist](https://img.shields.io/packagist/v/sparkouttech/bug-atlas.svg?style=flat-square)](https://packagist.org/packages/sparkouttech/bug-atlas)
[![Total Downloads](https://img.shields.io/packagist/dt/sparkouttech/bug-atlas.svg?style=flat-square)](https://packagist.org/packages/sparkouttech/bug-atlas)

The project facilitates logging crucial details from incoming HTTP requests and sending them to an API endpoint for enhanced system monitoring, debugging, and performance analysis.

## Installation

You can install the package via composer:

```bash
composer require sparkouttech/bug-atlas
```
Configure .env variables:

```bash
BUGATLAS_API_KEY=
BUGATLAS_SECRET_KEY=
BUGATLAS_TAG=
```
## Usage

```php
// Usage description here
```

### Testing

```bash
composer test
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email developer@sparkouttech.com instead of using the issue tracker.

## Credits

- [Sparkout](https://github.com/sparkouttech)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.