{"id":22814420,"url":"https://github.com/68publishers/package-installer","last_synced_at":"2026-04-16T18:03:07.305Z","repository":{"id":56938521,"uuid":"195706811","full_name":"68publishers/package-installer","owner":"68publishers","description":"🛄 Configurable repository downloader \u0026 installer for Nette Framework","archived":false,"fork":false,"pushed_at":"2020-03-12T00:30:17.000Z","size":14,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T08:46:34.163Z","etag":null,"topics":["command-line-tool","nette","symfony"],"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/68publishers.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}},"created_at":"2019-07-07T23:33:07.000Z","updated_at":"2022-09-11T17:14:07.000Z","dependencies_parsed_at":"2022-08-21T06:50:21.268Z","dependency_job_id":null,"html_url":"https://github.com/68publishers/package-installer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fpackage-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fpackage-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fpackage-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fpackage-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/68publishers","download_url":"https://codeload.github.com/68publishers/package-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385415,"owners_count":20768672,"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":["command-line-tool","nette","symfony"],"created_at":"2024-12-12T13:08:51.520Z","updated_at":"2025-10-14T04:23:32.115Z","avatar_url":"https://github.com/68publishers.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Access\n\nConfigurable repository downloader \u0026 installer for Nette Framework \n\n## Installation\n\nThe best way to install 68publishers/package-installer is using Composer:\n\n```bash\ncomposer require 68publishers/package-installer\n```\n\nthen you can register extension into DIC:\n\n```yaml\nextensions:\n    package_installer: SixtyEightPublishers\\PackageInstaller\\DI\\PackageInstallerExtension\n```\n\n## Configuration\n\n```yaml\npackage_installer:\n    paths:\n        cwd: %appDir%/../ # default\n        repository: temp/packages/ # default, relatively from cwd\n        dist: www/packages/ # default, relatively from cwd\n\n    packages:\n        my_awesome_theme:\n            url: https://github.com/user/package\n            installers:\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\ClearRepository\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\GitClone\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\ComposerInstall\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\SetPermissions\n\n        my_foo_package:\n            url: https://github.com/foo/bar\n            branch: dev # download specific branch\n            installers:\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\ClearRepository\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\GitClone\n                - SixtyEightPublishers\\PackageInstaller\\Installer\\SetPermissions\n```\n\n## Contributing\n\nBefore committing any changes, don't forget to run\n\n```bash\nvendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run\n```\n\nand\n\n```bash\nvendor/bin/tester ./tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F68publishers%2Fpackage-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F68publishers%2Fpackage-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F68publishers%2Fpackage-installer/lists"}