PHPackages                             ithilbert/pages - 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. ithilbert/pages

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

ithilbert/pages
===============

Pages CRUD

08PHP

Since Jun 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ITHilbert/pages)[ Packagist](https://packagist.org/packages/ithilbert/pages)[ RSS](/packages/ithilbert-pages/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pages
=====

[](#pages)

Mit der Komponente kann ich Pages erstellen, bearbeiten und löschen sowie ausgeben. Weiterhin gibt es die Möglichkeit eine Sitemap auszugeben entweder für alles oder nach Kategorie.

Vorraussetzungen
----------------

[](#vorraussetzungen)

- Laravelkit

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

[](#installation)

```
composer require ithilbert/pages

#Tabelle pages erstellen
php artisan migrate

//Daten kopieren
php artisan vendor:publish --provider="ITHilbert\Pages\PagesServiceProvider" --force

```

### config/app

[](#configapp)

```
'providers' => ServiceProvider::defaultProviders()->merge([
        /*
         * Package Service Providers...
         */
        ...
        \ITHilbert\Pages\PagesServiceProvider::class,

```

### config/pages.php

[](#configpagesphp)

Hier können Sie defeinieren wie die Pages Komponente arbeiten soll

Anmerkungen
-----------

[](#anmerkungen)

Das anzeigen der Page wird im ITHilbert\\Pages\\Providers\\RoutesServiceProvider.php behandelt.

ToDo
----

[](#todo)

Author
------

[](#author)

IT-Hilbert GmbH

Access, Excel, VBA und Web Programmierungen

Homepage: [IT-Hilbert.com](https://www.IT-Hilbert.com)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/86378a339ef2f2a6b6dc13256925d271de7af518a4ee1dfef913b75868d3640c?d=identicon)[ithilbert](/maintainers/ithilbert)

---

Top Contributors

[![ITHilbert](https://avatars.githubusercontent.com/u/46783454?v=4)](https://github.com/ITHilbert "ITHilbert (7 commits)")

### Embed Badge

![Health badge](/badges/ithilbert-pages/health.svg)

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

###  Alternatives

[drupal/console-dotenv

Drupal Console Dotenv

871.2M](/packages/drupal-console-dotenv)

PHPackages © 2026

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