PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Espinosa   PHP Obfuscate   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Obfuscate
Obfuscate PHP encrypting the source code
Author: By
Last change:
Date: 9 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": "ralphlnx@gmail.com" } ], "autoload":{ "psr-4": { "Fluency\\Component\\" : "src/" } }, "minimum-stability": "stable", "require": { "php": ">=5.3.3" } }