Download the PHP package codwelt/php-obfuscator without Composer

On this page you can find all versions of the php package codwelt/php-obfuscator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-obfuscator

PHP Obfuscator

Free, Open Source, Published under the MIT License.

This tool is for commercial and non commercial usage. It basically cover all features of yakpro-po under PHP library available from composer.

Example usage

Configuration

no-strip-indentation              multi line output
strip-indentation                 single line output

no-shuffle-statements             do not shuffle statements
shuffle-statements                       shuffle statements

no-obfuscate-string-literal       do not obfuscate string literals
obfuscate-string-literal                 obfuscate string literals

no-obfuscate-loop-statement       do not obfuscate loop statements
obfuscate-loop-statement                 obfuscate loop statements

no-obfuscate-if-statement         do not obfuscate if statements
obfuscate-if-statement                   obfuscate if statements

no-obfuscate-constant-name        do not obfuscate constant names
obfuscate-constant-name                  obfuscate constant names

no-obfuscate-variable-name        do not obfuscate variable names
obfuscate-variable-name                  obfuscate variable names

no-obfuscate-function-name        do not obfuscate function names
obfuscate-function-name                  obfuscate function names

no-obfuscate-class_constant-name  do not obfuscate class constant names
obfuscate-class_constant-name            obfuscate class constant names

no-obfuscate-class-name           do not obfuscate class names
obfuscate-class-name                     obfuscate class names

no-obfuscate-interface-name       do not obfuscate interface names
obfuscate-interface-name                 obfuscate interface names

no-obfuscate-trait-name           do not obfuscate trait names
obfuscate-trait-name                     obfuscate trait names

no-obfuscate-property-name        do not obfuscate property names
obfuscate-property-name                  obfuscate property names

no-obfuscate-method-name          do not obfuscate method names
obfuscate-method-name                    obfuscate method names

no-obfuscate-namespace-name       do not obfuscate namespace names
obfuscate-namespace-name                 obfuscate namespace names

no-obfuscate-label-name           do not obfuscate label names
obfuscate-label-name                     obfuscate label names

scramble-mode     identifier|hexa|numeric         force scramble mode
scramble-length   length ( min=2; max = 16 for scramble_mode=identifier,
                                    max = 32 for scramble_mode = hexa or numeric)

Credits

License

MIT license


All versions of php-obfuscator with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1|^8.0
ext-fileinfo Version *
ext-tokenizer Version *
nikic/php-parser Version ^4.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package codwelt/php-obfuscator contains the following files

Loading the files please wait ....