PHPackages                             murilochianfa/laravel-ioncube-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. murilochianfa/laravel-ioncube-helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

murilochianfa/laravel-ioncube-helper
====================================

Service helper for use IonCube Loader in your Laravel project.

v1.0.0(2y ago)24MITPHPPHP ^8.0

Since Dec 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MuriloChianfa/laravel-ioncube-helper)[ Packagist](https://packagist.org/packages/murilochianfa/laravel-ioncube-helper)[ Docs](https://github.com/MuriloChianfa/laravel-ioncube-helper)[ RSS](/packages/murilochianfa-laravel-ioncube-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

[![Banner](banner.png)](banner.png)

This Composer package simplifies the integration of ionCube encoded files into Laravel projects, providing convenient functions and utilities for managing ionCube-encoded components.

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require murilochianfa/laravel-ioncube-helper
```

Next, publish the configuration file:

```
php artisan vendor:publish --provider="MuriloChianfa\LaravelIoncubeHelper\IoncubeHelperServiceProvider"
```

### Dependencies

[](#dependencies)

- *Ioncube Loader 13.0 or higher.*
- *Laravel 10.0 or higher.*
- *PHP 8.2 or higher.*

Usage
-----

[](#usage)

Create a new service **App/Services/LicenseService.php**

```
