https://github.com/sparkouttech/bugatlas-laravel
https://github.com/sparkouttech/bugatlas-laravel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparkouttech/bugatlas-laravel
- Owner: sparkouttech
- License: mit
- Created: 2024-04-18T06:27:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T04:09:55.000Z (almost 2 years ago)
- Last Synced: 2025-11-27T16:34:26.546Z (5 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BugAtlas
[](https://packagist.org/packages/sparkouttech/bug-atlas)
[](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.