inter-mediator/samples
Composer 安装命令:
composer require inter-mediator/samples
包简介
INTER-Mediator Application Template.
README 文档
README
by INTER-Mediator Directive Committee (https://inter-mediator.org)
INTER-Mediator is the new style web application framework. You can develop easily and realize your ideals. You describe table and field names in any HTML elements, and these are bond to the database, showing values moreover automatically update with editing. If you want to implement more complex logic, you can write programs both client and server sides.
The main repository of INTER-Mediator is NOT here, this repository is only for samples.
INTER-Mediator:
All information about INTER-Mediator can be available at:
Everyone can see sample pages working with the database. You don't have to deploy the samples if you just want to see this at a glance.
The runnable version of the demo with the latest version of INTER-Mediator is here:
How to let them work on
Installation of this repository is as follows:
git clone https://github.com/INTER-Mediator/INTER-Mediator_Samples
cd INTER-Mediator_Samples
composer install
composer update
These processes set up other software required to run the samples.
You can run the samples with command php -S localhost:9000 and access to http://localhost:9000.
The top page of the samples has links to each sample.
How to work on the main repository
If you want to work on the main repository with the samples, you can do it with the following steps.
git clone https://github.com/INTER-Mediator/INTER-Mediator
cd INTER-Mediator
composer install
composer update
git clone https://github.com/INTER-Mediator/INTER-Mediator_Samples samples
cd samples
mkdir -p vendor/inter-mediator
cd vendor/inter-mediator
ln -s ../../../ inter-mediator
The first 4 steps are the same as the installation of INTER-Mediator. After that, the samples are stored in the "samples" directory at the root of the INTER-Mediator repository. For sample files to refer to the valid files in the INTER-Mediator, one symbolic link has to be created.
How to work on an INTER-Mediator application
git clone <<Application Repository>>
cd <<Application Repository>>
composer install
composer update
cd vendor/inter-mediator/samples
ln -s ../../ vendor
inter-mediator/samples 适用场景与选型建议
inter-mediator/samples 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 32 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 01 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「application」 「INTER-Mediator」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 inter-mediator/samples 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 inter-mediator/samples 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 inter-mediator/samples 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
FMDataAPI is the class library in PHP for accessing FileMaker database with FileMaker Data API.
Kinikit - PHP Application development framework MVC component
A Laravel queue connector to process jobs at the end of the application
C3JS By phpanonymous (Mahmoud Ibrahim)
This package manage your site basic settings like - site title, logo etc. You can also add your custom setting using this package.
Developing CLI applications in PHP.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-19