{"id":13405297,"url":"https://github.com/cybercog/laravel-love","last_synced_at":"2025-05-13T21:12:29.264Z","repository":{"id":28080804,"uuid":"116058336","full_name":"cybercog/laravel-love","owner":"cybercog","description":"Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System \u0026 Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?","archived":false,"fork":false,"pushed_at":"2025-02-22T12:20:58.000Z","size":657,"stargazers_count":1182,"open_issues_count":11,"forks_count":73,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-28T17:17:23.193Z","etag":null,"topics":["adore","cog","election","eloquent","emotion","favorite","kudo","laravel","like","likeable","love","php","rate","rating","reactable","reacter","reaction","social-network","star","vote"],"latest_commit_sha":null,"homepage":"https://komarev.com/sources/laravel-love","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/cybercog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-02T21:21:49.000Z","updated_at":"2025-04-21T19:49:40.000Z","dependencies_parsed_at":"2024-04-10T05:38:39.703Z","dependency_job_id":"4f4b2f01-cb8a-4357-aa53-d78985d29695","html_url":"https://github.com/cybercog/laravel-love","commit_stats":{"total_commits":250,"total_committers":10,"mean_commits":25.0,"dds":0.09599999999999997,"last_synced_commit":"263a66659b01514979e48b71f5b8956176f2e016"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-love","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-love/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-love/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-love/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybercog","download_url":"https://codeload.github.com/cybercog/laravel-love/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254029008,"owners_count":22002284,"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":["adore","cog","election","eloquent","emotion","favorite","kudo","laravel","like","likeable","love","php","rate","rating","reactable","reacter","reaction","social-network","star","vote"],"created_at":"2024-07-30T19:01:58.623Z","updated_at":"2025-05-13T21:12:24.245Z","avatar_url":"https://github.com/cybercog.png","language":"PHP","funding_links":[],"categories":["Popular Packages","PHP"],"sub_categories":[],"readme":"# Laravel Love\n\n![cog-laravel-love](https://user-images.githubusercontent.com/1849174/34500991-094a66da-f01e-11e7-9a6c-0480f1564338.png)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://discord.gg/dSyyNrg\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?logo=discord\u0026label=\u0026message=Discord\u0026color=36393f\u0026style=flat-square\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/cybercog/laravel-love/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/cybercog/laravel-love.svg?style=flat-square\" alt=\"Releases\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/cybercog/laravel-love/actions/workflows/tests.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/cybercog/laravel-love/tests.yml?style=flat-square\" alt=\"Build\"\u003e\u003c/a\u003e\n\u003ca href=\"https://styleci.io/repos/116058336\"\u003e\u003cimg src=\"https://styleci.io/repos/116058336/shield\" alt=\"StyleCI\"\u003e\u003c/a\u003e\n\u003ca href=\"https://scrutinizer-ci.com/g/cybercog/laravel-love/?branch=master\"\u003e\u003cimg src=\"https://img.shields.io/scrutinizer/g/cybercog/laravel-love.svg?style=flat-square\" alt=\"Code Quality\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/cybercog/laravel-love/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/cybercog/laravel-love.svg?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nLaravel Love is emotional part of the application. It let people express how they feel about the content.\nMake any model reactable in a minutes!\n\nThere are many implementations in modern applications:\n\n- GitHub Reactions\n- Facebook Reactions\n- YouTube Likes\n- Slack Reactions\n- Reddit Votes\n- Medium Claps\n\nThis package developed in mind that it should cover all the possible use cases and be viable in enterprise applications.\n\n## Official Documentation\n\nDocumentation can be found in [Laravel Love Guide].\n\n## Installation\n\nPull in the package through Composer.\n\n```shell script\n$ composer require cybercog/laravel-love\n```\n\nRun database migrations.\n\n```shell script\n$ php artisan migrate\n```\n\n## Upgrading\n\nPlease see [UPGRADING](UPGRADING.md) for detailed upgrade instructions.\n\n## License\n\n- `Laravel Love` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].\n- `Devil` logo image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by YuguDesign.\n\n## 🌟 Stargazers over time\n\n[![Stargazers over time](https://chart.yhype.me/github/repository-star/v1/116058336.svg)](https://yhype.me?utm_source=github\u0026utm_medium=cybercog-laravel-love\u0026utm_content=chart-repository-star-cumulative)\n## About CyberCog\n\n[CyberCog] is a Social Unity of enthusiasts. Research the best solutions in product \u0026 software development is our passion.\n\n- [Follow us on Twitter](https://twitter.com/cybercog)\n\n\u003ca href=\"https://cybercog.su\"\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png\" alt=\"CyberCog\"\u003e\u003c/a\u003e\n\n[Anton Komarev]: https://komarev.com\n[CyberCog]: https://cybercog.su\n[Laravel Love Guide]: https://laravel-love.readme.io/docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercog%2Flaravel-love","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybercog%2Flaravel-love","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercog%2Flaravel-love/lists"}