PHPackages                             zver/sqlite - 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. zver/sqlite

AbandonedLibrary

zver/sqlite
===========

this is universal package template for development and testing and composer distribution

1.0.0(8y ago)013PHP

Since Jul 24Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Package-template
================

[](#package-template)

Use this template package structure to build your own packages and tests and composer distribution

Structure
---------

[](#structure)

- files - package files
- src - package src files
- tests - package PHPUnit tests
- tests/classes - classes needed for testing
- tests/files - files needed for testing
- tests/bootstrap.php - PHPUnit autoloading and helpers
- coverage - directory with coverage information, ignored from git

Helpers
-------

[](#helpers)

- packageFile($name) - get full name of file with name=$name in **files** folder
- packageTestFile($name) - get full name of file with name=$name in **tests/files** folder
- Package/Test trait added with following methods:
    - foreachTrue(array $values)
    - foreachFalse(array $values)
    - foreachEquals(array $values)
    - foreachNotEquals(array $values)
    - foreachSame(array $values)
    - foreachNotSame(array $values)
    - assertException(callable $callback, $expectedException = 'Exception', $expectedCode = null, $expectedMessage = null)

Run tests
---------

[](#run-tests)

For testing PHPUnit installed required

```
cd package-template
composer install
php test.php

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3211d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zver-sqlite/health.svg)

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

PHPackages © 2026

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