PHPackages                             webdoors/martivia - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. webdoors/martivia

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

webdoors/martivia
=================

PHP Framework

v1.0(3y ago)2131[1 issues](https://github.com/Webdoors/Martivia/issues)GPL-2.0-onlyJavaScriptPHP ^5.6 || ^7.0 || ~8.0.0 || ~8.1.0

Since Nov 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Webdoors/Martivia)[ Packagist](https://packagist.org/packages/webdoors/martivia)[ Docs](https://webdoors.ge)[ RSS](/packages/webdoors-martivia/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![](https://raw.githubusercontent.com/Webdoors/Martivia/master/img/martivia.png)](https://raw.githubusercontent.com/Webdoors/Martivia/master/img/martivia.png)

[![Build Status](https://raw.githubusercontent.com/Webdoors/Martivia/master/img/build.svg)](https://webdoors.ge)[![Total Downloads](https://camo.githubusercontent.com/7a246fb426b23d5049bc32019d96a2b136d854b8bb64d6ef0ff72ec27dfe8054/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776562646f6f72732f6d61727469766961)](https://packagist.org/packages/webdoors/martivia)[![Latest Stable Version](https://camo.githubusercontent.com/e62ca9f58608b2199e787264f7d0c9db1e3b1af0ae2ee6931fa57d40f91a1bf7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776562646f6f72732f6d61727469766961)](https://packagist.org/packages/webdoors/martivia)[![License](https://camo.githubusercontent.com/ff48c7d8bdd05067c9d23154aa6212635bb45919e78c7b8eef4ec0e7c3a64e78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f776562646f6f72732f6d61727469766961)](https://packagist.org/packages/webdoors/martivia)

About Martivia
==============

[](#about-martivia)

Martivia is a cross platform (Php,Python,Node.js,c#,java and etc.) web application framework. The simplicity and the novelty of the paradigm used in this framework enables web applications to load much faster and use as little resources as possible in the process.

Documentation

Installation
============

[](#installation)

Official installation method is via composer and its packagist package [webdoors/martivia](https://packagist.org/packages/webdoors/martivia).

(Recommendation: Download XAMPP for php apache engine and mysql database, use xampp htdocs folder for localhost)

```
$ composer create-project webdoors/martivia example-app

```

Or

```
$ git clone https://github.com/Webdoors/Martivia
$ cd Martivia
$ docker-compose build
$ docker compose up -d

```

Or

1.Just download.

2.Create database admin\_martivia.

3.Upload files in your Directory.

4.Import admin\_martivia.sql to Database.

5.Delete admin\_martivia.sql file from root folder.

4.configure .env file.

How it works
============

[](#how-it-works)

1. Every http request is directed to index.php if the file or folder does not exists.
2. open the website and change header.php,footer.php and files in pages/ folder for changing contents behaviour.
3. for beautiful url we chunck Request\_URI as $p1,$p2,$p3,$p4 for the parts of the url /$p1/$p2/$p3 ...

Martivia depends on jquery and has it's main.js file where we have created universal Ajax function called "func" which accepts two optional parameters: a) Function Name; b) Parameters object, Example {key:value};

In this Framework every function or a class is a file that is included through func.php

Every xhr jquery ajax call is posted to func.php that includes the file by the function name sent as the first argument of func(a,b) function , For example func("login"); sends request to /func/func.php that includes login.php by the logic of {Function Name}.php .

a - Function Name

b - Parameters Object {key:value,key:value};

See func function from main.js

Documentation
=============

[](#documentation)

Martivia consists of css,func,js,view folders and index.php, db\_open.php, db\_close.php. View folder consists of inc and pages folders.

The page routing is driven by $\_GET method or by redirecting all request to index.php and chunking url by "/" parts for beautiful url.

For Example:  or

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bb8bab6dc5282af372438391c085bb589b046619f0589429d1e4e8048ff8557?d=identicon)[Webdoors](/maintainers/Webdoors)

---

Top Contributors

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

---

Tags

ajaxframeworkjqueryjsphpphppdfutf-8

### Embed Badge

![Health badge](/badges/webdoors-martivia/health.svg)

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

###  Alternatives

[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k77.1M493](/packages/mpdf-mpdf)[kartik-v/mpdf

A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support. This is a fork of the official mPDF library.

39328.4k1](/packages/kartik-v-mpdf)

PHPackages © 2026

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