PHPackages                             ctf0/over-seer - 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. ctf0/over-seer

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

ctf0/over-seer
==============

preview form data before saving to the db

v1.2.2(5y ago)17542MITVue

Since Dec 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ctf0/OverSeer)[ Packagist](https://packagist.org/packages/ctf0/over-seer)[ Docs](https://github.com/ctf0/OverSeer)[ RSS](/packages/ctf0-over-seer/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (17)Used By (0)

 OverSeer
 [![Latest Stable Version](https://camo.githubusercontent.com/523e984cbdabeedca29a3bb703f7b47ac4bb81134bf7f48c81e7e9027f3a02e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637466302f6f7665722d736565722e737667)](https://packagist.org/packages/ctf0/over-seer) [![Total Downloads](https://camo.githubusercontent.com/151e443a91bcee3dbda3f71fa2ca229a8d75faedf26bf66804aa0bec4ac24fbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f637466302f6f7665722d736565722e737667)](https://packagist.org/packages/ctf0/over-seer)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#----overseer---------)

A tiny package to help preview any form data before submitting to the db.

> If you are looking to have a control over the saved content as well, you may want to give [Odin](https://github.com/ctf0/Odin) a try too.

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

[](#installation)

- `composer require ctf0/over-seer`
- (Laravel &lt; 5.5) add the service provider.

    ```
    'providers' => [
        ctf0\OverSeer\OverSeerServiceProvider::class,
    ];
    ```
- publish the package assets with

    `php artisan vendor:publish --provider="ctf0\OverSeer\OverSeerServiceProvider"`
- install dependencies

    ```
    yarn add vue form-serialize
    # or
    npm install vue form-serialize --save
    ```
- add this one liner to your main js file and run `npm run watch` to compile your `js/css` files.

    - if you are having issues [Check](https://ctf0.wordpress.com/2017/09/12/laravel-mix-es6/).

    ```
    window.Vue = require('vue')

    require('../vendor/OverSeer/manager')

    new Vue({
        el: '#app'
    })
    ```

Usage
-----

[](#usage)

- add an id to the form you want to collect its content, ex.

    ```

        ...

    ```
- then add the vue component anywhere near that form

    - `form-id` is the id you gave to your form, in that case `my-form`
    - `template` is where you want to display the data, ex `views/posts/overseer`
    - `title` optional url title, so instead of just `my.app/overseer` it would be `my.app/overseer/my-awesome-title`

    ```

        Preview

    ```
- now in the view where we will display our data, we can access it like

    ```
    // for single values
    {{ $data->title }}

    // for nested values
    {{ $data->body->en }}
    ```

    just like you would usually do with any model.

Notes for `WYSIWYG Editors`
---------------------------

[](#notes-for-wysiwyg-editors)

- we currently support `tinyMCE` but if you are using any other editor, PRs are welcome 🏆

### Security

[](#security)

If you discover any security-related issues, please email .

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Recently: every ~125 days

Total

16

Last Release

1979d ago

PHP version history (2 changes)v1.0.0PHP ~7.0

v1.2.0PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/51dbfff65441e32301575f8ac241895817975e754d15574b86f543b33f1961f6?d=identicon)[ctf0](/maintainers/ctf0)

---

Top Contributors

[![ctf0](https://avatars.githubusercontent.com/u/7388088?v=4)](https://github.com/ctf0 "ctf0 (30 commits)")

---

Tags

javascriptlaraveloverseasphppreviewvuejslaravelctf0overseer

### Embed Badge

![Health badge](/badges/ctf0-over-seer/health.svg)

```
[![Health](https://phpackages.com/badges/ctf0-over-seer/health.svg)](https://phpackages.com/packages/ctf0-over-seer)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90128.1k](/packages/emargareten-inertia-modal)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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