PHPackages                             litecms/page - 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. litecms/page

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

litecms/page
============

Page package for litecms.

v10.1.1(2y ago)1851.8k↓35%4[2 issues](https://github.com/Litecms/Page/issues)1MITPHPPHP ^8.1

Since Apr 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Litecms/Page)[ Packagist](https://packagist.org/packages/litecms/page)[ RSS](/packages/litecms-page/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (10)DependenciesVersions (39)Used By (1)

Lavalite package that provides page management facility for the cms.

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

[](#installation)

Run the below command form the root folder of lavalite.

```
    composer require "litecms/page"

```

Migration and seeds
-------------------

[](#migration-and-seeds)

```
    php artisan migrate
    php artisan db:seed --class=Litecms\\Page\\Seeders\\PageTableSeeder

```

Publishing
----------

[](#publishing)

- Configuration

```
    php artisan vendor:publish --provider="Litecms\Page\Providers\PageServiceProvider" --tag="config"

```

- Language

```
    php artisan vendor:publish --provider="Litecms\Page\Providers\PageServiceProvider" --tag="lang"

```

- Views

```
    php artisan vendor:publish --provider="Litecms\Page\Providers\PageServiceProvider" --tag="view"

```

URLs and APIs
-------------

[](#urls-and-apis)

### Web Urls

[](#web-urls)

- Admin

```
    http://path-to-route-folder/admin/page/{modulename}

```

- User

```
    http://path-to-route-folder/user/page/{modulename}

```

- Public

```
    http://path-to-route-folder/pages

```

### API endpoints

[](#api-endpoints)

These endpoints can be used with or without `/api/`And also the user can be varied depend on the type of users, eg user, client, admin etc.

#### Resource

[](#resource)

- List

```
    http://path-to-route-folder/api/user/page/{modulename}
    METHOD: GET

```

- Create

```
    http://path-to-route-folder/api/user/page/{modulename}
    METHOD: POST

```

- Edit

```
    http://path-to-route-folder/api/user/page/{modulename}/{id}
    METHOD: PUT

```

- Delete

```
    http://path-to-route-folder/api/user/page/{modulename}/{id}
    METHOD: DELETE

```

#### Public

[](#public)

- List

```
    http://path-to-route-folder/api/page/{modulename}
    METHOD: GET

```

- Single Item

```
    http://path-to-route-folder/api/page/{modulename}/{slug}
    METHOD: GET

```

#### Others

[](#others)

- Report

```
    http://path-to-route-folder/api/user/page/{modulename}/report/{report}
    METHOD: GET

```

- Export/Import

```
    http://path-to-route-folder/api/user/page/{modulename}/exim/{exim}
    METHOD: POST

```

- Action

```
    http://path-to-route-folder/api/user/page/{modulename}/action/{id}/{action}
    METHOD: PATCH

```

- Actions

```
    http://path-to-route-folder/api/user/page/{modulename}/actions/{action}
    METHOD: PATCH

```

- Workflow

```
    http://path-to-route-folder/api/user/page/{modulename}/workflow/{id}/{transition}
    METHOD: PATCH

```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 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 ~64 days

Recently: every ~129 days

Total

37

Last Release

1019d ago

Major Versions

v3.0.3 → 4.0.02018-03-23

4.2.2 → v7.0.02020-12-04

7.x-dev → v8.0.12021-09-07

v8.0.4 → 9.x-dev2022-03-06

8.x-dev → 10.x-dev2023-06-28

PHP version history (6 changes)1.0.x-devPHP &gt;=5.6.4

v3.0.0PHP &gt;=7.0.0

4.0.3PHP ^7.1.3

7.x-devPHP ^7.2.5|^8.0

v8.0.1PHP ^7.3|^8.0

8.x-devPHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1788735?v=4)[Renfos Technologies](/maintainers/Renfos)[@Renfos](https://github.com/Renfos)

---

Top Contributors

[![georgemjohn](https://avatars.githubusercontent.com/u/7950080?v=4)](https://github.com/georgemjohn "georgemjohn (55 commits)")

---

Tags

cmslaravellavalitemultilingualpagepagelavalite

### Embed Badge

![Health badge](/badges/litecms-page/health.svg)

```
[![Health](https://phpackages.com/badges/litecms-page/health.svg)](https://phpackages.com/packages/litecms-page)
```

###  Alternatives

[beberlei/porpaginas

Library that generically solves several pagination issues with DAO/repository abstractions.

163612.6k11](/packages/beberlei-porpaginas)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17945.1k](/packages/outl1ne-nova-page-manager)[terminal42/contao-folderpage

Provides a new page type for Contao that allows you to group pages into folders.

18147.9k9](/packages/terminal42-contao-folderpage)[litecms/contact

Contact package for litecms.

1654.2k1](/packages/litecms-contact)[bnomei/kirby3-recently-modified

Kirby Section to display recently modified content pages

309.3k](/packages/bnomei-kirby3-recently-modified)[madeitbelgium/seo-analyzer

SEO Analyzer

334.8k1](/packages/madeitbelgium-seo-analyzer)

PHPackages © 2026

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