{"id":47832260,"url":"https://github.com/rogasp/jc-accounts","last_synced_at":"2026-04-03T20:15:21.833Z","repository":{"id":247270429,"uuid":"825418668","full_name":"rogasp/jc-accounts","owner":"rogasp","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T20:36:09.000Z","size":41,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T01:28:12.942Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rogasp.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":"WCompetition"}},"created_at":"2024-07-07T18:01:55.000Z","updated_at":"2026-01-12T20:36:08.000Z","dependencies_parsed_at":"2024-07-07T19:24:28.372Z","dependency_job_id":"8c2c41ad-6804-4139-b232-7e35d91645e5","html_url":"https://github.com/rogasp/jc-accounts","commit_stats":null,"previous_names":["rogasp/jc-accounts"],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/rogasp/jc-accounts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fjc-accounts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fjc-accounts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fjc-accounts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fjc-accounts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogasp","download_url":"https://codeload.github.com/rogasp/jc-accounts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fjc-accounts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31374477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-04-03T20:15:21.202Z","updated_at":"2026-04-03T20:15:21.828Z","avatar_url":"https://github.com/rogasp.png","language":"PHP","funding_links":["https://github.com/sponsors/WCompetition"],"categories":[],"sub_categories":[],"readme":"# This is my package jc-accounts\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/rogasp/jc-accounts.svg?style=flat-square)](https://packagist.org/packages/rogasp/jc-accounts)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/rogasp/jc-accounts/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/rogasp/jc-accounts/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/rogasp/jc-accounts/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/rogasp/jc-accounts/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/rogasp/jc-accounts.svg?style=flat-square)](https://packagist.org/packages/rogasp/jc-accounts)\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/jc-accounts.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/jc-accounts)\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 rogasp/jc-accounts\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"jc-accounts-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"jc-accounts-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=\"jc-accounts-views\"\n```\n\n## Usage\n\n```php\n$jcAccounts = new WCompetition\\JcAccounts();\necho $jcAccounts-\u003eechoPhrase('Hello, WCompetition!');\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- [Roger Aspein](https://github.com/rogasp)\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%2Frogasp%2Fjc-accounts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogasp%2Fjc-accounts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogasp%2Fjc-accounts/lists"}