aseqbase/single
Composer 安装命令:
composer create-project aseqbase/single
包简介
To create a single page website or subdomain, with all accessibility and equipment, for an aseqbase website...
README 文档
README
aseqbase/single
To create a Single Page website or subdomain, with all accessibility and equipment, for an aseqbase website... A web application that dynamically rewrites the current page with new data, rather than loading entire new pages from a server.
Dependencies
Managements
Installing
- Install all dependencies mentioned before
- Follow one of these options:
- Open a terminal in the destination directory (for example,
D:\MyWebsite\single\) of the website, then install the project by:> composer create-project aseqbase/single - Prompts below to create a manageable project (update, uninstall, etc.):
> composer require aseqbase/single > cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:install
- Open a terminal in the destination directory (for example,
- Put the destination directory of your project on the appeared step (for example,
D:\MyWebsite\single\)Destination Directory [D:\MyWebsite\]: D:\MyWebsite\single\
- Follow the steps to finish the installation of sources, database, etc.
- [optional] On the local server, create an optional file named
global.phpin thesingledirectory to change your-parent-directory-name (from theaseq) using:> composer single:create global --aseq "single" --base "your-parent-directory-name" -f
or> cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:create global --aseq "single" --base "your-parent-directory-name" -f
Note: Do not forget to replace "your-parent-directory-name" with your item (defaultaseq). - Enjoy...
Using
- Do one of the following options:
- Visit its special URL (for example,
http://single.[my-domain-name].com, orhttp://[my-domain-name].com/single) - On the local server:
- Use the following command on the root directory
> composer start - Visit the URL
localhost:8000(for default) on the local browser
- Use the following command on the root directory
- Visit its special URL (for example,
- Enjoy...
Updating
- Keep your project updated using
> composer single:updateor> cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:update
- Follow the steps to finish the update of sources, database, etc.
- Enjoy...
Uninstalling
- Uninstall the project and the constructed database using:
> composer single:unistallor> cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:unistall
- Follow the steps to finish the uninstallation of sources, database, etc.
- Enjoy...
Creating
- Create a new file by a predefined template name (for example, global, config, back, router, front, user, info, etc.) using:
> composer single:create [predefined-template-name]or> cd vendor/aseqbase/single vendor/aseqbase/single> composer dev:create [predefined-template-name]
- Follow the steps to finish creating the file.
- Enjoy...
aseqbase/single 适用场景与选型建议
aseqbase/single 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 04 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 aseqbase/single 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 aseqbase/single 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2025-04-03