PHPackages                             sintexph/laravel-lib - 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. sintexph/laravel-lib

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

sintexph/laravel-lib
====================

Laravel components and helpers for sintex websites

0206HTML

Since Jul 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sintexph/laravel-lib)[ Packagist](https://packagist.org/packages/sintexph/laravel-lib)[ RSS](/packages/sintexph-laravel-lib/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sintex Laravel Components/Helpers
=================================

[](#sintex-laravel-componentshelpers)

Laravel components and helpers for sintex websites

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

[](#installation)

```
composer require sintexph/laravel-lib

```

Getting started
---------------

[](#getting-started)

- [AdminLTE](https://adminlte.io/)
- [Bootstrap 3](https://getbootstrap.com/)
- [Laravel Framework](https://laravel.com/)

Package Content
---------------

[](#package-content)

- View templates and based layouts
- PHP Helpers

###### View based layouts

[](#view-based-layouts)

There are two different type of based layout

- TopNavigation
- Side Bar

###### View based layouts Examples

[](#view-based-layouts-examples)

An example for Top Navigation layout

```
@sintexlayouttop

    @slot('page_title')
    DOCMS - @yield('title','Document Management System')
    @endslot

    @slot('header_tools')
    @yield('header_tools')
    @endslot

    @slot('nav_brand')

            Test System

    @endslot

    @slot('header_title')
    // Header title will be here
    @endslot
    @slot('header_title_sm')
    // Beside the header title
    @endslot

    @slot('navigation')

                Home (current)

    @endslot

    @slot('breadcrumbs')
        // Breadcrumbs will here
        Home
        Manage Document
        Create
    @endslot

    @slot('start_script')
    // Top scripts and css will be here
    @endslot

    @slot('content')
    // Content will be here
    @endslot

    @slot('end_script')
    // Bottom scripts will be here
    @endslot

    @slot('footer')
        // Website footer will be here

            Version 1.0.0

        Copyright © 2018
             Sportscity
                International. All rights reserved.
    @endslot

@endsintexlayouttop

```

An example for Side Bar layout

```
@sintexlayoutside

    @slot('page_title')
        DOCMS - @yield('title','Document Management System')
    @endslot

    @slot('header_title')
        @yield('header_title','DMS')
    @endslot
    @slot('header_title_sm')
        @yield('header_title_sm','System information')
    @endslot

    @slot('breadcrumbs')
        @yield('breadcrumbs')
    @endslot

    @slot('nav_brand')
        DMS
        Document Management
    @endslot

    @slot('navigation')

                @guest
                Login
                @endguest
                @auth

                        &nbsp;
                        {{ Auth::user()->name }}

                                        {{ Auth::user()->name }}
                                        {{ Auth::user()->username }}

                                            Logout

                                                {{ csrf_field() }}

                @endauth

    @endslot

    @slot('sidebar')

                {{ Auth::user()->name }}
                 Online

            MAIN NAVIGATION

            @auth

                     Manage Documents

                      Drafts

                     Create Document

            @if(auth()->user()->perm_reviewer==true)

                     Reviews

            @endif

            @if(auth()->user()->perm_approver==true)

                     Approvals

            @endif

            @if(auth()->user()->perm_administrator==true)

                     Manage Accounts

                     Manage Data

                         Systems

                         Sections

                         Categories

            @endif

            @endauth

    @endslot

    @slot('start_script')

        @yield('top_script')
    @endslot

    @slot('content')
        @yield('content')
    @endslot

    @slot('end_script')

        @yield('bottom_script')
    @endslot

    @slot('footer')
        @include('layouts.footer')
    @endslot

@endsintexlayoutside

```

Email Template

```
@sintexemail
@slot('brand','Document Management System')
@slot('url','http://docms.sportscity.com.ph')
@slot('content')
    Hi {{ $receiver }},
    The document that you have created ({{ $document_number }} - {{ $title }}) has been approved.
@endslot
@endsintexemail

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 97.6% 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://avatars.githubusercontent.com/u/47470967?v=4)[Sintex Philippines](/maintainers/sintexph)[@sintexph](https://github.com/sintexph)

---

Top Contributors

[![babojamo](https://avatars.githubusercontent.com/u/17305760?v=4)](https://github.com/babojamo "babojamo (41 commits)")[![sintexph](https://avatars.githubusercontent.com/u/47470967?v=4)](https://github.com/sintexph "sintexph (1 commits)")

### Embed Badge

![Health badge](/badges/sintexph-laravel-lib/health.svg)

```
[![Health](https://phpackages.com/badges/sintexph-laravel-lib/health.svg)](https://phpackages.com/packages/sintexph-laravel-lib)
```

PHPackages © 2026

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