PHPackages                             arts/elementor-extension - 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. arts/elementor-extension

ActiveLibrary

arts/elementor-extension
========================

WordPress library

v1.0.6(4mo ago)1647↑169.7%1MITPHPPHP &gt;=7.4

Since Apr 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/artkrsk/arts-elementor-extension)[ Packagist](https://packagist.org/packages/arts/elementor-extension)[ RSS](/packages/arts-elementor-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (8)Used By (1)

Arts Elementor Extension Framework
==================================

[](#arts-elementor-extension-framework)

[![WordPress](https://camo.githubusercontent.com/995d288ea283699d9d873373e531541ea59d27b7a61ae70bad1824f6c4fbd7e7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d362e302532422d626c7565)](https://camo.githubusercontent.com/995d288ea283699d9d873373e531541ea59d27b7a61ae70bad1824f6c4fbd7e7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d362e302532422d626c7565)[![PHP](https://camo.githubusercontent.com/662e69dc67fee9b15c531ec533a692c2e1f6fb5b21ecd6ad489d0ecd06c11578/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d707572706c65)](https://camo.githubusercontent.com/662e69dc67fee9b15c531ec533a692c2e1f6fb5b21ecd6ad489d0ecd06c11578/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d707572706c65)[![Elementor](https://camo.githubusercontent.com/a282b4d0490c24975337d3168efda2a877e688f12dd4f2cc144c80d0f1d77d31/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c656d656e746f722d636f6d70617469626c652d726564)](https://camo.githubusercontent.com/a282b4d0490c24975337d3168efda2a877e688f12dd4f2cc144c80d0f1d77d31/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c656d656e746f722d636f6d70617469626c652d726564)[![License](https://camo.githubusercontent.com/79e78a0c64fb81bf2dee2c55974ad9018c19c8d2b038383ae1c98429030a6e53/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d2d332e302d677265656e)](https://camo.githubusercontent.com/79e78a0c64fb81bf2dee2c55974ad9018c19c8d2b038383ae1c98429030a6e53/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d2d332e302d677265656e)

A powerful framework for building custom Elementor extensions with clean, reusable architecture.

Overview
--------

[](#overview)

This framework provides a structured approach to developing Elementor extensions with:

- Base classes for widgets, skins, and tabs
- Manager classes for registration and organization
- Translation compatibility
- And more

Requirements
------------

[](#requirements)

- WordPress 6.0+
- PHP 8.0+
- Elementor (latest version recommended)

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

[](#installation)

```
composer require arts/elementor-extension
```

Usage Examples
--------------

[](#usage-examples)

### Creating a Custom Widget

[](#creating-a-custom-widget)

```
