PHPackages                             marcosmarcolin/fricc2\_encrypter - 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. [Security](/categories/security)
4. /
5. marcosmarcolin/fricc2\_encrypter

ActiveLibrary[Security](/categories/security)

marcosmarcolin/fricc2\_encrypter
================================

Encrypt your php files using the fricc2 extension.

1.0.0(3y ago)07MITPHPPHP &gt;=7.4

Since Dec 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/marcosmarcolin/fricc2_encrypter)[ Packagist](https://packagist.org/packages/marcosmarcolin/fricc2_encrypter)[ RSS](/packages/marcosmarcolin-fricc2-encrypter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (3)Used By (0)

FRICC2 encrypter tool
---------------------

[](#fricc2-encrypter-tool)

This package aims to facilitate the encryption of your PHP scripts using the [FRICC2](https://github.com/hoowa/PHP-FRICC2) extension.

It is just a resource to facilitate the use of the Encoder which is executed via Shell.

Encoder
-------

[](#encoder)

For the tool to work, you need to have the encoder in `/usr/bin/fricc2` installed on your OS.

By default, it will use the name `fricc2`, but if you installed it with another name, you can inform it in the constructor of the `Encrypter` class.

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

[](#installation)

`composer require marcosmarcolin/fricc2_encrypter`

Compatibility
-------------

[](#compatibility)

Tested only in **Linux** environment: Ubuntu and Debian.

**PHP version &gt;= 7.4.x is required.**

How to use
----------

[](#how-to-use)

#### To encode only 1 file:

[](#to-encode-only-1-file)

```
