PHPackages                             codeangel/security - 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. codeangel/security

ActiveLibrary[Security](/categories/security)

codeangel/security
==================

CodeAngel Security Framework

1.0.0-alpha1(13y ago)774[24 issues](https://github.com/cythrawll/CodeAngel-Security/issues)BSD-2-ClausePHPPHP &gt;=5.3.2

Since Mar 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cythrawll/CodeAngel-Security)[ Packagist](https://packagist.org/packages/codeangel/security)[ RSS](/packages/codeangel-security/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Codeangel Security Framework for PHP
====================================

[](#codeangel-security-framework-for-php)

[![Build Status](https://camo.githubusercontent.com/4400b981f45eba747b249350a6b49bf2a8370c617a1435bda2e8d06bbfb8b847/68747470733a2f2f7472617669732d63692e6f72672f637974687261776c6c2f436f6465416e67656c2d53656375726974792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/cythrawll/CodeAngel-Security)

\##Installation

With Composer: You can install with [composer](http://getcomposer.org/), Simply add to your composer.json

```
{
    "require": {
        "codeangel/security": "1.*@alpha"
    }
}
```

Manually: Just clone the repository, add the path to your include\_path and then define a PSR-0 autolaoder

```
git clone https://github.com/cythrawll/CodeAngel-Security.git

```

```
set_include_path('/path/to/codeangel/library/src'.PATH_SEPARATOR.get_include_path());

function codeagelAutoLoader($classname) {
    $className = ltrim($className, '\\');
    $filename = str_replace('\\', DIRECTORY_SEPARATOR, $classname).'.php';
    require $filename;
}

spl_autoload_register('codeangelAutoLoader');
```

\##Requirements

- PHP &gt;= 5.3
- `openssl` extension (required)
- `mcrypt` extension (recommended)
- `PDO` (recommended)

\##Documentation

- [API Docs](http://cythrawll.github.com/CodeAngel-Security/docs)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97% 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

4810d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad6f07e9d8aa7feedb4ac0eb0cd9e99402ee44da052086d657af7a0687e8554d?d=identicon)[cythrawll](/maintainers/cythrawll)

---

Top Contributors

[![cythrawll](https://avatars.githubusercontent.com/u/99422?v=4)](https://github.com/cythrawll "cythrawll (32 commits)")[![dlundgren](https://avatars.githubusercontent.com/u/1322393?v=4)](https://github.com/dlundgren "dlundgren (1 commits)")

---

Tags

securityloginpassword strengthpassword generation

### Embed Badge

![Health badge](/badges/codeangel-security/health.svg)

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

###  Alternatives

[codeconsortium/ccdn-user-security-bundle

CCDN User Security Bundle

60100.7k](/packages/codeconsortium-ccdn-user-security-bundle)[paragonie/passwdqc

Password/passphrase strength checking and enforcement

3815.1k1](/packages/paragonie-passwdqc)[websoftwares/throttle

Ban identifier after certain amount of requests in a given timeframe.

1249.7k](/packages/websoftwares-throttle)

PHPackages © 2026

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