PHPackages                             navidnasro/upon-word - 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. [Framework](/categories/framework)
4. /
5. navidnasro/upon-word

ActiveWordpress-theme[Framework](/categories/framework)

navidnasro/upon-word
====================

A powerful and flexible WordPress theme development framework.

v1.0.0(1y ago)51GPL-3.0PHPPHP &gt;=8.2

Since Oct 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/navidnasro/upon-word)[ Packagist](https://packagist.org/packages/navidnasro/upon-word)[ Docs](https://github.com/navidnasro/upon-word)[ RSS](/packages/navidnasro-upon-word/feed)WikiDiscussions master Synced 1mo ago

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

UponWord - WordPress Theme Development Framework
================================================

[](#uponword---wordpress-theme-development-framework)

Welcome to **UponWord**, a powerful and flexible framework designed to streamline the development of WordPress themes. Whether you're a seasoned developer or just getting started, UponWord provides the tools and structure you need to create high-quality, maintainable themes with ease.

[![UponWord Logo](assets/img/logo.png)](assets/img/logo.png)

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [License](#license)
- [Contact](#contact)

Features
--------

[](#features)

- **Modular Architecture**: Organize your code with a clean, modular structure.
- **Custom Helper Functions**: Simplify common tasks with reusable helper functions.
- **Template Enhancements**: Pre-configured template parts for rapid development.
- **Customizable Theme Options**: Easily configure theme settings and options.
- **Composer Integration**: Manage dependencies with Composer.
- **Developer Tools**: Built-in debugging and optimization utilities.

Getting Started
---------------

[](#getting-started)

To get started with UponWord, follow these steps to set up your development environment.

### Prerequisites

[](#prerequisites)

- WordPress installation (minimum version 6.4)
- PHP (minimum version 8.2)
- Composer (for dependency management)

### Installation

[](#installation)

You can install UponWord by cloning the repository or via Composer.

#### Cloning the Repository

[](#cloning-the-repository)

```
git clone https://github.com/navidnasro/upon-word.git
```

Activate the theme through the WordPress admin dashboard.

#### Composer Installation

[](#composer-installation)

```
{
    "require": {
        "navidnasro/upon-word": "1.0.0"
    }
}
```

Run `composer install` to download and install the dependencies.

Usage
-----

[](#usage)

UponWord provides a robust foundation for your WordPress themes. Here's a quick overview of how to use its core features.

### Theme Setup

[](#theme-setup)

most of your configuration process take place in ThemeInitializer.php class

```
public function enqueueFiles(): void{} // to require all necessary assets (js,CSS,..)
public function themeSetup(): void{} // to configure after theme setup operations
```

and with custom code which brightens your way to know how to use them ,some may be what you were already looking for :)

### Helper Functions

[](#helper-functions)

```
Cookie::set('custom','custome_value',60*60*3); // by simply calling a method, you created a secure and encrypted cookie that lasts 3 hours
```

```
Spam::checkForSpam() // you just easily secured your requests and found whether the user is sending spam requests or not. if so they will be banned for some time :D
```

**\*\*\*\*\*and many more reusable and helpful methods to ease the way of building a secure and fast Wordpress theme\*\*\*\*\***### Modular Template Structure

[](#modular-template-structure)

```
DemoFactory::getDemoFactory(); // DemoFactory lets you build you website with multiple demos and change between demos with a blink of an eye!!!!!
```

### Configuration

[](#configuration)

```
visiting ```
enums/Constants
``` and ```
enums/Defaults is all you need for configuration
```
```

License
-------

[](#license)

UponWord is open-sourced software licensed under the [GNU General Public License v3.0 (GPL-3.0)](LICENSE).

Contact
-------

[](#contact)

For any questions or feedback, feel free to reach out:

- **Email**: [navidnasro13@gmail.com](mailto:your.email@example.com)
- **GitHub**: [navidnasro](https://github.com/navidnasro)
- **LinkedIn**: [navidnasro](https://www.linkedin.com/in/yourprofile/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance43

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

563d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91da2f25133e0a6874f2826fafbfc149e2b727f24090115c0a0234d4641bc5ee?d=identicon)[navidnasro](/maintainers/navidnasro)

---

Top Contributors

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

---

Tags

frameworkwordpresstheme

### Embed Badge

![Health badge](/badges/navidnasro-upon-word/health.svg)

```
[![Health](https://phpackages.com/badges/navidnasro-upon-word/health.svg)](https://phpackages.com/packages/navidnasro-upon-word)
```

###  Alternatives

[themosis/theme

The Themosis framework boilerplate theme.

10449.0k3](/packages/themosis-theme)[devgeniem/dustpress

WordPress Theme Framework.

5496.8k23](/packages/devgeniem-dustpress)

PHPackages © 2026

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