{"id":20374972,"url":"https://github.com/michaelnabil230/laravel-greet-component","last_synced_at":"2026-04-28T00:31:33.498Z","repository":{"id":48136902,"uuid":"516563747","full_name":"michaelnabil230/laravel-greet-component","owner":"michaelnabil230","description":"A small component of printing random messages greet","archived":false,"fork":false,"pushed_at":"2023-10-09T15:07:10.000Z","size":67,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T06:59:58.395Z","etag":null,"topics":["component","components","greeting","laravel"],"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/michaelnabil230.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-07-22T00:49:55.000Z","updated_at":"2022-07-22T02:59:30.000Z","dependencies_parsed_at":"2024-11-15T05:16:32.432Z","dependency_job_id":null,"html_url":"https://github.com/michaelnabil230/laravel-greet-component","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":0.4736842105263158,"last_synced_commit":"c0ce546c8efaf12646a5a5cafe478e225451b2e5"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/michaelnabil230/laravel-greet-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-greet-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-greet-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-greet-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-greet-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelnabil230","download_url":"https://codeload.github.com/michaelnabil230/laravel-greet-component/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-greet-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["component","components","greeting","laravel"],"created_at":"2024-11-15T01:28:07.091Z","updated_at":"2026-04-28T00:31:33.483Z","avatar_url":"https://github.com/michaelnabil230.png","language":"PHP","funding_links":["https://ko-fi.com/michaelnabil230","https://www.buymeacoffee.com/michaelnabil230","https://www.paypal.com/paypalme/MichaelNabil23"],"categories":[],"sub_categories":[],"readme":"# Greet component for user\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/michaelnabil230/laravel-greet-component.svg?style=flat-square)](https://packagist.org/packages/michaelnabil230/laravel-greet-component)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/michaelnabil230/laravel-greet-component/run-tests?label=tests)](https://github.com/michaelnabil230/laravel-greet-component/actions?query=workflow%3Arun-tests+branch%master)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/michaelnabil230/laravel-greet-component/Check%20\u0026%20fix%20styling?label=code%20style)](https://github.com/michaelnabil230/laravel-greet-component/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%master)\n[![Total Downloads](https://img.shields.io/packagist/dt/michaelnabil230/laravel-greet-component.svg?style=flat-square)](https://packagist.org/packages/michaelnabil230/laravel-greet-component)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[![](.assets/ko-fi.png)](https://ko-fi.com/michaelnabil230)[![](.assets/buymeacoffee.png)](https://www.buymeacoffee.com/michaelnabil230)[![](.assets/paypal.png)](https://www.paypal.com/paypalme/MichaelNabil23)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require michaelnabil230/laravel-greet-component\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"greet-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n\n    'is_christmas' =\u003e now()-\u003emonth == 11 \u0026\u0026 now()-\u003eday == 25,\n\n    'is_valentine' =\u003e now()-\u003emonth == 1 \u0026\u0026 now()-\u003eday == 14,\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"greet-views\"\n```\n\n## Usage\n\n```html\n\u003cx-greet :username=\"$name\" /\u003e\n\n\u003cx-greet username=\"Michael Nabil\" /\u003e\n\n\u003cx-greet :$username /\u003e\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](https://github.com/michaelnabil230/.github/blob/master/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Michael Nabil](https://github.com/michaelnabil230)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelnabil230%2Flaravel-greet-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelnabil230%2Flaravel-greet-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelnabil230%2Flaravel-greet-component/lists"}