PHPackages                             lightspeeddevelopment/lsx-starter-plugin - 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. lightspeeddevelopment/lsx-starter-plugin

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

lightspeeddevelopment/lsx-starter-plugin
========================================

Use the LSX Starter Plugin for building your own extensions for the LSX theme, expanding its already vast functionalities.

00[1 issues](https://github.com/lightspeedwp/lsx-starter-plugin/issues)[1 PRs](https://github.com/lightspeedwp/lsx-starter-plugin/pulls)SCSSCI passing

Since Nov 28Pushed 2w ago4 watchersCompare

[ Source](https://github.com/lightspeedwp/lsx-starter-plugin)[ Packagist](https://packagist.org/packages/lightspeeddevelopment/lsx-starter-plugin)[ RSS](/packages/lightspeeddevelopment-lsx-starter-plugin/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (2)Used By (0)

LSX Starter Plugin
==================

[](#lsx-starter-plugin)

LSX Starter Plugin for building LSX theme extensions.

- First download this repo to a folder on your desktop.
- Create a new Github Repository with the slug "your-plugin"
- Clone your Github repo to the wp-content/plugins/your-plugin

Next copy and paste the following files into "your-plugin" directory

[![Screenshot 2025-01-29 at 16 14 53](https://private-user-images.githubusercontent.com/1805603/407767546-c431ae73-83fa-40e1-83b4-590d752ac784.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Nzg2MzA1NzMsIm5iZiI6MTc3ODYzMDI3MywicGF0aCI6Ii8xODA1NjAzLzQwNzc2NzU0Ni1jNDMxYWU3My04M2ZhLTQwZTEtODNiNC01OTBkNzUyYWM3ODQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDUxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA1MTJUMjM1NzUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzlmODU5ZmQzODRiNjc5ZGQ0YTA4ZDY2NzE2ZTgzZGFiZjQwMDVhNGEzOGQyODI1N2RkN2UzYzM1ZTUyNTIwMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.qKABN7aWnzt9RPFqOfZ1yOPU1EsgPLZEH-DY69Kvqks)](https://private-user-images.githubusercontent.com/1805603/407767546-c431ae73-83fa-40e1-83b4-590d752ac784.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Nzg2MzA1NzMsIm5iZiI6MTc3ODYzMDI3MywicGF0aCI6Ii8xODA1NjAzLzQwNzc2NzU0Ni1jNDMxYWU3My04M2ZhLTQwZTEtODNiNC01OTBkNzUyYWM3ODQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDUxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA1MTJUMjM1NzUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzlmODU5ZmQzODRiNjc5ZGQ0YTA4ZDY2NzE2ZTgzZGFiZjQwMDVhNGEzOGQyODI1N2RkN2UzYzM1ZTUyNTIwMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.qKABN7aWnzt9RPFqOfZ1yOPU1EsgPLZEH-DY69Kvqks)

### ChatGPT Prompts

[](#chatgpt-prompts)

```
In the attached WordPress Starter plugin,  please do the following replacements.

Do a case sensitive find and replace for the following text in all files, including hidden files.
- lsx_starter_plugin -> yp
- LSX_STARTER_PLUGIN -> YP
- lsx-starter-plugin -> your-plugin
- LSX Starter Plugin -> Your Plugin

Replace the following in all filenames, including hidden files.
- lsx-starter-plugin -> your-plugin

```

Combine the following prompts to remove the post type support.

```
Please delete the following files and folders.
/vendor/create-content-modal
/post-types/
/templates/archive-post-type.php
/templates/single-post-type.php
/classes/class-templates.php

Remove any code with the Docblock @category "post-type-support".

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance63

Regular maintenance activity

Popularity0

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a79c77300dab65744863facd4a0d67d01373bf38387317c567cdfa86332fb0d?d=identicon)[eleshar](/maintainers/eleshar)

---

Top Contributors

[![mergify[bot]](https://avatars.githubusercontent.com/in/10562?v=4)](https://github.com/mergify[bot] "mergify[bot] (106 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (99 commits)")[![krugazul](https://avatars.githubusercontent.com/u/1805603?v=4)](https://github.com/krugazul "krugazul (51 commits)")[![eleshar](https://avatars.githubusercontent.com/u/1577675?v=4)](https://github.com/eleshar "eleshar (18 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (9 commits)")[![viscosho](https://avatars.githubusercontent.com/u/3129483?v=4)](https://github.com/viscosho "viscosho (5 commits)")[![nandotess](https://avatars.githubusercontent.com/u/804109?v=4)](https://github.com/nandotess "nandotess (5 commits)")[![ashleyshaw](https://avatars.githubusercontent.com/u/1805352?v=4)](https://github.com/ashleyshaw "ashleyshaw (2 commits)")

---

Tags

lsx-starter-pluginlsx-theme-extensions

### Embed Badge

![Health badge](/badges/lightspeeddevelopment-lsx-starter-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/lightspeeddevelopment-lsx-starter-plugin/health.svg)](https://phpackages.com/packages/lightspeeddevelopment-lsx-starter-plugin)
```

###  Alternatives

[leocarmo/graceful-shutdown-php

Graceful Shutdown for PHP

18108.2k](/packages/leocarmo-graceful-shutdown-php)[bogdaan/open-location-code

Open location code for php

1076.5k](/packages/bogdaan-open-location-code)

PHPackages © 2026

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