https://github.com/friendsofshopware/froshioncubechecker
This plugin allows you to check if your Shopware 5 installation is compatible without ionCube
https://github.com/friendsofshopware/froshioncubechecker
Last synced: about 1 month ago
JSON representation
This plugin allows you to check if your Shopware 5 installation is compatible without ionCube
- Host: GitHub
- URL: https://github.com/friendsofshopware/froshioncubechecker
- Owner: FriendsOfShopware
- License: mit
- Created: 2018-11-16T06:40:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T14:45:27.000Z (about 2 years ago)
- Last Synced: 2024-11-20T09:13:47.428Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 148 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IonCube checker for Shopware
[](https://gitter.im/FriendsOfShopware/Lobby)
[](https://store.shopware.com/frosh49916215277f/ioncube-check.html)Simple plugin to list all [ionCube](http://www.ioncube.com/) encrypted plugins inside the Shopware installation.
## Requirements
* Shopware 5.2.x or higher
* PHP 7.0 (newer PHP versions will not work because there is no Shopware compatible ionCube version for >= PHP 7.1)## Installation
### Zip Installation package for the Shopware Plugin Manager
* Download the [latest plugin version](https://github.com/FriendsOfShopware/FroshIonCubeChecker/releases/latest/).
* Upload and install plugin using Plugin Manager.### Git Version
* Checkout Plugin in `/custom/plugins/FroshIonCubeChecker`.
* Install the Plugin with the Plugin Manager.### Install with composer
* Change to your root Installation of shopware.
* Run command `composer require frosh/ioncube-checker` and install and active plugin with Plugin Manager.## Features
* A new backend module lists all ionCube encrypted plugins with detailed information such as name, author, install status and path to the plugin.
* The same list can be displayed inside the console with the new command `sw:plugin:ioncube`.## Images


## Contributing
Feel free to fork and send pull requests!
## Licence
This project uses the [MIT License](LICENCE.md).