{"id":13490946,"url":"https://github.com/EasyEngine/easyengine","last_synced_at":"2025-03-28T07:31:37.563Z","repository":{"id":4280001,"uuid":"5409008","full_name":"EasyEngine/easyengine","owner":"EasyEngine","description":"Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt","archived":false,"fork":false,"pushed_at":"2024-10-14T12:21:05.000Z","size":6041,"stargazers_count":2118,"open_issues_count":98,"forks_count":432,"subscribers_count":104,"default_branch":"develop","last_synced_at":"2024-10-29T14:14:39.085Z","etag":null,"topics":["automation","docker","easyengine","hacktoberfest","linux","macos","nginx","optimization","performance","php","wordpress"],"latest_commit_sha":null,"homepage":"https://easyengine.io","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/EasyEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-08-14T06:00:02.000Z","updated_at":"2024-10-28T07:52:44.000Z","dependencies_parsed_at":"2024-11-15T02:21:05.645Z","dependency_job_id":"6484eaec-eb1f-48be-8d6f-781acf57342a","html_url":"https://github.com/EasyEngine/easyengine","commit_stats":{"total_commits":4466,"total_committers":73,"mean_commits":"61.178082191780824","dds":0.7595163457232423,"last_synced_commit":"c989acd577645d2b123486b3ea1dd6eab475bd39"},"previous_names":[],"tags_count":152,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Feasyengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Feasyengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Feasyengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Feasyengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyEngine","download_url":"https://codeload.github.com/EasyEngine/easyengine/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245743408,"owners_count":20665091,"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","docker","easyengine","hacktoberfest","linux","macos","nginx","optimization","performance","php","wordpress"],"created_at":"2024-07-31T19:00:52.272Z","updated_at":"2025-03-28T07:31:37.538Z","avatar_url":"https://github.com/EasyEngine.png","language":"PHP","readme":"\n\u003cimg src=\"https://i2.wp.com/easyengine.io/wp-content/uploads/sites/20/2019/06/EasyEngine-New-Logo-Banner@2x-Transparent-Background.png?fit=720%2C170\u0026ssl=1\" alt=\"EasyEngine Logo\" /\u003e\n\n# EasyEngine v4\n[![Build 🔨 + Test 👨‍🔧](https://github.com/EasyEngine/easyengine/actions/workflows/test_and_build.yml/badge.svg?branch=develop)](https://github.com/EasyEngine/easyengine/actions/workflows/test_and_build.yml) \n[![Latest Stable Version](https://poser.pugx.org/easyengine/easyengine/v/stable)](https://github.com/EasyEngine/easyengine/releases) [![License](https://poser.pugx.org/easyengine/easyengine/license)](https://packagist.org/packages/easyengine/easyengine)\n\nEasyEngine makes it greatly easy to manage nginx, a fast web-server software that consumes little memory when handling increasing volumes of concurrent users.\n\n## Requirements\n\n* Docker\n* Docker-Compose\n* PHP CLI (\u003e=7.1)\n* PHP Modules - `curl`, `sqlite3`, `pcntl`\n\n## Installing\n\n### Linux\n\nFor Linux, we have created an installer script that will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04 and Debian 8, Debian 10.\n\n```bash\nwget -qO ee https://rt.cx/ee4 \u0026\u0026 sudo bash ee\n```\n\nEven if the script doesn't work for your distribution, you can manually install the dependencies and then run the following commands to install EasyEngine\n\n```bash\nwget -O /usr/local/bin/ee https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine.phar\nchmod +x /usr/local/bin/ee\n```\n\n### Tab completions\n\nEasyEngine also comes with a tab completion script for Bash and ZSH. Just download [ee-completion.bash](https://raw.githubusercontent.com/EasyEngine/easyengine/develop-v4/utils/ee-completion.bash) and source it from `~/.bash_profile`:\n\n```bash\nsource /FULL/PATH/TO/ee-completion.bash\n```\n\nDon't forget to run `source ~/.bash_profile` afterwards.\n\nIf using zsh for your shell, you may need to load and start `bashcompinit` before sourcing. Put the following in your `.zshrc`:\n\n```bash\nautoload bashcompinit\nbashcompinit\nsource /FULL/PATH/TO/ee-completion.bash\n```\n\n## Usage\n\nTo get started with EasyEngine and create a wordpress site, run\n\n```\nee site create example.com --type=wp\n```\n\nNeed a wordpress site with caching? Try\n\n```\nee site create example.com --type=wp --cache\n```\n\nNeed a wordpress multi-site with page cache?\n```\nee site create example.com --type=wp --mu=subdir --cache\n```\n\nNeed a plain and simple html site?\n```\nee site create example.com\n```\n\nWant to play around with your new site?\n```\nee shell example.com\n```\n\nWant to know more? Checkout readme of these commands -\n * [site command](https://github.com/EasyEngine/site-command/)\n * [site-wp command](https://github.com/EasyEngine/site-wp-command/)\n * [cron command](https://github.com/EasyEngine/cron-command/)\n * [shell command](https://github.com/EasyEngine/shell-command/)\n\nNote: :warning: EasyEngine will currently only run with root privileges. You can run `ee help`, `ee help site` and `ee help site create --type=wp` to get all the details about the various commands and subcommands that you can run.\n\n## Development\n\nDevelopment of easyengine is done entirely on GitHub.\n\nWe've used [wp-cli](https://github.com/wp-cli/wp-cli/) framework as a base and built EasyEngine on top of it.\n\nThis repo contains the main core of easyengine (the framework).\nAll top level commands(except `ee cli`) i.e. `ee site`, `ee shell` have their own repos.\n\nCurrently, we have the following commands which are bundled by default in EasyEngine:\n\n* [site command](https://github.com/EasyEngine/site-command/)\n* [shell command](https://github.com/EasyEngine/shell-command/)\n\nIn future, the community will be able to make their own packages and commands!\n\n## Contributing\n\nWe warmheartedly welcome all contributions however and in whatever capacity you can either through Pull Requests or by reporting Issues. You can contribute here or in any of the above mentioned commands repo.\n\n## Donations\n\n[![PayPal-Donate](https://cloud.githubusercontent.com/assets/4115/5297691/c7b50292-7bd7-11e4-987b-2dc21069e756.png)](http://rt.cx/eedonate)\n\n## Does this interest you?\n\n\u003ca href=\"https://rtcamp.com/?utm_source=github\u0026utm_medium=readme\" rel=\"nofollow\"\u003e\u003cimg src=\"https://rtcamp.com/wp-content/uploads/sites/2/2019/04/github-banner@2x.png\" alt=\"Handcrafted Enterprise WordPress Solutions by rtCamp\" /\u003e\u003c/a\u003e\n","funding_links":[],"categories":["PHP","PHP (184)","docker"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEasyEngine%2Feasyengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEasyEngine%2Feasyengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEasyEngine%2Feasyengine/lists"}