PHPackages                             lyne007/aes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. lyne007/aes

ActiveLibrary[Security](/categories/security)

lyne007/aes
===========

Aes library

v1.0.1(5y ago)14mitPHPPHP &gt;=5.6.0

Since Nov 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lyne007/aes)[ Packagist](https://packagist.org/packages/lyne007/aes)[ RSS](/packages/lyne007-aes/feed)WikiDiscussions branch Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

aes 加密/解密
=========

[](#aes-加密解密)

Requirements
------------

[](#requirements)

- PHP 5.6 or later
- OpenSSL extension for PHP

Encrypting data
---------------

[](#encrypting-data)

```
$aes = new \Lyne007\AES\AES;
$encrypted = $aes->encrypt('Very sensitive data', 'password');

```

Dncrypting data
---------------

[](#dncrypting-data)

```
$aes = new \Lyne007\AES\AES;
$decrypted = $aes->decrypt('U2FsdGVkX19FFkUtgexTiWS1R2GOhm0Qc763zMw+XhaUftJzPFQ6GVhsmuem+8Pa, 'password');

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2061d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28702327?v=4)[李Lyne](/maintainers/lyne007)[@lyne007](https://github.com/lyne007)

---

Top Contributors

[![lyne007](https://avatars.githubusercontent.com/u/28702327?v=4)](https://github.com/lyne007 "lyne007 (1 commits)")

---

Tags

encryptionaesopensslmcryptdecryption

### Embed Badge

![Health badge](/badges/lyne007-aes/health.svg)

```
[![Health](https://phpackages.com/badges/lyne007-aes/health.svg)](https://phpackages.com/packages/lyne007-aes)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k175.2M254](/packages/defuse-php-encryption)[legierski/aes

OpenSSL-compatible AES library

1142.3k1](/packages/legierski-aes)[nzo/url-encryptor-bundle

The NzoUrlEncryptorBundle is a Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application or passed through URL

971.1M2](/packages/nzo-url-encryptor-bundle)[mmeyer2k/dcrypt

A petite library of encryption functionality for PHP

98794.6k1](/packages/mmeyer2k-dcrypt)[chuyskywalker/phpaes

PHP AES -- Accurate &amp; Fast AES in PHP

356.1k](/packages/chuyskywalker-phpaes)[poly-crypto/poly-crypto

High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+

128.1k1](/packages/poly-crypto-poly-crypto)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
