{"id":20660583,"url":"https://github.com/paksuco/currency","last_synced_at":"2026-04-07T20:31:14.278Z","repository":{"id":57035161,"uuid":"290595494","full_name":"paksuco/currency","owner":"paksuco","description":"WIP - Laravel currency management plugin","archived":false,"fork":false,"pushed_at":"2021-08-08T13:47:32.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T04:26:13.897Z","etag":null,"topics":["backend","currency","fixer-io","laravel","livewire","ui"],"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/paksuco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-26T20:15:13.000Z","updated_at":"2021-08-08T13:47:34.000Z","dependencies_parsed_at":"2022-08-24T14:10:30.416Z","dependency_job_id":null,"html_url":"https://github.com/paksuco/currency","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paksuco/currency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fcurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fcurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fcurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fcurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paksuco","download_url":"https://codeload.github.com/paksuco/currency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fcurrency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["backend","currency","fixer-io","laravel","livewire","ui"],"created_at":"2024-11-16T19:04:13.996Z","updated_at":"2026-04-07T20:31:14.250Z","avatar_url":"https://github.com/paksuco.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Package Template\n\n## Configuration\n\nThis repository is template for building a new package. Some changes to the files are needed in order to represent a new package.\n\n\n### composer.json\n\nEdit `composer.json` to reflect the package information. At a minimum, the package name and autoload lines should be changed so that \"vendor/package\" reflects the name and namespace of the new package.\n\n```json\n{\n    \"name\": \"vendor/package\",\n    \"autoload\": {\n        \"psr-4\": {\n            \"Paksuco\\\\Currency\\\\\": \"src/\"\n        }\n    },\n},\n```\n\n\n### config/packagename.php\n\nThe file `config/packagename.php`  should be renamed to to something more useful, like `config/my-package.php`. This is the configuration file that Laravel will publish into it's `config` directory.\n\n\n### src/ServiceProvider.php\n\nOpen up `src/ServiceProvider.php` as well.  At a minimum the namespace has to be changed (it needs to match the PSR-4 namespace you set in `composer.json`).\n\nIn the `boot()` method, comment out or uncomment the components your package will need.  For example, if the package only has a configuration, then everything can be commented out except the `handleConfigs()` call:\n\n```php\npublic function boot() {\n    $this-\u003ehandleConfigs();\n    // $this-\u003ehandleMigrations();\n    // $this-\u003ehandleViews();\n    // $this-\u003ehandleTranslations();\n    // $this-\u003ehandleRoutes();\n}\n```\n\nIn the `handleConfigs()` method, the \"packagename\" references should be changed to the name you chose up above (in the `config/packagename.php` instructions).\n\n\n### Last Step\n\nUpdate the `LICENSE` file as required (make sure it matches what you said your package's license is in `composer.json`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaksuco%2Fcurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaksuco%2Fcurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaksuco%2Fcurrency/lists"}