PHPackages                             v-dem/queasy-i18n - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. v-dem/queasy-i18n

ActiveLibrary[Localization &amp; i18n](/categories/localization)

v-dem/queasy-i18n
=================

020PHP

Since Sep 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/v-dem/queasy-i18n)[ Packagist](https://packagist.org/packages/v-dem/queasy-i18n)[ RSS](/packages/v-dem-queasy-i18n/feed)WikiDiscussions master Synced 3w 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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/1413537?v=4)[Virginia Department of Emergency Management](/maintainers/vdem)[@vdem](https://github.com/vdem)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[php-translation/translator

Translator services

25224.8k5](/packages/php-translation-translator)[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1926.6k1](/packages/smmoosavi-php-gettext)[laradevs/spanish

labels translated to spanish

166.7k](/packages/laradevs-spanish)

PHPackages © 2026

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