Download the PHP package easyconn/sentry without Composer
On this page you can find all versions of the php package easyconn/sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download easyconn/sentry
More information about easyconn/sentry
Files in easyconn/sentry
Package sentry
Short Description A PHP client for Sentry (http://getsentry.com)
License BSD-3-Clause
Homepage http://getsentry.com
Informations about the package sentry
Sentry for PHP
Please note that the
1.x
branch of the Sentry PHP SDK is no longer actively maintained and will only receive bug-fix and security updates.For the most recent Sentry PHP SDK see the default branch.
The Sentry PHP error reporter tracks errors and exceptions that happen during the execution of your application and provides instant notification with detailed informations needed to prioritize, identify, reproduce and fix each issue. Learn more about automatic PHP error reporting with Sentry.
Features
- Automatically report (un)handled exceptions and errors
- Send customized diagnostic data
- Process and sanitize data before sending it over the network
Usage
For more information, see our documentation.
Integration with frameworks
Other packages exists to integrate this SDK into the most common frameworks.
Official integrations
The following integrations are fully supported and maintained by the Sentry team.
3rd party integrations
The following integrations are available and maintained by members of the Sentry community.
- Nette
- ZendFramework
- WordPress
- Drupal
- OpenCart
- Magento2
- October CMS
- ... feel free to be famous, create a port to your favourite platform!
Community
- Documentation
- Bug Tracker
- Code
- Mailing List
- IRC (irc.freenode.net, #sentry)
Contributing
Dependencies are managed through composer:
Tests can then be run via phpunit:
Tagging a Release
-
Make sure
CHANGES
is up to date (add the release date) andmaster
is green. -
Create a new branch for the minor version (if not present):
-
Update the hardcoded version tag in
Client.php
: -
Commit the change:
-
Tag the branch:
-
Push the tag:
-
Switch back to
master
: -
Add the next minor release to the
CHANGES
file: -
Update the version in
Client.php
: - Lastly, update the composer version in
composer.json
:
All done! Composer will pick up the tag and configuration automatically.
All versions of sentry with dependencies
ext-curl Version *