PHPackages                             codifyllc/phpopenfw - 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. codifyllc/phpopenfw

ActiveLibrary[Framework](/categories/framework)

codifyllc/phpopenfw
===================

A Forked repo created by Chris Clark of phpOpenFW Framework

1.3.0(10y ago)0181PHP

Since Feb 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/CodifyLLC/phpOpenFW)[ Packagist](https://packagist.org/packages/codifyllc/phpopenfw)[ RSS](/packages/codifyllc-phpopenfw/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (6)Used By (0)

---

---

phpOpenFW
=========

[](#phpopenfw)

---

---

phpOpenFW is an open source MVC PHP web development framework released under the GNU Public License (GPL) version 2.

---

Author
------

[](#author)

---

Christian J. Clark

---

Website
-------

[](#website)

---

---

License
-------

[](#license)

---

GNU Public License (GPL) version 2 (  )

---

Version
-------

[](#version)

---

1.3.0

---

Requirements
------------

[](#requirements)

---

phpOpenFW requires PHP &gt;= 5.3, libxslt, libxml, php-xsl, and php-xml.

---

Support
-------

[](#support)

---

Contact  for comments questions, or concerns.

---

Features
--------

[](#features)

---

phpOpenFW has an abundance of features that facilitate the development of powerful, flexible web sites and web applications. Below is an outline of the features offered by phpOpenFW.

#### Framework Facilities

[](#framework-facilities)

- Form Engine
- Database Abstraction Class
- Active Record Class
- XML Element Class (abstract)
- Recordset List to Table Class
- Generic XHTML Table Class
- Plugin Facility

#### Application Facilities

[](#application-facilities)

- Built-in Authentication services
- Module list / Navigation Facility

#### Plugins

[](#plugins)

- XML Transformation (using XSL)
- Quick Database Actions
- Date/Time Functions
- Code Benchmark

---

Apache Mod\_Rewrite Rules
-------------------------

[](#apache-mod_rewrite-rules)

---

When using the nav\_xml\_format of "rewrite", you need to have to following apache mod\_rewrite rules in place for the application navigation to work correctly. You can tweak the rules to suit you application, but there needs to be a catch-all rule that forward all pages through the applications main index.php script. Also, the pass-through for the CSS, images, and Javascript is important as well.

#### Example:

[](#example)

RewriteEngine On RewriteRule ^(\[^/\\.\]+).html$ index.php?page=$1 \[L\] RewriteRule ^(themes|css|img|javascript) - \[L\] RewriteRule .*favicon.ico$ - \[L\] RewriteRule ^.*$ index.php \[L,qsa\]

**If you are using Virtual Document Roots with Apache your rules will most likely need to look something like this:**

RewriteEngine On RewriteBase / RewriteRule ^(\[^/\\.\]+).html$ index.php?page=$1 \[L\] RewriteRule ^(themes|css|img|javascript) - \[L\] RewriteRule Ê.*favicon.ico$ - \[L\] RewriteRule ^.*$ index.php \[L,qsa\]

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~352 days

Total

3

Last Release

3821d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4121585?v=4)[Luke Hoezee](/maintainers/lhoezee)[@lhoezee](https://github.com/lhoezee)

---

Top Contributors

[![cclark61](https://avatars.githubusercontent.com/u/662204?v=4)](https://github.com/cclark61 "cclark61 (30 commits)")[![lhoezee](https://avatars.githubusercontent.com/u/4121585?v=4)](https://github.com/lhoezee "lhoezee (3 commits)")

### Embed Badge

![Health badge](/badges/codifyllc-phpopenfw/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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