PHPackages                             arshadkhan53/lightning-project - 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. arshadkhan53/lightning-project

ActiveProject[Framework](/categories/framework)

arshadkhan53/lightning-project
==============================

Project template for Drupal 8 sites built with the Lightning distribution.

8.x-dev(5y ago)011GPL-2.0-or-later

Since Aug 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/arshadkhan53/ez-installer)[ Packagist](https://packagist.org/packages/arshadkhan53/lightning-project)[ RSS](/packages/arshadkhan53-lightning-project/feed)WikiDiscussions 8.9 Synced today

READMEChangelogDependencies (6)Versions (5)Used By (0)

Contents Of This File
---------------------

[](#contents-of-this-file)

- About EzContent
- Key features
- Drupal 8 Installation
- Drupal 9 Installation
- Recommendation

About EzContent
---------------

[](#about-ezcontent)

[EzContent](https://www.drupal.org/project/ezcontent) is a Drupal installation profile that addresses common content management pain points and accelerates CMS implementations.

[![](https://camo.githubusercontent.com/f324e6fbcd0eb5a85ee749b627a1da5000949a8aec8af6338e1e899616e50e36/68747470733a2f2f7777772e64727570616c2e6f72672f66696c65732f70726f6a6563742d696d616765732f457a436f6e74656e745f302e6a7067)](https://camo.githubusercontent.com/f324e6fbcd0eb5a85ee749b627a1da5000949a8aec8af6338e1e899616e50e36/68747470733a2f2f7777772e64727570616c2e6f72672f66696c65732f70726f6a6563742d696d616765732f457a436f6e74656e745f302e6a7067)

Key Features
------------

[](#key-features)

- ### Rich Component Library:

    [](#rich-component-library)

    Rich library of commonly used components, available both as paragraphs and custom block types.
- ### SEO-friendly content creation:

    [](#seo-friendly-content-creation)

    SEO friendly modules such as real-time on-page SEO, metatags, schema.org, XML sitemap, and automatic url alias are pre-configured to increase your content visibility on the web from Day 1. Common SEO features are logically grouped for an enhanced editorial interface.
- ### Decoupled support don't comprise on nonnegotiable CMS features:

    [](#decoupled-support-dont-comprise-on-nonnegotiable-cms-features)

    When used in a decoupled setup, EzContent allows enterprises to painlessly create interactive UIs with the choice of their frontend frameworks without whittling away non-negotiable features such as:

    1. Preview unpublished content in de-coupled front-ends
    2. Use Drupal's layout builder to create landing pages with de-coupled front-ends. If you want to use EzContent as a pure de-coupled implementation, see [EzContent API](https://www.drupal.org/project/ezcontent_api) for more details and links to Angular, Gatsby and Nextjs starter kits.
- ### AI-generated content:

    [](#ai-generated-content)

    Powered by Srijan AI services and Amazon Rekognition, some of the capabilities include AI-based image captioning, image tagging, smart content tagging and automatic text generation tools.

Drupal 8 Installation
---------------------

[](#drupal-8-installation)

EzContent can be installed in two ways:

### Via Drupal Composer

[](#via-drupal-composer)

- Choose a name for your project, like “MY\_PROJECT”
- Use the given command to create the project
- The command will download Drupal core along with necessary modules, EzContent profile, and all other dependencies necessary for the project

```
composer create-project srijanone/ezcontent-project:1.0.0-beta
MY_PROJECT --no-interaction
```

In case you come across any memory issues, run this command -

```
php -d memory_limit=-1 /path/to/composer.phar create-project
srijanone/ezcontent-project:1.0.0-beta MY_PROJECT --no-interaction
```

### Via Acquia BLT

[](#via-acquia-blt)

To create a new Acquia BLT project using Ez content, use the following commands -

```
composer create-project --no-interaction acquia/blt-project MY_PROJECT;
cd MY_PROJECT;
composer require srijanone/ezcontent:^1.0.0-beta;
```

#### Warning:

[](#warning)

There may be updates to BLT, Lightning which may break the setup. If you see any issue, please open a new issue in the issue queue.

Drupal 9 Installation
---------------------

[](#drupal-9-installation)

### Via Drupal Composer

[](#via-drupal-composer-1)

```
composer create-project srijanone/ezcontent-project:9.x-dev
MY_PROJECT --no-interaction
```

### Via Acquia BLT

[](#via-acquia-blt-1)

```
composer create-project --no-interaction acquia/drupal-recommended-project
MY_PROJECT;
cd MY_PROJECT;
composer require srijanone/ezcontent:9.x-dev;
```

### Recommendation

[](#recommendation)

#### Use Drush To Install ezcontent\_demo module

[](#use-drush-to-install-ezcontent_demo-module)

Currently *ezcontent\_demo* module is a bit heavy which require extra memory to complete its installation via installation user interface, we recommend you to install this module via drush or try installing its sub module one by one to distribute the load. example :

```
 drush en -y ezcontent_demo
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~0 days

Total

4

Last Release

2083d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20898176?v=4)[Arshad Khan](/maintainers/arshadkhan53)[@arshadkhan53](https://github.com/arshadkhan53)

---

Top Contributors

[![arshadkhan53](https://avatars.githubusercontent.com/u/20898176?v=4)](https://github.com/arshadkhan53 "arshadkhan53 (9 commits)")

### Embed Badge

![Health badge](/badges/arshadkhan53-lightning-project/health.svg)

```
[![Health](https://phpackages.com/badges/arshadkhan53-lightning-project/health.svg)](https://phpackages.com/packages/arshadkhan53-lightning-project)
```

###  Alternatives

[goalgorilla/open_social

Open Social is a distribution for building social communities and intranets.

190458.8k](/packages/goalgorilla-open-social)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[acquia/drupal-recommended-project

Acquia-compatible Drupal application based on the Drupal Recommended Project

27537.5k](/packages/acquia-drupal-recommended-project)[fourkitchens/sous-drupal-project

Starter project for Sous a Drupal distribution featuring a theme based on Emulsify Design System.

151.0k](/packages/fourkitchens-sous-drupal-project)

PHPackages © 2026

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