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

ActiveLibrary[Security](/categories/security)

alcatraz/security
=================

Security Alcatraz Framework.

1.1.0(6y ago)0902MITPHP

Since May 3Pushed 6y ago2 watchersCompare

[ Source](https://github.com/cmdweb/security)[ Packagist](https://packagist.org/packages/alcatraz/security)[ RSS](/packages/alcatraz-security/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (2)

Security
========

[](#security)

Security Alcatraz Framework

```
CREATE TABLE users (
        id int primary key auto_increment,
        login varchar(100) unique not null,
        pass varchar(100) not null,
        lastAccess timestamp,
        activated tinyint(1) not null default 0
);
```

After:

```
use Alcatraz\Owl\Generator\ClassGenerator;

$generator = new ClassGenerator();
$generator->run();
```

Copy Users.php in path/to/project/Application/Entities/Generator to path/to/project/Application/Entities

Open file path/to/project/vendor/alcatraz/kernel/Alcatraz/Kernel/Controller.php and paste code in method \_\_construct()

```
use Alcatraz\Security\Security;

class Controller {

    function __construct(){
        Security::verifySession();
    }

... [rest of the code]
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~1809 days

Total

2

Last Release

2225d ago

### Community

Maintainers

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

---

Top Contributors

[![gmalaquias](https://avatars.githubusercontent.com/u/2886631?v=4)](https://github.com/gmalaquias "gmalaquias (5 commits)")

---

Tags

securityalcatraz

### Embed Badge

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

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

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k434.8M1.3k](/packages/phpseclib-phpseclib)[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41478.1M118](/packages/robrichards-xmlseclibs)[voku/anti-xss

anti xss-library

72317.1M77](/packages/voku-anti-xss)[spatie/laravel-csp

Add CSP headers to the responses of a Laravel app

8569.6M19](/packages/spatie-laravel-csp)

PHPackages © 2026

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