bertshang / api
Laravel exception handler build specifically for APIs.
dev-master
2020-01-10 06:24 UTC
Requires (Dev)
- bugsnag/bugsnag-laravel: ^2.4
- mockery/mockery: 0.9.*
- orchestra/testbench: ~3.1
- phpunit/phpunit: ~4.7
- satooshi/php-coveralls: dev-master@dev
Suggests
- asm89/stack-cors: Needed to add CORS headers if add_cors_headers configuration is true
- rollbar/rollbar: Needed to report exceptions to Rollbar.com
- sentry/sentry: Needed to report exceptions to Sentry.io
This package is auto-updated.
Last update: 2025-03-10 18:43:10 UTC
README
Laravel exception handler build specifically for APIs..
Installing
$ composer require bertshang/api -vvv
Usage
TODO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT