PHPackages                             v-dem/queasy-validation - 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. v-dem/queasy-validation

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

v-dem/queasy-validation
=======================

0201PHP

Since Sep 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/v-dem/queasy-validation)[ Packagist](https://packagist.org/packages/v-dem/queasy-validation)[ RSS](/packages/v-dem-queasy-validation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Welcome to the queasy-core wiki!
================================

[](#welcome-to-the-queasy-core-wiki)

Queasy PHP framework was developed to help with small projects whose don't require a lot of features implemented in other big, great and nice frameworks like Laravel.

1. [Intro](https://github.com/v-dem/queasy-core/wiki/Intro)
2. [Configs](https://github.com/v-dem/queasy-core/wiki/Configs)
3. [Logs](https://github.com/v-dem/queasy-core/wiki/Logs)
4. [Routes and Controllers](https://github.com/v-dem/queasy-core/wiki/Routes)
5. [Database and Models](https://github.com/v-dem/queasy-core/wiki/Database-and-Models)
6. [Forms and Validation](https://github.com/v-dem/queasy-core/wiki/Forms)
7. [Internationalization](https://github.com/v-dem/queasy-core/wiki/Internationalization)
8. [Events and Listeners](https://github.com/v-dem/queasy-core/wiki/Events)

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

[](#requirements)

- PHP 5.3 - Newer PHP versions surely can be used too. This framework doesn't use any things came in newer versions, so it is useful even within PHP 5.3 hostings.
- PDO - for database access.
- Apache Httpd - to serve .htaccess for human-readable URLs.

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

[](#installation)

- Install [Composer](http://getcomposer.org/download/)
- Run `composer create-project --stability=dev --prefer-dist v-dem/queasy-app YOUR_PROJECT_NAME`
- Copy `queasy-config.php.sample` to `queasy-config.php` and modify its settings due to your system configuration.

Features
--------

[](#features)

### Quick

[](#quick)

- Much faster than other micro frameworks.

### Easy

[](#easy)

- No complex things like DI or IoC used. Just a standard OOP. So debugging is very easy and source code is clean to understand.

### Small

[](#small)

- Just a several tens of files. And they are loaded only when needed.

### Functional

[](#functional)

- Supports complex configurations with ability to load from different files.
- Supports internationalization from a box.
- Forms validation from a box too.
- Built-in logger, it has to be PSR-compatible in future.
- Database access is very easy for easy queries (like INSERT, DELETE, UPDATE or SELECT by a single field), more complex queries can be configured in config files.
- REST support. Every Controller should respond to HTTP methods like GET, POST, PUT, DELETE etc - no routes required.

### MVC

[](#mvc)

Folders structure
-----------------

[](#folders-structure)

- **`/app`** Default folder for custom application files
- - **`/app/controllers`** Controllers
- - **`/app/models`** Models
- - **`/app/forms`** Forms
- - **`/app/events`** Events
- - **`/app/listeners`** Event listeners
- - **`/app/App.php`** Main application class
- **`/public`** Default folder for public resources like CSS, JS, images etc.
- **`/public/index.php`** Queasy loader
- **`/i18n`** Default folder for translations
- **`/logs`** Default folder for log files
- **`/views`** Default folder for views
- **`/vendor`** Contains Composer classes, including Queasy core files

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1825e2e26373f37b44dd45a9f30ba06df8ed5d3720760c1a5e97bf22befc88fa?d=identicon)[vdem](/maintainers/vdem)

---

Top Contributors

[![v-dem](https://avatars.githubusercontent.com/u/6298430?v=4)](https://github.com/v-dem "v-dem (4 commits)")

### Embed Badge

![Health badge](/badges/v-dem-queasy-validation/health.svg)

```
[![Health](https://phpackages.com/badges/v-dem-queasy-validation/health.svg)](https://phpackages.com/packages/v-dem-queasy-validation)
```

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M446](/packages/nette-forms)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)

PHPackages © 2026

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