signals-rental/framework
Composer 安装命令:
composer create-project signals-rental/framework
包简介
Signals — Open-source rental management framework for equipment hire and event companies.
README 文档
README
An open-source rental management framework for equipment rental and event hire companies. Covers the full rental lifecycle — quoting, ordering, invoicing, asset management, availability, scheduling, maintenance, and CRM.
MIT licensed. Self-hostable. Plugin-extensible.
Features
- Availability Engine — real-time asset availability across locations, accounting for bookings, maintenance, and transit
- Quotes & Orders — full opportunity lifecycle from quote to confirmation, delivery, return, and invoice
- Invoicing & Payments — multi-currency invoicing with configurable tax rules and payment tracking
- CRM — contacts, organisations, and venues unified under a single members system
- Stock Management — inventory tracking, serial numbers, bulk assets, and warehouse locations
- Crew & Services — staff scheduling, service management, and resource allocation
- Maintenance — PAT testing, safety checks, service schedules, and compliance tracking per asset
- REST API — full API for every resource with OpenAPI docs, webhooks, and token auth
- Plugin System — install, build, or sell plugins
Tech Stack
| Layer | Technology |
|---|---|
| Backend | PHP 8.4, Laravel 12 |
| Frontend | Livewire 4, Tailwind CSS 4 |
| Database | PostgreSQL 15+ |
| Queue | Redis + Horizon |
| Websockets | Laravel Reverb |
| Testing | Pest 4 |
Requirements
- PHP 8.4+
- PostgreSQL 15+
- Node.js 20+
- Composer 2.x
- Redis 7+ (recommended, database fallback available)
Quick Start
git clone https://github.com/signals-rental/framework.git
cd framework
composer setup
composer setup installs dependencies, generates an app key, builds frontend assets, and launches the install wizard.
Three commands get you running:
| Step | Command | What it does |
|---|---|---|
| 1 | composer setup |
Install dependencies, generate app key, build frontend |
| 2 | php artisan signals:install |
Configure database, Redis, S3, and websockets |
| 3 | php artisan signals:setup |
Set up company, stores, branding, and admin account |
Development
Start all services concurrently:
composer dev
This runs the web server, queue worker, log viewer, Vite dev server, and Reverb websocket server.
Testing
php artisan test --parallel
Linting
vendor/bin/pint # fix formatting vendor/bin/phpstan analyse # static analysis
Non-Interactive Install
For CI/CD or automated deployments:
php artisan signals:install --no-interaction \
--db-host=127.0.0.1 \
--db-password=secret \
--cache-driver=redis \
--storage-driver=local \
--app-url=https://signals.example.com
License
Signals Rental Framework is open-source software licensed under the MIT license.
signals-rental/framework 适用场景与选型建议
signals-rental/framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9 次下载、GitHub Stars 达 10, 最近一次更新时间为 2026 年 02 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「crm」 「signals」 「laravel」 「ERP」 「rental」 「livewire」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 signals-rental/framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 signals-rental/framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 signals-rental/framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A PHP client for the Salesforce SOAP API
Wireless Cross-Component Communication
Command-line utility for Vtiger CRM.
Package secures Nette Framework signals against CSRF attack.
Library for Kommo (AmoCRM)
Privacy-first behavioral analytics foundation for Laravel applications
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 43
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-21