PHPackages                             tarnama/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. [Admin Panels](/categories/admin)
4. /
5. tarnama/pages

ActiveLibrary[Admin Panels](/categories/admin)

tarnama/pages
=============

package for create pages in panel admin

010HTML

Since Jan 26Pushed 5y agoCompare

[ Source](https://github.com/afsanehmh/pages-builder)[ Packagist](https://packagist.org/packages/tarnama/pages)[ RSS](/packages/tarnama-pages/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

tarnam/pages
============

[](#tarnampages)

- This package compatible with Laravel `>=5`
- this package for builder new page in admin panel

` copy into composer.json

```
"require": {
    "tarnama/pages" : "dev-master"
},`

```

then Run the Composer update in comand

In your `config/app.php` add `'Tarnama\Pages\PagesServiceProvider::class,'` to the end of the `$providers` array

```
'providers' => [
     Tarnama\Pages\PagesServiceProvider::class,

],

'alias' => [
    ...
    'Pages' =>Tarnama\Pages\PageFacade::class,
]
```

usages

copy `php artisan vendor:publish --provider="Tarnama\Pages\PagesServiceProvider" --tag=migrations --force` in comand `php artisan migrate`

url =&gt;  for manage pages

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a610a790761c805857f74b3aa555dd7c881de38446c9084f707bd887f5efe0a?d=identicon)[afsaneh\_mh](/maintainers/afsaneh_mh)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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