{"id":18310777,"url":"https://github.com/uidb-dev/laravel-entity-generator","last_synced_at":"2026-01-06T13:06:33.596Z","repository":{"id":59674599,"uuid":"538429646","full_name":"uidb-dev/laravel-entity-generator","owner":"uidb-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-21T14:11:23.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-31T02:12:34.461Z","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/uidb-dev.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":"2022-09-19T09:37:22.000Z","updated_at":"2024-07-21T14:11:26.000Z","dependencies_parsed_at":"2022-09-19T20:00:32.142Z","dependency_job_id":null,"html_url":"https://github.com/uidb-dev/laravel-entity-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-entity-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-entity-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-entity-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-entity-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uidb-dev","download_url":"https://codeload.github.com/uidb-dev/laravel-entity-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245579675,"owners_count":20638679,"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":[],"created_at":"2024-11-05T16:15:29.502Z","updated_at":"2026-01-06T13:06:28.576Z","avatar_url":"https://github.com/uidb-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Entity Generator - SOA\n\n========\n\n**Laravel Entity Generator**\n\nLaravel 5.5 repository design pattern generator with SOA(Service Oriented Arcitecture) inspired from this blog post: http://dfg.gd/blog/decoupling-your-code-in-laravel-using-repositiories-and-services.\n\n## Installation\n\n```php\ncomposer require uidb-dev/laravel-entity-generator\n```\n\n## Usage\n```\nphp artisan make:entity Example\n```\n\nIt will generate the following structure by default configuration:\n\n```\napp\n└── Repositories\n    ├── Example\n    |  ├── ExampleRepository.php\n    |  ├── ExampleRepositoryServiceProvider.php\n    |  └── ExampleInterface.php\n    Services\n    ├── Example\n    |   ├── ExampleFacade.php\n    |   ├── ExampleService.php\n    |   └── ExampleServiceServiceProvider.php\n    Models\n    ├── Entities\n    |   └── Example.php\n    \n```\n\nThen add the service providers to the providers array in config/app.php :\n\n```php\n'providers' =\u003e [\n\n    App\\Repositories\\Example\\ExampleRepositoryServiceProvider::class,\n    App\\Services\\Example\\ExampleServiceServiceProvider::class,\n```\n\nIf you want to use the facade, add this to your facades in app.php:\n\n```php\n'aliases' =\u003e [\n\n    'ExampleFacade' =\u003e App\\Services\\Example\\ExampleFacade::class,\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuidb-dev%2Flaravel-entity-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuidb-dev%2Flaravel-entity-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuidb-dev%2Flaravel-entity-generator/lists"}