{"id":15025342,"url":"https://github.com/patinthehat/laravel-package-manager","last_synced_at":"2025-04-09T20:03:52.869Z","repository":{"id":57036192,"uuid":"90142438","full_name":"patinthehat/laravel-package-manager","owner":"patinthehat","description":"The Laravel Package Manager provides fast yet simple management of packages for your Laravel project, automating repetitive actions such as Service Provider and Facade registration.","archived":false,"fork":false,"pushed_at":"2017-07-07T09:52:17.000Z","size":25,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:03:45.991Z","etag":null,"topics":["automation","laravel","laravel-5","laravel-5-package","laravel-54","laravel-package","laravel-packages","package-manager","php","php-7","php7"],"latest_commit_sha":null,"homepage":"","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/patinthehat.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":"2017-05-03T11:40:25.000Z","updated_at":"2025-04-05T17:39:05.000Z","dependencies_parsed_at":"2022-08-24T06:40:53.513Z","dependency_job_id":null,"html_url":"https://github.com/patinthehat/laravel-package-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patinthehat%2Flaravel-package-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patinthehat%2Flaravel-package-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patinthehat%2Flaravel-package-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patinthehat%2Flaravel-package-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patinthehat","download_url":"https://codeload.github.com/patinthehat/laravel-package-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103864,"owners_count":21048245,"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":["automation","laravel","laravel-5","laravel-5-package","laravel-54","laravel-package","laravel-packages","package-manager","php","php-7","php7"],"created_at":"2024-09-24T20:02:07.052Z","updated_at":"2025-04-09T20:03:52.836Z","avatar_url":"https://github.com/patinthehat.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel Package Manager ##\n---\n\nThe `Laravel Package Manager` provides fast, yet simple management of packages for your Laravel project.\nIt allows you to quickly install a package via composer, if necessary, and then automatically register any or all Service Providers and Facades provided by the package.\n\n---\n### Installation\n---\n\nTo install, first install with composer: \n\n\tcomposer require patinthehat/laravel-package-manager\n\t\nThen, register the service provider by editing `config/app.php` and adding:\n\n\tLaravelPackageManager\\LaravelPackageManagerServiceProvider::class,\n\t\nto the `$providers` array.\n\t\nThat's it! You now have access to the package manager commands through `artisan`.\n\n---\n### Usage\n---\n\nTo install (via composer) a package and register any service providers or Facades it provides, use the `package:require` command:\n\n\tpackage:require \u003cpackage-name\u003e [-r|--register-only] [-d|--dev]\n\t\nThe `--register-only` option skips the composer installation step.\n\t\tThe `--dev` option allows you to install the package in your development dependencies.\n\nTo unregister service providers and facades associated with a package, use the `package:unregister` command:\n\n\tpackage:unregister \u003cpackage-name\u003e\n\nYou will be prompted for each Service Provider and Facade, and asked if you would like to unregister it.  This does not remove the package from your `vendor/` directory.\n\n---\n### License\n---\nThe `Laravel Package Manager` is open source software, available under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatinthehat%2Flaravel-package-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatinthehat%2Flaravel-package-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatinthehat%2Flaravel-package-manager/lists"}