{"id":16673041,"url":"https://github.com/lasserafn/laravel-economic","last_synced_at":"2025-03-21T17:33:00.545Z","repository":{"id":14001832,"uuid":"75620408","full_name":"LasseRafn/laravel-economic","owner":"LasseRafn","description":"Economic REST wrapper for Laravel","archived":false,"fork":false,"pushed_at":"2023-03-09T13:11:23.000Z","size":193,"stargazers_count":11,"open_issues_count":3,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T14:08:22.154Z","etag":null,"topics":["api","api-wrapper","economic","laravel"],"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/LasseRafn.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2016-12-05T11:57:03.000Z","updated_at":"2023-04-06T17:14:30.000Z","dependencies_parsed_at":"2024-10-28T11:28:14.596Z","dependency_job_id":"a80e4c8f-1206-4794-8ff6-15f95b3838bb","html_url":"https://github.com/LasseRafn/laravel-economic","commit_stats":{"total_commits":193,"total_committers":6,"mean_commits":"32.166666666666664","dds":"0.27461139896373055","last_synced_commit":"a2886a36b7a1be41fb5aece5b1631a15cb6bc9e4"},"previous_names":[],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseRafn%2Flaravel-economic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseRafn%2Flaravel-economic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseRafn%2Flaravel-economic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseRafn%2Flaravel-economic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LasseRafn","download_url":"https://codeload.github.com/LasseRafn/laravel-economic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244838788,"owners_count":20518884,"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":["api","api-wrapper","economic","laravel"],"created_at":"2024-10-12T12:24:17.502Z","updated_at":"2025-03-21T17:33:00.248Z","avatar_url":"https://github.com/LasseRafn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel e-conomic REST wrapper\n\n\u003cp align=\"center\"\u003e \n\u003ca href=\"https://packagist.org/packages/LasseRafn/laravel-economic\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/LasseRafn/laravel-economic.svg?style=flat-square\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/LasseRafn/laravel-economic\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/LasseRafn/laravel-economic.svg?style=flat-square\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/LasseRafn/laravel-economic\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/LasseRafn/laravel-economic.svg?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://styleci.io/repos/75620408\"\u003e\u003cimg src=\"https://styleci.io/repos/75620408/shield?branch=master\" alt=\"StyleCI Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\n1. Require using composer\n\n``` bash\ncomposer require lasserafn/laravel-economic\n```\n\nIn Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider.\n\n2. Add the EconomicServiceProvider to your `config/app.php` providers array.\n\n``` php\n\u003c?php \n'providers' =\u003e [\n    // ...\n    \\LasseRafn\\Economic\\EconomicServiceProvider::class,\n    // ...\n]\n```\n\n3. Copy the package config to your local config with the publish command: \n\n``` bash\nphp artisan vendor:publish --provider=\"LasseRafn\\Economic\\EconomicServiceProvider\"\n```\n\n## Usage outside of Laravel\nYou can use this package without Laravel, but configuration files wont be used, so you must provide the keys to the class.\n\nThe wrapper uses the `config()` method in the Economic class if no keys are provided. But if you remember to provide keys, it should never be called. \n\nOtherwise register a global method for `config` until there's a framework agnostic version (coming eventually) \n\n## [Contributors](https://github.com/LasseRafn/laravel-economic/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasserafn%2Flaravel-economic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flasserafn%2Flaravel-economic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasserafn%2Flaravel-economic/lists"}