{"id":18034628,"url":"https://github.com/austinkregel/php-exception-probe","last_synced_at":"2025-03-27T06:31:35.619Z","repository":{"id":53615041,"uuid":"146064118","full_name":"austinkregel/php-exception-probe","owner":"austinkregel","description":"A package aimed to provide helpful parsing of PHP stacktraces.","archived":false,"fork":false,"pushed_at":"2022-06-01T23:35:54.000Z","size":31,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T20:46:17.615Z","etag":null,"topics":["exception","parser","php"],"latest_commit_sha":null,"homepage":"","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/austinkregel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"kregel","tidelift":"composer/exception-probe"}},"created_at":"2018-08-25T04:16:12.000Z","updated_at":"2024-07-25T13:09:25.000Z","dependencies_parsed_at":"2022-08-21T14:50:48.364Z","dependency_job_id":null,"html_url":"https://github.com/austinkregel/php-exception-probe","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinkregel%2Fphp-exception-probe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinkregel%2Fphp-exception-probe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinkregel%2Fphp-exception-probe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinkregel%2Fphp-exception-probe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austinkregel","download_url":"https://codeload.github.com/austinkregel/php-exception-probe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245797575,"owners_count":20673886,"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":["exception","parser","php"],"created_at":"2024-10-30T11:13:00.715Z","updated_at":"2025-03-27T06:31:34.704Z","avatar_url":"https://github.com/austinkregel.png","language":"PHP","funding_links":["https://ko-fi.com/kregel","https://tidelift.com/funding/github/composer/exception-probe"],"categories":[],"sub_categories":[],"readme":"# Very short description of the package\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/kregel/exception-probe.svg?style=flat-square)](https://packagist.org/packages/kregel/exception-probe)\n[![Total Downloads](https://img.shields.io/packagist/dt/kregel/exception-probe.svg?style=flat-square)](https://packagist.org/packages/kregel/exception-probe)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require kregel/exception-probe\n```\n\n## Usage\n\n``` php\n$stacktrace = new Kregel\\ExceptionProbe\\Stacktrace();\necho $stacktrace-\u003eparse('ErrorException: The thing that was suppose to do stuff broke\n#0 /usr/share/php/test/index.php(34): Kernel-\u003erun()\n#1 /usr/share/php/test/Framework/file-thing.php(143): SomeClass-\u003edoTheThing()\n#2 /usr/share/php/PHPUnit/Framework/TestCase.php(626): SeriesHelperTest-\u003esetUp()\n#3 /usr/share/php/PHPUnit/Framework/TestResult.php(666): PHPUnit_Framework_TestCase-\u003erunBare()\n#4 /usr/share/php/PHPUnit/Framework/TestCase.php(576): PHPUnit_Framework_TestResult-\u003erun(Object(SeriesHelperTest))\n#5 /usr/share/php/PHPUnit/Framework/TestSuite.php(757): PHPUnit_Framework_TestCase-\u003erun(Object(PHPUnit_Framework_TestResult))\n#6 /usr/share/php/PHPUnit/Framework/TestSuite.php(733): PHPUnit_Framework_TestSuite-\u003erunTest(Object(SeriesHelperTest), Object(PHPUnit_Framework_TestResult))\n#7 /usr/share/php/PHPUnit/TextUI/TestRunner.php(305): PHPUnit_Framework_TestSuite-\u003erun(Object(PHPUnit_Framework_TestResult), false, Array, Array, false)\n#8 /usr/share/php/PHPUnit/TextUI/Command.php(188): PHPUnit_TextUI_TestRunner-\u003edoRun(Object(PHPUnit_Framework_TestSuite), Array)\n#9 /usr/share/php/PHPUnit/TextUI/Command.php(129): PHPUnit_TextUI_Command-\u003erun(Array, true)\n#10 /usr/bin/phpunit(53): PHPUnit_TextUI_Command::main()\n#11 {main}\"');\n```\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email security@kbcomp.co instead of using the issue tracker.\n\n## Credits\n\n- [Austin Kregel](https://github.com/austinkregel)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustinkregel%2Fphp-exception-probe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustinkregel%2Fphp-exception-probe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustinkregel%2Fphp-exception-probe/lists"}