PHPackages                             new-vision2030/base-package - 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. new-vision2030/base-package

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

new-vision2030/base-package
===========================

This Project Base For Using Modules

v1.0.0(1y ago)01MITPHP

Since Jan 15Pushed 1y agoCompare

[ Source](https://github.com/New-Vision-2050/laravel-base)[ Packagist](https://packagist.org/packages/new-vision2030/base-package)[ RSS](/packages/new-vision2030-base-package/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

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

[](#installation)

### Composer Require

[](#composer-require)

```
composer require m-tech-stack/base-package
```

### Run Vendor

[](#run-vendor)

```
php artisan vendor:publish --tag="base-package" --force
```

### How To Use

[](#how-to-use)

#### Create New Module

[](#create-new-module)

```
php artisan module:make ModuleName
```

#### Create New Module inside Folder

[](#create-new-module-inside-folder)

- Main Module ( Ex. Payment )
- Sub Module ( Urway )

```
php artisan module:make ModuleName MainModule
```

#### Create Migration inside module assuming Module is User

[](#create-migration-inside-module-assuming-module-is-user)

```
php artisan module:make-migration create_users_table User
```

#### You can follow this structure for any other supported artisan commands

[](#you-can-follow-this-structure-for-any-other-supported-artisan-commands)

```
php artisan module:make-{artisan-action} ModuleName
```

#### Similar to

[](#similar-to)

```
php artisan make:{artisan-action}
```

Structure
---------

[](#structure)

All application files will be under app folder we have the following

1. **Console**

    1. Contains Custom Commands to be called like php artisan ScrapeHotelsCommand
    2. Contains Kernel that where we can configure schedules and import the commands
2. **Data** - it contains Data Classes

    - Data classes are used to return well-structured data for a payload.
    - Data classes are very useful to transfer data between the system components in a maintainable way
3. **DTOs**

    - DTO (Data Transfer Object) is a simple utility and a small component that can be used to transfer data between the outside world to the inside world of either the Domain or the Module.
4. **Exception** - Here where we create our custom exceptions
5. **Handlers** - Used to make an action without need any feedback delete action for example or run a statement
6. **Http**

    1. Controllers ( Contains the controllers that use to handle outside requests and the presentation of data and communicating with routes,services to make the request )
    2. Middleware ( Convenient mechanism for inspecting and filtering HTTP requests entering the application like how we use it at Auth )
    3. Requests ( Where we create the expected requests and define their rules )
    4. Kernel ( The place where we define the middlewares )
7. **Jobs** - Here we create the jobs needed to be dispatched in the Queues.
8. **Models** - Contains all of your Eloquent model classes
9. **Presenters**

    - Instead of outputting all the model fields and their loaded relationship,
    - We can basically format that to an agreed structure that will output only the needed data and also rename fields
    - To be more convenient than the original names in models or datasets
    - We use AbstractPresenter to make Presenter support both Collection or single item
10. **Providers** - Service providers are the central place to configure the application
11. **Repositories** - provides an abstraction layer between the application logic and the data persistence layer

    - We can say this is a middle man the handle the communication between Services and the Models
12. **Services** - Services are the basic classes to run logic.
13. **Database**

    1. Migration - Migrations are like version control for your database, allowing your team to modify and share the application's database schema
    2. Factories - define database records in a predictable and easily replicable way
    3. Seeders - the ability to seed your database with data using seed classes
14. **Routes** - The route is a way of creating a request URL for your application

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance41

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

488d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/910aa2861357099f7cf10e3991b5108b93e4518cc34e2e8348d708578af1ccc0?d=identicon)[mabou7agar](/maintainers/mabou7agar)

---

Top Contributors

[![mabou7agar](https://avatars.githubusercontent.com/u/13303169?v=4)](https://github.com/mabou7agar "mabou7agar (18 commits)")

### Embed Badge

![Health badge](/badges/new-vision2030-base-package/health.svg)

```
[![Health](https://phpackages.com/badges/new-vision2030-base-package/health.svg)](https://phpackages.com/packages/new-vision2030-base-package)
```

###  Alternatives

[savannabits/filament-modules

Organize your Filament Code into modules using nwidart/laravel-modules

2014.3k](/packages/savannabits-filament-modules)[houdunwang/laravel-module

laravel modules

531.9k](/packages/houdunwang-laravel-module)

PHPackages © 2026

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