PHPackages                             wirefront/wplitecore - 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. wirefront/wplitecore

ActiveLibrary[Framework](/categories/framework)

wirefront/wplitecore
====================

A lightweight PHP core framework designed for seamless development of headless WordPress websites, leveraging the WP-JSON API for efficient, decoupled front-end and back-end integration.

2.0.1(10mo ago)05MITPHPPHP &gt;=8.0

Since May 12Pushed 10mo agoCompare

[ Source](https://github.com/WireFront/WPLiteCore)[ Packagist](https://packagist.org/packages/wirefront/wplitecore)[ Docs](https://github.com/WireFront/WPLiteCore)[ RSS](/packages/wirefront-wplitecore/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

WPLiteCore
==========

[](#wplitecore)

A modern PHP framework for WordPress REST API interactions with both procedural and object-oriented programming approaches.

📍 Quick Navigation
------------------

[](#-quick-navigation)

**👤 I want to USE WPLiteCore in my project:**

- [Installation &amp; Basic Usage](#-quick-start-for-end-users) ← Start here
- [Complete API Reference](docs/USAGE.md) ← Full documentation
- [Migration from Old Code](docs/MIGRATION_GUIDE.md)
- [🚀 **Cache System Documentation**](docs/COMPLETE_CACHE_SYSTEM.md) ← **Performance optimization**
- [⚡ **Cache Quick Start Guide**](docs/CACHE_QUICK_START.md) ← **Get started with caching**

**👨‍💻 I want to CONTRIBUTE to WPLiteCore:**

- [Development Setup](#-for-library-developers-and-contributors) ← Start here
- [Testing Guide](docs/TESTING.md) ← Testing documentation
- [Configuration System](#configuration-system-details)
- [Running Tests](#running-tests)
- [Contributing Guidelines](#contributing)

---

🚀 Quick Start for End Users
---------------------------

[](#-quick-start-for-end-users)

If you're using WPLiteCore in your project, it's very simple:

### Installation

[](#installation)

```
composer require wirefront/wplitecore
```

### Basic Usage

[](#basic-usage)

```
