PHPackages                             coderxlsn/doctrine\_validate\_frame - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. coderxlsn/doctrine\_validate\_frame

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

coderxlsn/doctrine\_validate\_frame
===================================

Validate Text

1.0.2(10y ago)026BSD-3-ClausePHPPHP &gt;=5.5

Since May 5Pushed 10y agoCompare

[ Source](https://github.com/coderxlsn/CoderxlsnValidate)[ Packagist](https://packagist.org/packages/coderxlsn/doctrine_validate_frame)[ RSS](/packages/coderxlsn-doctrine-validate-frame/feed)WikiDiscussions master Synced yesterday

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

CoderxlsnValidate Check Iframe in HTML
======================================

[](#coderxlsnvalidate-check-iframe-in-html)

Installation
------------

[](#installation)

Simplest is to add the following to `composer.json`:

```
{
    "require": {
        "coderxlsn/doctrine_validate_frame": "~1.0"
    }
}
```

And then run:

```
php composer.phar install
```

Alternately, use git to install this as a submodule:

```
git submodule add git://github.com/coderxlsn/CoderxlsnValidate vendor/coderxlsn
```

Usage
-----

[](#usage)

### Entity

[](#entity)

Add to validate model

```
namespace My;

namespace My\Entity;

use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Entity
 * @ORM\EntityListeners({ "CoderxlsnValidate\Doctrine\Listener\IframeValidate"})
 * @ORM\Table(name="events")
 */
class Model
{
    /**
     * @ORM\Id
     * @ORM\Column(type="integer",unique=true);
     * @ORM\GeneratedValue(strategy="AUTO")
     */
    protected $id;

    /**
     * @ORM\Column(name="name", type="string", length=255, nullable=false))
     */
    protected $name;
```

If the upgrade falls text frame , an error is sent to the email admin

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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 ~0 days

Total

5

Last Release

3708d ago

Major Versions

0.0.2 → 1.0.02016-05-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2877158?v=4)[Artur](/maintainers/coderxlsn)[@coderxlsn](https://github.com/coderxlsn)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/coderxlsn-doctrine-validate-frame/health.svg)

```
[![Health](https://phpackages.com/badges/coderxlsn-doctrine-validate-frame/health.svg)](https://phpackages.com/packages/coderxlsn-doctrine-validate-frame)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M717](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[api-platform/doctrine-orm

Doctrine ORM bridge

293.9M80](/packages/api-platform-doctrine-orm)

PHPackages © 2026

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