PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Espinosa   PHP Obfuscate   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Obfuscate
Obfuscate PHP encrypting the source code
Author: By
Last change:
Date: 10 years ago
Size: 398 bytes
 

 

Contents

Class file image Download
{ "name": "fluency/obfuscator", "description": "PHP code obfuscator", "license": "MIT", "authors": [ { "name": "Rafael Ernesto Espinosa Santiesteban", "email": "[email protected]" } ], "autoload":{ "psr-4": { "Fluency\\Component\\" : "src/" } }, "minimum-stability": "stable", "require": { "php": ">=5.3.3" } }