定制 new-vision2030/base-package 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

new-vision2030/base-package

Composer 安装命令:

composer require new-vision2030/base-package

包简介

This Project Base For Using Modules

README 文档

README

Composer Require

composer require m-tech-stack/base-package

Run Vendor

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

How To Use

Create New Module

php artisan module:make ModuleName

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

php artisan module:make-migration create_users_table User

You can follow this structure for any other supported artisan commands

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

Similar to

php artisan make:{artisan-action}

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

new-vision2030/base-package 适用场景与选型建议

new-vision2030/base-package 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 01 月 15 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 new-vision2030/base-package 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 new-vision2030/base-package 我们能提供哪些服务?
定制开发 / 二次开发

基于 new-vision2030/base-package 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-15