承接 dillonsmart/tetherphp 相关项目开发

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

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

dillonsmart/tetherphp

最新稳定版本:v0.1.8

Composer 安装命令:

composer create-project dillonsmart/tetherphp

包简介

TetherPHP is a PHP framework which ships as a skeleton application.

README 文档

README

TetherPHP Logo

Total Downloads Latest Stable Version License

About TetherPHP

TetherPHP is a lightweight, flexible framework for building web applications in PHP using the ADR (Action-Domain-Responder) architecture. It provides a simple and intuitive way to structure your application, making it easy to develop and maintain.

Follow the development on X

Installation

You can install TetherPHP using Composer. Run the following command in your terminal:

composer create-project dillonsmart/tetherphp ./

Once installed, ensure you create a .env file in the root of your project by copying the provided .env.example file.

Then, run the following command to install the necessary dependencies:

composer install

Build Stylesheet using Tailwind

TetherPHP uses Tailwind CSS for styling. To build the stylesheet, run the following command in your terminal:

npm install && npx tailwindcss -i ./resources/css/app.css -o ./public/css/app.css --watch

Usage

To get started with TetherPHP, please refer to the documentation.

Local Development

For local development of TetherPHP and the core TetherPHP framework files tetherphp-core create a composer.local.json file, and add the following code to it:

{
    "repositories": [
        {
            "type": "path",
            "url": "../tetherphp-core"
        }
    ],
    "require": {
        "dillonsmart/tetherphp-core": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}

Then run the following command in your terminal:

COMPOSER=composer.local.json composer update

You can also create an alias for the command to make it easier to run:

alias composer-local='COMPOSER=composer.local.json composer update'

统计信息

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

GitHub 信息

  • Stars: 17
  • Watchers: 1
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-27