Download the PHP package fastd/dobee without Composer

On this page you can find all versions of the php package fastd/dobee. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dobee

DoBee Framework

Build Status PHP Version Swoole Version Latest Stable Version License

DoBee 是基于 FastD 组件生态构建的高性能 PHP API 框架骨架,完全支持 Swoole 协程运行,提供简洁优雅的开发体验。

✨ 特性

📋 环境要求

📦 安装

方式一:使用 Composer 创建项目(推荐)

方式二:克隆仓库后安装

方式三:手动添加到现有项目

🚀 快速开始

1. 项目结构

2. 配置数据库

编辑 config/database.php:

3. 配置缓存

编辑 config/cache.php:

4. 定义路由

编辑 config/route.php:

5. 创建 HTTP 处理器

创建 src/http/UserController.php:

🛠️ 运行方式

开发环境 (FastCGI)

生产环境 (Swoole)

📝 使用示例

HTTP 健康检查示例

所有示例统一输出服务状态:

查看 src/http/Welcome.php 了解完整实现。

使用缓存

使用数据库

命令行命令

创建 src/command/GreetCommand.php:

运行命令:

🧪 测试

📚 依赖组件

DoBee 基于 FastD 8.0 组件生态:

所有组件均遵循 PSR 标准,完全兼容 PHP 8.2+。

📖 文档

🤝 贡献

欢迎提交 Issue 和 Pull Request!

📄 License

MIT License


All versions of dobee with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-json Version *
ext-pdo Version *
fastd/cache Version ^8.0
fastd/container Version ^8.0
fastd/config Version ^8.0
fastd/middleware Version ^8.0
fastd/http Version ^8.0
fastd/routing Version ^8.0
fastd/medoodb Version ^8.0
fastd/swoole Version ^8.0
fastd/fastd Version ^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fastd/dobee contains the following files

Loading the files please wait ...