{"id":25816514,"url":"https://github.com/alexandermatveev/raven-bundle","last_synced_at":"2026-06-11T11:31:43.876Z","repository":{"id":56944442,"uuid":"69012752","full_name":"AlexanderMatveev/raven-bundle","owner":"AlexanderMatveev","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-14T12:33:06.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T16:52:11.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/AlexanderMatveev.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}},"created_at":"2016-09-23T09:58:48.000Z","updated_at":"2016-11-14T12:32:23.000Z","dependencies_parsed_at":"2022-08-21T02:10:22.300Z","dependency_job_id":null,"html_url":"https://github.com/AlexanderMatveev/raven-bundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fraven-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fraven-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fraven-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fraven-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderMatveev","download_url":"https://codeload.github.com/AlexanderMatveev/raven-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241106572,"owners_count":19910856,"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":"2025-02-28T05:34:17.597Z","updated_at":"2026-06-11T11:31:43.870Z","avatar_url":"https://github.com/AlexanderMatveev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Raven Bundle for Symfony2\n=======================\n\n## Current Version\n\nRaven.js 3.7.0\n\n## Installation\n\n### Add bundle to your composer.json file\n\n``` js\n// composer.json\n\n{\n    \"require\": {\n\t\t// ...\n        \"alexandermatveev/raven-bundle\": \"*\"\n    }\n}\n```\n\n### Add bundle to your application kernel\n\n``` php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new AlexanderMatveev\\RavenBundle\\AlexanderMatveevRavenBundle(),\n        // ...\n    );\n}\n```\n\n### Download the bundle using Composer\n\n``` bash\n$ php composer.phar update alexandermatveev/raven-bundle\n```\n\n### Install assets\n\nGiven your server's public directory is named \"web\", install the public vendor resources\n\n``` bash\n$ bin/console assets:install web\n```\n\nOptionally, use the --symlink attribute to create links rather than copies of the resources \n\n``` bash\n$ bin/console assets:install --symlink web\n```\n\n## Usage\n\nRefer to the desired files in your HTML template, e.g.\n\n``` html\n\u003cscript type=\"text/javascript\" src=\"{{ asset('bundles/alexandermatveevraven/raven.min.js') }}\"\u003e\u003c/script\u003e\n```\n\n## Licenses\n\nRefer to the source code of the included files for license information\n\n## References\n\n1. https://github.com/getsentry/raven-js","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Fraven-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandermatveev%2Fraven-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Fraven-bundle/lists"}