PHPackages                             xiewenfeng/lodpod-editor - 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. xiewenfeng/lodpod-editor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xiewenfeng/lodpod-editor
========================

Virtual print template editor

0.0.1(6y ago)0116[1 issues](https://github.com/williamtse/lodpod-editor/issues)MITJavaScriptPHP &gt;=7.0.0

Since Jul 6Pushed 6y agoCompare

[ Source](https://github.com/williamtse/lodpod-editor)[ Packagist](https://packagist.org/packages/xiewenfeng/lodpod-editor)[ Docs](https://github.com/laravel-admin-ext/lodpod-editor)[ RSS](/packages/xiewenfeng-lodpod-editor/feed)WikiDiscussions master Synced 2mo ago

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

Lodpod-Editor
=============

[](#lodpod-editor)

It's a laravel-admin extension, use for lodpod print templates editing.

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

[](#installation)

```
$ composer require laravel-admin-ext/lodpod-editor

$ php artisan admin:import lodpod-editor

```

Usage
-----

[](#usage)

```
/**
     * Make a form builder.
     *
     * @return Form
     */
    protected function form()
    {
        $form = new Form(new LodpodEditorTemplate);
        $form->text('name', __('Name'));
        $form->lodpod_editor('data', __('Data'))
        	->config([ // background width and height setting
        		'widthField'     =>'width',
        		'heightField'    =>'height',
        		'backgroundField'=>'background'
        	])
        	->fields([ // left items
	        	[
				'id'=>'sender',
				'text'=>trans('admin.lodpod_editor.sender')
				],
	        	[
				'id'=>'sender_mobile',
				'text'=>trans('admin.lodpod_editor.sender_mobile')
				],
	        	['id'=>'sender_address',
				'text'=>trans('admin.lodpod_editor.sender_address')
				],
	        	['id'=>'sender_company',
				'text'=>trans('admin.lodpod_editor.sender_company')
				],
	        	['id'=>'sender_zip_code',
				'text'=>trans('admin.lodpod_editor.sender_zip_code')
				],
	        ]);
        return $form;
    }

```

Demo
----

[](#demo)

[![demo](https://github.com/williamtse/lodpod-editor/raw/master/resources/assets/demo.PNG?raw=true "demo")](https://github.com/williamtse/lodpod-editor/blob/master/resources/assets/demo.PNG?raw=true)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

2502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9d1b57051d76f5d9b4864670180158351480f1a89ced49d7ca9ba3380ea5e5c?d=identicon)[williamtse](/maintainers/williamtse)

---

Top Contributors

[![williamtse](https://avatars.githubusercontent.com/u/6882853?v=4)](https://github.com/williamtse "williamtse (6 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xiewenfeng-lodpod-editor/health.svg)

```
[![Health](https://phpackages.com/badges/xiewenfeng-lodpod-editor/health.svg)](https://phpackages.com/packages/xiewenfeng-lodpod-editor)
```

###  Alternatives

[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/json-editor

JSON Editor for Laravel-admin

32101.8k](/packages/jxlwqq-json-editor)[jxlwqq/env-manager

Env Manager for Laravel-admin

3719.9k](/packages/jxlwqq-env-manager)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)

PHPackages © 2026

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