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

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

asorasoft/page
==============

Publishes such privacy policy and terms &amp; conditions page

1.0.5(4y ago)0137MITPHP

Since Jun 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/HELMAB/page)[ Packagist](https://packagist.org/packages/asorasoft/page)[ RSS](/packages/asorasoft-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

[![screenshot.png](assets/img/screenshot.png)](assets/img/screenshot.png)

LegalPage for Laravel
---------------------

[](#legalpage-for-laravel)

Publishing with the repeat working such as privacy policy and terms &amp; conditions page.

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

[](#installation)

```
composer require asorasoft/page

```

Register `PageServiceProvider` in `config/app.php` file

```
return [
    /*
     * Package Service Providers...
     */
    Asorasoft\Page\Providers\PageServiceProvider::class,
];
```

Publish `page.php` configuration file, and you can modify those the directory.

```
php artisan vendor:publish --tag=page-config  --force
php artisan optimize
php artisan migrate
```

Publish routes, model, migration, controller and view files

```
php artisan vendor:publish --tag=page-resource --force
```

### Usage

[](#usage)

Copying those lines into `routes/web.php` file

```
Route::get('legal/{type}/{locale?}', 'PageController@getPage');

include_once ('Api/Backend/page.php');
include_once ('Api/Frontend/page.php');
```

We already define default some content of legal page

```
composer dumpautoload
php artisan db:seed --class=PageTableSeeder
```

After you seeds dummy data, you can access [terms-and-conditions](http://127.0.0.1:8000/legal/terms-and-conditions) and [privacy-policy](http://127.0.0.1:8000/legal/privacy-policy) page.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mab Hel](https://github.com/asorasoft)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~89 days

Total

6

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/471677a5a12c3838ee579ecfa5352c1def8b95314651338edd4bd62147a2394c?d=identicon)[HEL Mab](/maintainers/HEL%20Mab)

---

Top Contributors

[![HELMAB](https://avatars.githubusercontent.com/u/15307857?v=4)](https://github.com/HELMAB "HELMAB (16 commits)")

---

Tags

laravelpageprivacy-policy-pageterms-and-conditions-page

### Embed Badge

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

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

###  Alternatives

[binarycabin/laravel-uuid

A wrapper for webpatser/laravel-uuid with additional integration

86589.4k](/packages/binarycabin-laravel-uuid)[lecturize/laravel-addresses

Simple address and contact management for Laravel.

20164.1k](/packages/lecturize-laravel-addresses)[arietimmerman/laravel-url-shortener

Laravel Package for shortening urls

2867.4k](/packages/arietimmerman-laravel-url-shortener)[miracuthbert/laravel-multi-tenancy

A single database and multi-database multi-tenancy package for Laravel 5.8 and up

161.6k](/packages/miracuthbert-laravel-multi-tenancy)

PHPackages © 2026

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