PHPackages                             webshr/core - 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. webshr/core

ActiveLibrary[Framework](/categories/framework)

webshr/core
===========

Framework for WordPress projects.

1.0.0(6mo ago)02091GPL-3.0-or-laterPHPPHP &gt;=8.1

Since Oct 29Pushed 6mo agoCompare

[ Source](https://github.com/webshr/core)[ Packagist](https://packagist.org/packages/webshr/core)[ Docs](https://webshore.eu/)[ RSS](/packages/webshr-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Webshr Core
===========

[](#webshr-core)

A modern, modular framework for WordPress projects built with PHP 8.1+ and inspired by Laravel's architecture.

Overview
--------

[](#overview)

Webshr Core is a lightweight yet powerful framework designed specifically for WordPress development. It provides a clean, object-oriented approach to building WordPress themes and plugins with modern PHP features, dependency injection, and a modular architecture.

Features
--------

[](#features)

- **Modern PHP Architecture**: Built with PHP 8.1+ using PSR-4 autoloading
- **Modular System**: Extensible module-based architecture for clean code organization
- **Asset Management**: Comprehensive asset handling with manifest support and bundling
- **Dependency Injection**: Service container for managing dependencies and bindings
- **Encryption &amp; Security**: Built-in encryption utilities with multiple cipher support
- **Configuration Management**: Flexible configuration system with environment support
- **Helper Functions**: Rich set of utility functions for common WordPress tasks
- **String Utilities**: Comprehensive string manipulation helpers
- **Filesystem Abstraction**: Clean filesystem operations with proper error handling

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

[](#installation)

```
composer require webshr/core
```

Quick Start
-----------

[](#quick-start)

### Basic Setup

[](#basic-setup)

```
