PHPackages                             ilexn/pp-quote - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ilexn/pp-quote

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

ilexn/pp-quote
==============

quote

0.6.0(9y ago)042MITPHP

Since Feb 4Pushed 9y agoCompare

[ Source](https://github.com/iLexN/PP-Quote)[ Packagist](https://packagist.org/packages/ilexn/pp-quote)[ RSS](/packages/ilexn-pp-quote/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)DependenciesVersions (19)Used By (0)

How to autoload
===============

[](#how-to-autoload)

```
require_once '../vendor/autoload.php';

```

example
=======

[](#example)

```
session_start();

include('src/Quote.php');
include('src/QuoteController.php');
include('src/QuoteHelper.php');

$option = array();
$option['fields'] = array(
    'name'=>array('required'),
    'country-coverage'=>array('required'),
    'nationality'=>array('required'),
    'email'=>array('required','email'),
);
$option['default'] = array(
        'source' => 'RHI',
        'type' => 'Individual',
        'comments' => array(1,2,3)
);

$quote = new Quote($option);
$controller = new QuoteController($quote);
$controller->firstStep('personalize-search.php');

$quote->hasError('name');
echo($quote['name']);

```

\#AB Test use PP\\Common\\QuoteAB; session\_start(); include('src/QuoteAB.php');

```
$configAB = array(
    'A'=>'version A.php',
    'B'=>'version B.php',
);

$abTest = new QuoteAB('ab.json', $configAB,'dadf');

echo($abTest->getVersion());

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

Recently: every ~54 days

Total

18

Last Release

3409d ago

### Community

Maintainers

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

---

Top Contributors

[![iLexN](https://avatars.githubusercontent.com/u/4638751?v=4)](https://github.com/iLexN "iLexN (91 commits)")

### Embed Badge

![Health badge](/badges/ilexn-pp-quote/health.svg)

```
[![Health](https://phpackages.com/badges/ilexn-pp-quote/health.svg)](https://phpackages.com/packages/ilexn-pp-quote)
```

###  Alternatives

[dominus77/yii2-sweetalert2-widget

Renders a SweetAlert2 widget for Yii2.

2072.4k1](/packages/dominus77-yii2-sweetalert2-widget)[craftcms/shopify

Shopify for Craft CMS

539.8k1](/packages/craftcms-shopify)[php-service-bus/sagas

Saga pattern implementation

3914.7k5](/packages/php-service-bus-sagas)

PHPackages © 2026

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