fast-forward/framework 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

fast-forward/framework

最新稳定版本:v1.4.0

Composer 安装命令:

composer require fast-forward/framework

包简介

Fast Forward Framework — a lightweight PHP framework for building modern web applications with a simple and elegant API.

README 文档

README

Fast Forward mascot

PHP Version Composer Package Tests Coverage Metrics Docs License GitHub Sponsors

PSR-7 PSR-11 PSR-14 PSR-17 PSR-18 PSR-20

Fast Forward Framework is a lightweight aggregate metapackage that installs the core Fast Forward stack through a single dependency and a single service-provider bootstrap.

✨ Features

  • 🎯 One-command installation of core Fast Forward packages
  • 🧩 Aggregates HTTP and event-dispatcher infrastructure with container integration
  • 🚀 Compatible with modern PHP standards (PSR-7, PSR-11, PSR-14, PSR-17, PSR-18, PSR-20)
  • 🧱 Built as the foundation layer for Fast Forward applications

📦 Installation

composer require fast-forward/framework

Requirements:

  • PHP 8.3 or higher

🛠️ Usage

<?php

declare(strict_types=1);

use FastForward\Framework\ServiceProvider\FrameworkServiceProvider;
use Psr\Clock\ClockInterface;
use Psr\EventDispatcher\EventDispatcherInterface;
use Psr\Http\Message\ResponseFactoryInterface;

use function FastForward\Container\container;

require __DIR__ . '/vendor/autoload.php';

$container = container([FrameworkServiceProvider::class]);

$responseFactory = $container->get(ResponseFactoryInterface::class);
$dispatcher = $container->get(EventDispatcherInterface::class);
$clock = $container->get(ClockInterface::class);

🔌 Package Surface

  • FastForward\Framework\ServiceProvider\FrameworkServiceProvider
  • fast-forward/enum (enum utilities and value object helpers included by composition)
  • Core HTTP and event-dispatcher service provider orchestration
  • Shared configuration and lifecycle defaults for core packages in the ecosystem

📚 Documentation

🧪 Quality and Observability

  • Test suite: GitHub Actions
  • Coverage: coverage/index.html
  • Testdox: coverage/testdox.html
  • Metrics: metrics/index.html

🤝 Contributing

Contributions, issues, and feature requests are welcome. Keep changes focused and aligned with the repository's existing documentation and contribution flow.

🛡 License

Fast Forward Framework is licensed under the MIT license.

👤 Author

Developed by Felipe Sayão Lobato Abreu

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固