https://github.com/ddev/ddev-ioncube
Enable ionCube PHP loaders for encoded files in DDEV
https://github.com/ddev/ddev-ioncube
ddev-get
Last synced: about 1 month ago
JSON representation
Enable ionCube PHP loaders for encoded files in DDEV
- Host: GitHub
- URL: https://github.com/ddev/ddev-ioncube
- Owner: ddev
- License: apache-2.0
- Created: 2023-09-28T11:36:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T11:49:15.000Z (about 1 year ago)
- Last Synced: 2026-05-05T08:42:19.887Z (about 2 months ago)
- Topics: ddev-get
- Language: Shell
- Homepage:
- Size: 214 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://addons.ddev.com)
[](https://github.com/ddev/ddev-ioncube/actions/workflows/tests.yml?query=branch%3Amain)
[](https://github.com/ddev/ddev-ioncube/commits)
[](https://github.com/ddev/ddev-ioncube/releases/latest)
# DDEV ionCube
## Overview
The [ionCube PHP Encoder](https://www.ioncube.com/loaders.php) is a widely used tool that allows developers to protect their PHP files with powerful encryption and security features.
This add-on integrates ionCube Loaders into your [DDEV](https://ddev.com/) project.
## Features
- ✅ ionCube Loaders for all supported PHP versions
- ✅ Multi-arch support (Will detect your system architecture and install the correct loader version)
- ✅ Plays nice with your existing DDEV configuration
- ✅ Works with other web container customizations
- ✅ Set-and-forget workflow
## Installation
```bash
ddev add-on get ddev/ddev-ioncube
ddev restart
```
## Configuration
None. Add-on works out-of-the-box.
## Credits
**Developed and maintained by [Oblak Studio](https://github.com/oblakstudio)**