{"id":33018434,"url":"https://github.com/aerialls/Plum","last_synced_at":"2025-11-16T14:00:38.348Z","repository":{"id":2089792,"uuid":"3029805","full_name":"aerialls/Plum","owner":"aerialls","description":"A deployer library for PHP 5.3","archived":false,"fork":false,"pushed_at":"2016-01-12T12:54:21.000Z","size":145,"stargazers_count":86,"open_issues_count":0,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-13T11:36:52.480Z","etag":null,"topics":["deprecated","php","plum"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/aerialls.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":"2011-12-21T21:14:24.000Z","updated_at":"2025-02-11T21:31:20.000Z","dependencies_parsed_at":"2022-08-26T13:50:48.338Z","dependency_job_id":null,"html_url":"https://github.com/aerialls/Plum","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aerialls/Plum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialls%2FPlum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialls%2FPlum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialls%2FPlum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialls%2FPlum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aerialls","download_url":"https://codeload.github.com/aerialls/Plum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialls%2FPlum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284719042,"owners_count":27052182,"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","status":"online","status_checked_at":"2025-11-16T02:00:05.974Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deprecated","php","plum"],"created_at":"2025-11-13T18:00:39.568Z","updated_at":"2025-11-16T14:00:38.330Z","avatar_url":"https://github.com/aerialls.png","language":"PHP","funding_links":[],"categories":["部署","部署 Deployment","Miscellaneous","Deployment","部署( Deployment )"],"sub_categories":[],"readme":"# Plum\n\n[![Build Status](https://secure.travis-ci.org/aerialls/Plum.png)](http://travis-ci.org/aerialls/Plum)\n\nAn object oriented deployer library\n\n## Installation and configuration\n\nPlum does not provide and autoloader but follow the PSR-0 convention.\n\n    $plum = new \\Plum\\Plum();\n\n    // Add global options for all the servers\n    $plum-\u003esetOptions(array(\n        'dry_run'     =\u003e true,\n        'excludeFile' =\u003e __DIR__.'/exclude.txt'\n    ));\n\n    // Register the rsync deployer\n    $plum-\u003eregisterDeployer(new \\Plum\\Deployer\\RsyncDeployer());\n\n    // Add your server\n    $plum-\u003eaddServer('server_name', new \\Plum\\Server\\Server('host', 'username', '/path/to/my/website'));\n\n    // Let's go!\n    $plum-\u003edeploy('bender', 'rsync');\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerialls%2FPlum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faerialls%2FPlum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerialls%2FPlum/lists"}