PHPackages                             gturpin/oowprise - 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. gturpin/oowprise

ActiveWordpress-theme[Utility &amp; Helpers](/categories/utility)

gturpin/oowprise
================

OOWPrise is a WordPress starter theme that heavily employs object-oriented programming techniques.

0.1.4(3y ago)514[6 issues](https://github.com/gturpin-dev/OOWPrise/issues)PHPPHP &gt;=8.1

Since Mar 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gturpin-dev/OOWPrise)[ Packagist](https://packagist.org/packages/gturpin/oowprise)[ RSS](/packages/gturpin-oowprise/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

OOWPrise
========

[](#oowprise)

OOWPrise is a WordPress starter theme that heavily employs object-oriented programming techniques and modern WordPress tools.

Documentation can be found here

[![Packagist](https://camo.githubusercontent.com/c923737a08e12698a76d3a1aec3a431bf7917170f6b41bfbd2a53514437311f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6774757270696e2f6f6f7770726973652e7376673f7374796c653d666c61742d737175617265266c6162656c3d4c617465737425323056657273696f6e26636f6c6f72423d626c7565)](https://packagist.org/packages/gturpin/oowprise?color=red)[![Packagist](https://camo.githubusercontent.com/2a4476fe048b073155653446f2c25b8b8d2db81617463702fd35ec41cdce7282/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6774757270696e2f6f6f7770726973652e7376673f7374796c653d666c61742d737175617265266c6162656c3d50726f6a656374732532304372656174656426636f6c6f72423d666333363362)](https://packagist.org/packages/gturpin/oowprise)

 [![OOWPrise Logo](./screenshot.png)](./screenshot.png)

Installation
------------

[](#installation)

You can install OOWPrise using the following methods:

```
composer create-project gturpin/oowprise
```

After that, you must install the theme's dependencies :

```
composer install
npm install

# Or with the provided Makefile
make init
```

Usage
-----

[](#usage)

You have a built-in development environment that you can use to develop your theme without a WP installation.

It requires [Docker](https://www.docker.com/) and [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/) to be installed on your machine.

You have access to the following commands :

```
wp-env start # Start the development environment
wp-env stop # Stop the development environment

# Or with the provided Makefile
make server:start
make server:stop
```

Documentation
-------------

[](#documentation)

### Build assets

[](#build-assets)

To build assets, you can use the following commands :

```
npm run watch:theme # Watch CSS/JS assets for development
npm run build:theme # Build CSS/JS assets for production

# Or with the provided Makefile
make watch:theme
make build:theme
```

### Gutenberg blocks

[](#gutenberg-blocks)

OOWPrise comes with a built-in block system that allows you to create blocks in a simple way.

You can create a new block using the following command :

```
make create-block

# Or with slug parameter to skip the prompt
make create-block slug=your-block-slug
```

This command will create a new block in the `resources/blocks` directory. Refer to the [@wordpres/create-block documentation](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/) for more information.

To build your block, you can use the following command :

```
npm run watch:blocks # Watch blocks for development
npm run build:blocks # Build blocks for production

# Or with the provided Makefile
make watch:blocks
make build:blocks
```

Deployment
----------

[](#deployment)

You can deploy your theme using the following command :

```
npm run theme-zip

# Or with the provided Makefile
make zip
```

This command will create a zip archive of your theme that can be uploaded to a WordPress installation.

Contributing
------------

[](#contributing)

TODO: Write contribution guidelines

Credits
-------

[](#credits)

TODO: Write credits

License
-------

[](#license)

The OOWPrise starter theme is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~4 days

Total

4

Last Release

1145d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a8bc6cca8c45cc7c0b42f4526aed0a0eb0dfafb7332f0f83c0cf2899cdd0625?d=identicon)[gturpin-dev](/maintainers/gturpin-dev)

---

Top Contributors

[![gturpin-dev](https://avatars.githubusercontent.com/u/34162504?v=4)](https://github.com/gturpin-dev "gturpin-dev (109 commits)")

---

Tags

design-patternsoopoop-principlesphpstarter-templatestarter-themewordpresswordpress-themewordpressthemeOOPobject-oriented-programmingstarter themeoowprise

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gturpin-oowprise/health.svg)

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

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[appsero/client

Appsero Client

25431.7k9](/packages/appsero-client)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)

PHPackages © 2026

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