{"id":34016507,"url":"https://github.com/lenochware/ftpdeploy","last_synced_at":"2026-04-02T01:01:19.939Z","repository":{"id":90130861,"uuid":"56674977","full_name":"lenochware/ftpdeploy","owner":"lenochware","description":"Tool for deploying app on production server","archived":false,"fork":false,"pushed_at":"2025-08-26T08:13:40.000Z","size":290,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T02:22:22.028Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenochware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-04-20T09:43:12.000Z","updated_at":"2025-08-26T08:13:44.000Z","dependencies_parsed_at":"2025-12-13T14:08:10.662Z","dependency_job_id":null,"html_url":"https://github.com/lenochware/ftpdeploy","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/lenochware/ftpdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fftpdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fftpdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fftpdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fftpdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenochware","download_url":"https://codeload.github.com/lenochware/ftpdeploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenochware%2Fftpdeploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-13T14:02:18.656Z","updated_at":"2026-04-02T01:01:19.885Z","avatar_url":"https://github.com/lenochware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ftp-Deploy\nDeploy your project on the production server, using FTP (SFTP, FTPS).\n\nShow differences between development and production server and upload\nchanges with one click.\n\n### Features\n\n* Preview of changes (diff between deployment and production version)\n* Choose files to deploy or deploy everything\n* Deployment over ftp, sftp, ftps protocols or to local filesystem\n* You can include/exclude files for deployment in your project\n\n### Example of configuration file `config/myproject.php`\n\n```php\nreturn [\n\t'local' =\u003e '/local/path/to/files',\n\t'remote' =\u003e 'ftp://user:password@ftp.host.com/path/to/files',\n\t'password' =\u003e 'your-login',\n\t'charset' =\u003e 'source-code-charset' /* optional */\n\t'exclude' =\u003e [\n\t\t'~/.git',     /* ~ is project directory */\n\t\t'~/temp',\n\t\t'*.bak',\n\t],\n];\n```\n\n### Installation\n\nInstall it using composer:\n\n\tcomposer create-project lenochware/ftpdeploy\n\nor download from github\n\n* Create file ftp-deploy/config/your-project.php (see example above)\n* Directory ftp-deploy/data must be writeable\n* Run ftp-deploy\n\n### Requirements\n\n* php 7.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenochware%2Fftpdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenochware%2Fftpdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenochware%2Fftpdeploy/lists"}