{"id":16816961,"url":"https://github.com/itsgoingd/harmony","last_synced_at":"2025-06-19T03:34:02.281Z","repository":{"id":71043340,"uuid":"50944095","full_name":"itsgoingd/harmony","owner":"itsgoingd","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-02T21:41:47.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T13:16:47.213Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsgoingd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-02-02T18:59:56.000Z","updated_at":"2016-02-13T20:16:22.000Z","dependencies_parsed_at":"2023-06-29T23:15:34.588Z","dependency_job_id":null,"html_url":"https://github.com/itsgoingd/harmony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsgoingd/harmony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgoingd%2Fharmony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgoingd%2Fharmony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgoingd%2Fharmony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgoingd%2Fharmony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsgoingd","download_url":"https://codeload.github.com/itsgoingd/harmony/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgoingd%2Fharmony/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260680630,"owners_count":23045753,"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-10-13T10:45:48.378Z","updated_at":"2025-06-19T03:33:57.268Z","avatar_url":"https://github.com/itsgoingd.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Harmony\n=======\n\n## Installation\n\nThis extension provides out of the box support for Laravel, you can use it with any other framework or vanilla php though.\n\nTo install latest version simply add it to your `composer.json`:\n\n```javascript\n\"itsgoingd/harmony\": \"dev-master\"\n```\n\nYou also need to add this repository to the repositories section in your `composer.json` as this package is not yet available on Packagist.\n\n```javascript\n\"repositories\": [\n\t{\n\t\t\"type\": \"vcs\",\n\t\t\"url\": \"https://github.com/itsgoingd/harmony.git\"\n\t}\n],\n```\n\n### Laravel\n\nOnce Harmony is installed, you need to register Laravel service provider, in your `config/app.php`:\n\n```php\n'providers' =\u003e [\n\t...\n\tHarmony\\Client\\Support\\Laravel\\ServiceProvider::class\n]\n```\n\nSetup your Harmony server address and application API key in your `config/services.php`:\n\n```php\n'harmony' =\u003e [\n\t'apiKey' =\u003e env('HARMONY_API_KEY'),\n\t'server' =\u003e env('HARMONY_SERVER')\n],\n```\n\nTo log all uncaught exceptions update your exception handler report method like this:\n\n```php\npublic function report(Exception $e)\n{\n\tapp('harmony')-\u003ereport($e);\n\n\tparent::report($e);\n}\n```\n\nWhile you can set your API key in the services configuration file, there is also a full Harmony configuration file available including various advanced settings. Use the following Artisan command to publish the configuration file into your config directory:\n\n```\nphp artisan vendor:publish --provider='Harmony\\Client\\Support\\Laravel\\ServiceProvider'\n```\n\n## Licence\n\nCopyright (c) 2016 Miroslav Rigler\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsgoingd%2Fharmony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsgoingd%2Fharmony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsgoingd%2Fharmony/lists"}