webisters/framework
最新稳定版本:v1.0.1
Composer 安装命令:
composer require webisters/framework
包简介
Webisters
关键字:
README 文档
README
Webisters This library is designed for reuse in Composer-based PHP applications.
What It Provides
- Framework-level conventions that speed up project development.
- Reusable PHP components intended for integration into larger applications.
- Clean interfaces and extension points to support maintainable implementations.
Installation
composer require webisters/framework
If Packagist only has the development branch published, use:
composer require webisters/framework:dev-main --prefer-stable
Requirements
- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
Quick Start
<?php require __DIR__ . '/vendor/autoload.php'; // Initialize the package and integrate it into your application flow.
Next step: review the package source and adapt initialization to your use case.
Development
composer install vendor/bin/phpunit
Follow consistent coding style and run available linters before opening pull requests.
Support
- Issues: https://github.com/webisters/framework/issues
- Source: https://github.com/webisters/framework
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
License
MIT
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 7
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-27