PHPackages                             novuso/novuso-wp-common - 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. novuso/novuso-wp-common

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

novuso/novuso-wp-common
=======================

Common libraries for Novuso WordPress development

0.2.1(11y ago)0531MITJavaScriptPHP &gt;=5.4.0

Since Nov 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/novuso/novuso-wp-common)[ Packagist](https://packagist.org/packages/novuso/novuso-wp-common)[ RSS](/packages/novuso-novuso-wp-common/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Novuso WP Common
================

[](#novuso-wp-common)

Registers common libraries to allow plugins and themes to share a common dependency in WordPress.

Goal
----

[](#goal)

Register CSS and JavaScript libraries that are not available in WordPress core.

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

[](#installation)

If you use Composer to manage WordPress dependencies, simply add the following line to your composer.json file:

```
"novuso/novuso-wp-common": "~0.2"

```

And run `composer update` and this plugin will be installed in your configured plugin folder using the [composer/installers](https://github.com/composer/installers)project.

If you are not using Composer, you can download this project and place the entire contents in a `novuso-wp-common` folder in your plugins folder. In that case, you will need to periodically update manually (which sort of defeats the purpose).

Usage
-----

[](#usage)

Just use the normal process to enqueue [scripts](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)and [styles](http://codex.wordpress.org/Function_Reference/wp_enqueue_style) in WordPress.

The handle names listed below are registered once the plugin is active.

Here are some examples of how to load the assets in a theme `functions.php` file:

```
// functions.php
function mytheme_load_assets() {
    wp_enqueue_script('bootstrap');
    wp_enqueue_style('bootstrap');
    wp_enqueue_script('marionette');
}
add_action('wp_enqueue_scripts', 'mytheme_load_assets');

```

Project Maintained CSS
----------------------

[](#project-maintained-css)

- [bootstrap](http://getbootstrap.com/)
- [bootstrap-theme](http://getbootstrap.com/)
- [datatables-bootstrap](https://github.com/DataTables/Plugins/)
- [font-awesome](http://fortawesome.github.io/Font-Awesome/)
- [swipebox](http://brutaldesign.github.io/swipebox/)
- [videojs](http://www.videojs.com/)

Project Maintained JavaScript
-----------------------------

[](#project-maintained-javascript)

- [backstretch](http://srobbin.com/jquery-plugins/backstretch/)
- [bootstrap](http://getbootstrap.com/)
- [datatables](http://www.datatables.net/)
- [datatables-bootstrap](https://github.com/DataTables/Plugins/)
- [jquery-spin](http://fgnass.github.io/spin.js/)
- [marionette](http://marionettejs.com/)
- [markdown](https://github.com/evilstreak/markdown-js)
- [modernizr](http://modernizr.com/)
- [moment](http://momentjs.com/)
- [moment-intl](http://momentjs.com/) (includes locales)
- [respond](https://github.com/scottjehl/Respond)
- [spin](http://fgnass.github.io/spin.js/)
- [swipebox](http://brutaldesign.github.io/swipebox/)
- [videojs](http://www.videojs.com/)

License
-------

[](#license)

MIT

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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 ~45 days

Total

3

Last Release

4112d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/784609e295b73902be18b41fac54e085384b55989265c74805f699414e4fc026?d=identicon)[novuso](/maintainers/novuso)

---

Top Contributors

[![jrnickell](https://avatars.githubusercontent.com/u/947805?v=4)](https://github.com/jrnickell "jrnickell (5 commits)")

### Embed Badge

![Health badge](/badges/novuso-novuso-wp-common/health.svg)

```
[![Health](https://phpackages.com/badges/novuso-novuso-wp-common/health.svg)](https://phpackages.com/packages/novuso-novuso-wp-common)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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