{"id":29689277,"url":"https://github.com/basemax/docker-wordpress-ioncube-sourceguardian","last_synced_at":"2025-07-23T06:02:30.971Z","repository":{"id":305985238,"uuid":"1022832416","full_name":"BaseMax/docker-wordpress-ioncube-sourceguardian","owner":"BaseMax","description":"⚙️ A ready-to-use Docker setup for WordPress (PHP 8.1) with ionCube \u0026 SourceGuardian loaders pre-installed - plus essential PHP extensions \u0026 CLI tools for development.","archived":false,"fork":false,"pushed_at":"2025-07-23T02:58:54.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-23T03:18:15.512Z","etag":null,"topics":["docker","docker-compose","dockercompose","php","php-ext","php-extension","php-extensions","php81"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/basemax/wordpress-ioncube-sourceguardian/tags","language":"Dockerfile","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/BaseMax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-19T23:43:55.000Z","updated_at":"2025-07-23T02:58:57.000Z","dependencies_parsed_at":"2025-07-23T03:18:17.347Z","dependency_job_id":"535e0051-eb6c-40dd-8528-766190350d05","html_url":"https://github.com/BaseMax/docker-wordpress-ioncube-sourceguardian","commit_stats":null,"previous_names":["basemax/docker-wordpress-ioncube-sourceguardian"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/docker-wordpress-ioncube-sourceguardian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fdocker-wordpress-ioncube-sourceguardian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fdocker-wordpress-ioncube-sourceguardian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fdocker-wordpress-ioncube-sourceguardian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fdocker-wordpress-ioncube-sourceguardian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/docker-wordpress-ioncube-sourceguardian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fdocker-wordpress-ioncube-sourceguardian/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266626116,"owners_count":23958344,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["docker","docker-compose","dockercompose","php","php-ext","php-extension","php-extensions","php81"],"created_at":"2025-07-23T06:01:05.342Z","updated_at":"2025-07-23T06:02:30.956Z","avatar_url":"https://github.com/BaseMax.png","language":"Dockerfile","readme":"# Docker WordPress with ionCube \u0026 SourceGuardian Loaders\n\nA ready-to-use Docker environment for running WordPress (PHP 8.1) with **ionCube** and **SourceGuardian** loaders pre-installed, plus a wide range of helpful PHP extensions and CLI tools.\n\n\u003e Built and maintained by [BaseMax](https://github.com/BaseMax) © 2025, MIT Licensed\n\n---\n\n## 🧩 Features\n\n* PHP Composer\n* WordPress with PHP 7.4, 8.1, 8.2, 8.3, 8.4 (custom Dockerfile)\n* **ionCube Loader** and **SourceGuardian** auto-installed\n* Common PHP extensions: `mysqli`, `pdo_mysql`, `intl`, `mbstring`, `gd`, `bcmath`, `soap`, etc.\n* Popular PECL extensions: `redis`\n* Useful CLI tools: `wp-cli`, `htop`, `nano`, `curl`, `git`, `ping`, and more\n* Fully dockerized using `docker-compose`\n* Includes MariaDB 11 with persistent volumes\n\n---\n\n## 🚀 Getting Started\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/BaseMax/docker-wordpress-ioncube-sourceguardian.git\ncd docker-wordpress-ioncube-sourceguardian\n```\n\n### 2. Setup environment\n\nCopy `.env.example` to `.env` and fill in your desired credentials:\n\n```bash\ncp .env.example .env\n```\n\nEdit the `.env` file and set your variables:\n\n```env\nSERVICE_USER_WORDPRESS=wordpress\nSERVICE_PASSWORD_WORDPRESS=your_password\nSERVICE_PASSWORD_ROOT=your_root_password\n```\n\n### 3. Build and start the services\n\n```bash\ndocker compose up\n```\n\nOr run in the background:\n\n```bash\ndocker compose up -d\n```\n\n---\n\n## 📁 Project Structure\n\n```\n.\n├── Dockerfile            # Custom Dockerfile based on wordpress:php8.1\n├── docker-compose.yml    # Docker Compose setup for WordPress and MariaDB\n├── .env.example          # Sample environment file\n├── LICENSE               # MIT License\n└── README.md             # You are here\n```\n\n---\n\n## 🧱 Dockerfile Overview\n\nYour WordPress container is enhanced with:\n\n* Development \u0026 debug tools (`nano`, `htop`, `screenfetch`, `git`, etc.)\n* PHP extensions via `docker-php-ext-install` and PECL\n* Auto-download and setup of `wp-cli`\n* Auto-installation of `ionCube` and `SourceGuardian` from:\n  [BaseMax/php-installer-ioncube-sourceguardian](https://github.com/BaseMax/php-installer-ioncube-sourceguardian)\n\n---\n\n## 🐬 MariaDB Configuration\n\nMariaDB runs with the following environment variables from `.env`:\n\n```env\nMYSQL_ROOT_PASSWORD\nMYSQL_DATABASE\nMYSQL_USER\nMYSQL_PASSWORD\n```\n\nData is persisted to `xg4c44cgg8ok0cc4c0k8c448_mariadb-data` volume.\n\n---\n\n## 🧪 Health Checks\n\nBoth services include built-in healthchecks for stability:\n\n* **WordPress**: via `curl http://127.0.0.1`\n* **MariaDB**: via `healthcheck.sh --connect --innodb_initialized`\n\n---\n\n## Build Docker\n\n```bash\ndocker login\ndocker build --build-arg WORDPRESS_PHP_IMAGE=php7.4 -t basemax/wordpress-ioncube-sourceguardian:7.4 .\ndocker build --build-arg WORDPRESS_PHP_IMAGE=php8.1 -t basemax/wordpress-ioncube-sourceguardian:8.1 .\ndocker build --build-arg WORDPRESS_PHP_IMAGE=php8.2 -t basemax/wordpress-ioncube-sourceguardian:8.2 .\ndocker build --build-arg WORDPRESS_PHP_IMAGE=php8.3 -t basemax/wordpress-ioncube-sourceguardian:8.3 .\ndocker build --build-arg WORDPRESS_PHP_IMAGE=php8.4 -t basemax/wordpress-ioncube-sourceguardian:8.4 .\ndocker push basemax/wordpress-ioncube-sourceguardian:7.4\ndocker push basemax/wordpress-ioncube-sourceguardian:8.1\ndocker push basemax/wordpress-ioncube-sourceguardian:8.2\ndocker push basemax/wordpress-ioncube-sourceguardian:8.3\ndocker push basemax/wordpress-ioncube-sourceguardian:8.4\n```\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License.\n\n© 2025 [Max Base](https://github.com/BaseMax)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fdocker-wordpress-ioncube-sourceguardian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fdocker-wordpress-ioncube-sourceguardian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fdocker-wordpress-ioncube-sourceguardian/lists"}