liexusong/php-beast
PHP source code encrypt module (PHP源码加密扩展) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4834
- days_rel: n/a
- days_push: 1843
- n_releases_24m: 0
Adoption not part of the score
1738 stars · 509 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
php-beast is a PHP extension written in C that encrypts PHP source code files so they can be distributed without exposing the original code. It supports AES, DES, and Base64 encryption, file expiration timestamps, and machine-binding via network card addresses.
Use cases
- encrypt php source code before distributing to clients
- protect commercial php application from being read or modified
- set an expiration date on encrypted php files
- lock php code to run only on specific machines
- batch encrypt an entire php project directory
When to choose
- you distribute proprietary PHP code and want to prevent reading or tampering
- you need license-style expiration or hardware binding for PHP deployments
- you want a free self-hosted alternative to commercial PHP encoders like ionCube or SourceGuardian
When to avoid
- you need support for modern PHP versions beyond 7.1
- you require strong cryptographic guarantees - the encryption key ships with the extension and can be extracted
- your project is open source and code protection is unnecessary
Facets
plugin · maturity maintenance
security cryptography developer-tools developer-tools security windows php php-extension source-code-encryption code-protection obfuscation phpize php linux macos
1 source
- readme: https://github.com/liexusong/php-beast · fetched 2026-08-28 · 52e277048940
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| liexusong/php-beast | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="liexusong/php-beast")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem