Home
Softono
phpBolt

phpBolt

Open source PHP
318
Stars
60
Forks
30
Issues
14
Watchers
4 months
Last Commit

About phpBolt

phpBolt is a free PHP encoder and source code encryption tool designed to protect PHP scripts from unauthorized access and reverse engineering. It consists of a native PHP extension called bolt.so and an encryption utility, encryption.php, that together scramble and encode PHP source code into an unreadable format that is decrypted at runtime by the extension. Key features include support for PHP versions 7.1 through 8.4, cross-platform compatibility with Linux, macOS, and Windows, and straightforward integration by placing bolt.so in the PHP extension directory and enabling it in php.ini. Users can then run encryption.php to encrypt their PHP files quickly. Typical use cases include protecting commercial PHP applications, safeguarding proprietary algorithms and business logic, securing scripts distributed to clients, and preventing casual source code theft. A Laravel integration package is also available for developers using that framework. For organizations requiring stronger protection, a custom-built exte

Platforms

Web Self-hosted

Languages

PHP

PHPBolt - Best php encoder

๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ Please give a star on GitHub :) ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ

Please check https://packagist.org/packages/phpbolt/encrypt

Laravel https://github.com/SiavashBamshadnia/Laravel-Source-Encrypter

First, install bolt.so then you can encrypt php source code with encryption.php file.

Weโ€™re creating a powerful encryption extension that will be released soon. Connect with us on Discord: https://discord.gg/f2xMKs8KBg

phpBolt.com

Weโ€™re creating a powerful encryption extension. Join us on Discord: https://discord.gg/f2xMKs8KBg

Supported PHP Versions: 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4

Compatible Platforms: Linux, macOS, and Windows

โญ Show your support!

If you find this project helpful, please consider giving it a star on GitHub


Support PHPBolt โ€” Help keep PHPBolt fast and updated. Donate

How to install bolt.so?

Download bolt.so file from the https://phpbolt.com/ website. Then find the extension directory. You can find the extension directory by phpinfo() function. Then add extension=bolt.so in the php.ini file and restart your server.

How to encrypt PHP source code? Please check https://phpbolt.com/how-to-encrypt-php-source-code/


I can create a custom extension for you. The custom extension is more secure than the free version. Feel free to PM [email protected]