{"id":33981196,"url":"https://github.com/azzarip/client","last_synced_at":"2025-12-30T08:47:46.376Z","repository":{"id":257029828,"uuid":"857273993","full_name":"azzarip/client","owner":"azzarip","description":"Laravel Package for handling the client side of my servers","archived":false,"fork":false,"pushed_at":"2025-09-18T20:29:22.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T23:36:57.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/azzarip.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"Paride Azzari"}},"created_at":"2024-09-14T08:02:38.000Z","updated_at":"2025-09-18T20:29:26.000Z","dependencies_parsed_at":"2025-08-20T18:09:29.870Z","dependency_job_id":"71fa40a7-345d-4fcd-8a70-ace8b9dff64f","html_url":"https://github.com/azzarip/client","commit_stats":null,"previous_names":["azzarip/client"],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/azzarip/client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzarip%2Fclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzarip%2Fclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzarip%2Fclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzarip%2Fclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azzarip","download_url":"https://codeload.github.com/azzarip/client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzarip%2Fclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699641,"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","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-12-13T03:38:13.511Z","updated_at":"2025-12-13T03:38:14.289Z","avatar_url":"https://github.com/azzarip.png","language":"HTML","funding_links":["https://github.com/sponsors/Paride Azzari"],"categories":[],"sub_categories":[],"readme":"# Laravel Package for handling the Client side of the package\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/azzarip/client.svg?style=flat-square)](https://packagist.org/packages/azzarip/client)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/azzarip/client/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/azzarip/client/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/azzarip/client/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/azzarip/client/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/azzarip/client.svg?style=flat-square)](https://packagist.org/packages/azzarip/client)\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[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/client.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/client)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require azzarip/client\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"client-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"client-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"client-views\"\n```\n\n## Usage\n\n```php\n$client = new Azzarip\\Client();\necho $client-\u003eechoPhrase('Hello, Azzarip!');\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 Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Paride Azzari](https://github.com/Azzarip)\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%2Fazzarip%2Fclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazzarip%2Fclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazzarip%2Fclient/lists"}