php-airbrake
A PHP 5.3 library for sending errors to the Airbrake.io service.
File Explorer
Download Latest Version (.zip)- ConnectionInterface.php
- ErrorReporting.php
- FilterInterface.php
- NotifyOnWarning.php
- AirbrakeExceptionFilter.php
- FilterInterface.php
- FilterInterface.php
- Client.php
- Configuration.php
- Connection.php
- EventHandler.php
- Exception.php
- Filter.php
- Notice.php
- Record.php
- Version.php
- ConfigurationTest.php
- ErrorReportingFilterTest.php
- EventHandlerTest.php
- FilterTest.php
- RecordTest.php
- TriggerErrorsTest.php
- TriggerErrors.php
- compile_warning.php
- CustomFilter.php
- TestConnection.php
- .gitignore
- .travis.yml
- composer.json
- composer.lock
- LICENSE.txt
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/dbtlr/php-airbrake
Downloads the entire project code from GitHub to your computer.
cd php-airbrake
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
