承接 sosupp/slimer-billing 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

sosupp/slimer-billing

Composer 安装命令:

composer require sosupp/slimer-billing

包简介

Simple invoice/billing with billable items and all that is necessary for schools, SMEs, etc.

README 文档

README

Installation

Using It in Your App

Querying Polymorphic Billings

  1. Get all billings for a specific entity type $studentBillings = Billing::billableType(Student::class)->get();

  2. Get all overdue billings $overdueBillings = Billing::overdue()->get();

  3. Get billings for a specific student $student = Student::find(1); $studentBillings = $student->billings;

  4. Get all billings with their items and payments $billings = Billing::with(['items', 'payments', 'billable'])->get();

  5. Get billings by date range and status $billings = Billing::dateRange('2026-01-01', '2026-12-31') ->status('paid') ->get();

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固