PHPackages                             openwebpresence/owp-framework - 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. openwebpresence/owp-framework

ActiveLibrary[Framework](/categories/framework)

openwebpresence/owp-framework
=============================

The openWebPresence Framework.

1.5.9(8y ago)0214MITPHPPHP &gt;=5.6.0

Since Feb 11Pushed 8y agoCompare

[ Source](https://github.com/openwebpresence/owp-framework)[ Packagist](https://packagist.org/packages/openwebpresence/owp-framework)[ Docs](https://openWebPresence.com)[ RSS](/packages/openwebpresence-owp-framework/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (13)Versions (141)Used By (0)

\[[![Open Web Presence](https://camo.githubusercontent.com/91fe9befc2d81327060910cf97d033f92ae012b5cac3e146902fc9290abd574a/68747470733a2f2f6f70656e77656270726573656e63652e636f6d2f696d672f666f6f7465722d6c6f676f2e706e67)](https://camo.githubusercontent.com/91fe9befc2d81327060910cf97d033f92ae012b5cac3e146902fc9290abd574a/68747470733a2f2f6f70656e77656270726573656e63652e636f6d2f696d672f666f6f7465722d6c6f676f2e706e67)\] ( "Open Web Presence")

Open Web Presence Framework Support Library
===========================================

[](#open-web-presence-framework-support-library)

[![Author](https://camo.githubusercontent.com/5adce9506b3cd6662af7cff11acda97c113843e2eeb0da4767c02280514c58eb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d627461666f796140627269616e7461666f79612e636f6d2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://www.briantafoya.com)[![GitHub Tag](https://camo.githubusercontent.com/8beddd520d65e58acc331cf8d9f8cc355786a158e28600ae66069b965a654c38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6f70656e77656270726573656e63652f6f77702d6672616d65776f726b2e7376673f7374796c653d666c61742d737175617265)](https://github.com/openwebpresence/owp-framework)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist](https://camo.githubusercontent.com/8da31167ae4c5c2cc51075fec059c5677f8a1704713069c493567031763b2c53/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f70656e77656270726573656e63652f6f77702d6672616d65776f726b2e7376673f6d61784167653d3836343030267374796c653d666c61742d737175617265)](https://packagist.org/packages/openwebpresence/owp-framework)[![Build Status](https://camo.githubusercontent.com/db1d275ae8af6f211e976bc8e15d318b39e9c866dd9328c0ca2c41e79210b82d/68747470733a2f2f7472617669732d63692e6f72672f6f70656e77656270726573656e63652f6f77702d6672616d65776f726b2e706e673f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://travis-ci.org/openwebpresence/owp-framework)

This framework is corrently under active development (Feb, 2017) and subject to MANY changes until version 2.0 is completed and released officially.

Visit [Open Web Presence](http://openwebpresence.com) for more information.

Class documentation can be found in the generated [phpDoc](https://openwebpresence.github.io/owp-framework/index.html).

### Features

[](#features)

- Operating framework for [OpenWebPresence](https://openwebpresence.com).
- Provide MySQL debugging suppport via [FirePHPCode](https://github.com/firephp/firephp-core).
- Send email via [phpMailer](https://github.com/PHPMailer/PHPMailer).
- Operating framework for [OpenWebPresence](https://openwebpresence.com).
- Provide \_get/\_set data methods for the [OpenWebPresence](https://openwebpresence.com) framework.
- Misc support methods for the [OpenWebPresence](https://openwebpresence.com) framework.

### User Class Hooks

[](#user-class-hooks)

- owpUDF\_On\_addUserValiateData(object db, object firephp, array user\_data)
- owpUDF\_On\_addUserSuccess(int userID, object db, object firephp);
- owpUDF\_On\_deleteUser(int userID, object db, object firephp);
- owpUDF\_On\_logOut(int userID, object db, object firephp);
- owpUDF\_On\_setStatusID(int userID, object db, object firephp);
- owpUDF\_On\_updatePassword(int userID, object db, object firephp);
- owpUDF\_On\_updateUser(int userID, object db, object firephp);
- owpUDF\_On\_userLoginCore(int userID, object db, object firephp);

### Messaging Class Hooks

[](#messaging-class-hooks)

- owpUDF\_On\_sendEmailDirect(int userID, object db, object firephp);
- owpUDF\_On\_sendEmailViaSMTP(int userID, object db, object firephp);

#### Exception Codes

[](#exception-codes)

All of the above methods when returning anything other than false will throw and exception with the contents of the return as the exception message. (string).

- 10 - owpUser method exception
- 20 - InvalidArgumentException
- 30 - User Class Hook exception

### Requirements

[](#requirements)

```
"require": {
    "php": ">=5.6.0",
    "ext-imap": "*",
    "vlucas/phpdotenv": "^2.4",
    "guzzlehttp/guzzle": "~6.0",
    "firephp/firephp-core": "^0.4.0",
    "openwebpresence/owp-users": "^1.2",
    "jv2222/ezsql": "dev-master",
    "phpmailer/phpmailer": "^5.2",
    "squeaky-minds/squeaky-minds-php-helper": "^1.1.1",
    "hautelook/phpass": "^1.1"
}

```

### Installation by Composer

[](#installation-by-composer)

```
"require": {
    "openwebpresence/owp-framework": "~1.0"
}

```

Or

```
$ composer require openwebpresence/owp-framework

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity76

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

Every ~3 days

Recently: every ~60 days

Total

140

Last Release

2994d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

1.0.15PHP &gt;=5.6.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

frameworkopenWebPresence

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/openwebpresence-owp-framework/health.svg)

```
[![Health](https://phpackages.com/badges/openwebpresence-owp-framework/health.svg)](https://phpackages.com/packages/openwebpresence-owp-framework)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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