{"id":20740924,"url":"https://github.com/rollbar/rollbar-php-magento2","last_synced_at":"2025-05-11T03:33:12.033Z","repository":{"id":32855329,"uuid":"139217394","full_name":"rollbar/rollbar-php-magento2","owner":"rollbar","description":"Rollbar SDK for Magento 2","archived":true,"fork":false,"pushed_at":"2024-04-30T14:27:23.000Z","size":23,"stargazers_count":2,"open_issues_count":1,"forks_count":11,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-05-08T00:06:14.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rollbar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-30T03:54:50.000Z","updated_at":"2025-03-07T22:16:32.000Z","dependencies_parsed_at":"2024-04-30T15:50:53.144Z","dependency_job_id":"7df59263-875e-4760-8314-00876739a704","html_url":"https://github.com/rollbar/rollbar-php-magento2","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.11764705882352944","last_synced_commit":"5032c93937f3a35f021c948b3ba454e454f79141"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-php-magento2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-php-magento2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-php-magento2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-php-magento2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollbar","download_url":"https://codeload.github.com/rollbar/rollbar-php-magento2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T06:31:14.441Z","updated_at":"2025-05-11T03:33:11.788Z","avatar_url":"https://github.com/rollbar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Attention:\n\nAs of May 2024, Rollbar will not be actively updating this repository and plans to archive it in January of 2025. We encourage our community to fork this repo if you wish to continue its development. While Rollbar will no longer be engaging in active development, we remain committed to reviewing and merging pull requests related to security updates. If an actively maintained fork emerges, please reach out to our support team and we will link to it from our documentation.\n\n\n# Rollbar for Magento 2 [![Build Status](https://travis-ci.org/rollbar/rollbar-php-magento2.svg?branch=master)](https://travis-ci.org/rollbar/rollbar-php-magento2)\n\nRollbar error monitoring integration for Magento projects.\n\n## Setup Instructions\n\n**WARNING**: before installing Rollbar module, make sure that you can run `bin/magento setup:upgrade` in your Magento app without problems.\n\n1. Add `rollbar-magento2` as a dependency in `composer.json` of your project and run `composer update`.\n2. Add your Rollbar post server access token to `app/etc/env.php` under `rollbar` key, ie:\n```php\n'rollbar' =\u003e [\n        'access_token' =\u003e '[YOUR ACCESS TOKEN]'\n    ]\n```\n3. Add any additional Rollbar configuration in `app/etc/env.php` under `rollbar` key.\n4. `bin/magento module:enable Rollbar_Magento2`.\n5. `bin/magento setup:upgrade`.\n\n## Usage and Reference\n\nThe module should automatically report all PHP errors and exceptions in your Magento2 app. If you wish to add any manual logging\nin your app's code, use the standard Rollbar PHP `\\Rollbar\\Rollbar::log` method. `\\Rollbar\\Rollbar::init` has been invoked already\nautomatically with settings from `app/etc/env.php`.\n  \n## Release History \u0026 Changelog\n\nSee our [Releases](https://github.com/rollbar/rollbar-php-magento2/releases) page for a list of all releases, including changes.\n\n\n## Related projects\n\nThis project is a Laravel wrapper of Rollbar PHP: [Rollbar PHP](https://github.com/rollbar/rollbar-php)\n\nA CakePHP-specific package is avaliable for integrating Rollbar PHP with CakePHP 2.x:\n[CakeRollbar](https://github.com/tranfuga25s/CakeRollbar)\n\nA Flow-specific package is available for integrating Rollbar PHP with Neos Flow: [m12/flow-rollbar](https://packagist.org/packages/m12/flow-rollbar)\n\nYii package: [baibaratsky/yii-rollbar](https://github.com/baibaratsky/yii-rollbar)\n\nYii2 package: [baibaratsky/yii2-rollbar](https://github.com/baibaratsky/yii2-rollbar)\n\n## Help / Support\n\nIf you run into any issues, please email us at [support@rollbar.com](mailto:support@rollbar.com)\n\nFor bug reports, please [open an issue on GitHub](https://github.com/rollbar/rollbar-php/issues/new).\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollbar%2Frollbar-php-magento2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollbar%2Frollbar-php-magento2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollbar%2Frollbar-php-magento2/lists"}