PHPackages                             wp-xu/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wp-xu/framework

Abandoned → [frozzare/wp-xu](/?search=frozzare%2Fwp-xu)Wordpress-muplugin[Utility &amp; Helpers](/categories/utility)

wp-xu/framework
===============

Collection of useful WordPress and PHP functions and classes

v1.2.0(10y ago)63.2kMITPHPPHP ^5.5.9 || ^7.0

Since Aug 19Pushed 6y ago2 watchersCompare

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

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

xu
==

[](#xu)

[![Build Status](https://camo.githubusercontent.com/804e05efd3fd72ee85a31eb17e2b4a1d66a0656617e08c95a4e50d403722cfe5/68747470733a2f2f7472617669732d63692e6f72672f66726f7a7a6172652f77702d78752e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/frozzare/wp-xu) [![codecov.io](https://camo.githubusercontent.com/4bb91e075c4421a8e571bf37430da3b2a45b5878b9985fb607e96a0f6bb24760/687474703a2f2f636f6465636f762e696f2f6769746875622f66726f7a7a6172652f77702d78752f636f7665726167652e7376673f6272616e63683d6d6173746572)](http://codecov.io/github/frozzare/wp-xu?branch=master)[![License](https://camo.githubusercontent.com/03928b9eea9ba6d4094a591b77c630b760783752c7b4f92566ba39d26bf0eaec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66726f7a7a6172652f77702d78752e737667)](https://packagist.org/packages/frozzare/wp-xu)

> Requires PHP 5.5.9 and WordPress 4.4

Collection of useful WordPress and PHP functions and classes.

Install
-------

[](#install)

```
$ composer require frozzare/wp-xu

```

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

[](#documentation)

[API reference docs](https://frozzare.github.io/wp-xu/docs/)

Some cached functions requires that `wp_cache_delete_group` function exists to delete cache group.

Models
------

[](#models)

With xu you can create models that you load from your theme (with `xu_get_model`) or any where, just use the class.

```
