cedaro/satispress
Composer 安装命令:
composer require cedaro/satispress
包简介
Generate a Composer repository from installed WordPress plugins and themes.
关键字:
README 文档
README
Facilitate modern best practices for managing WordPress websites by automating Composer support for private plugins and themes.
What is Composer?
When managing a WordPress site, multiple environments are usually needed for developing or testing code before deploying it to the live server. This requires being able to easily replicate the site and its dependencies between environments, which is where Composer comes in.
Composer allows for defining a project's dependencies, where they come from, how to access them, and then installing them from their source.
For WordPress sites, dependencies are usually plugins and themes, and even WordPress itself. Essentially, a single file (composer.json) can be shared with another developer and they can rebuild the entire site structure from it.
Composer connects to repositories — directories that tell it where to find dependencies (packages) and how they should be handled.
Packagist is the main Composer repository for PHP packages and WordPress Packagist provides access to plugins and themes hosted in the directories on WordPress.org.
What's the problem?
Most commercial plugins and themes (also known as packages) aren't publicly available, so they can't be installed with Composer.
Some common workarounds include:
- Checking the plugin or theme in alongside custom project code in your version control system
- Creating a separate private repository for each plugin or theme and manually updating it as new versions are released
Neither option is ideal and can be a hassle to maintain over time.
Furthermore, access is usually restricted with proprietary licensing schemes that make it difficult to download releases programmatically.
How does SatisPress help?
SatisPress creates a dynamically updated Composer repository that provides access to private plugins and themes and makes new releases available automatically.
After installing SatisPress (it's a standard WordPress plugin):
- Choose the plugins and themes that you want to manage
- SatisPress zips the currently installed versions and stores them in a cache directory
- When an update for a managed plugin or theme becomes available, SatisPress downloads and saves it alongside previously cached releases
- A Composer repository is generated that can be included in your
composer.jsonfile to download any cached plugin or theme
There are several possible workflows, but SatisPress allows you to manage private plugins and themes in a standard WordPress installation, leveraging the built-in update process to handle the myriad licensing schemes that would be impossible to account for outside of WordPress.
It's the missing piece for managing WordPress websites with Composer.
What if I don't use Composer?
SatisPress can still benefit you since it makes releases downloadable directly from your admin panel, so you don't need to log in to vendors' sites to download updates.
Oftentimes vendors only provide access to the latest release, so you're stuck if something breaks and you didn't save the previous version. With SatisPress, you can download previously cached releases to rollback if needed and compare the code to see what changed.
Documentation
For installation notes, information about usage, security, and more, see the documentation.
Credits
Created by Brady Vercher and supported by Gary Jones.
cedaro/satispress 适用场景与选型建议
cedaro/satispress 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 35.04k 次下载、GitHub Stars 达 564, 最近一次更新时间为 2018 年 08 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「composer」 「wordpress」 「satis」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cedaro/satispress 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cedaro/satispress 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cedaro/satispress 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This composer plugin enables installation of GravityForms WordPress plugin and its addons.
Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer packages.
Simple ASCII output of array data
A simple web-based interface for Satis repositories
Private PHP package repository for vendors
统计信息
- 总下载量: 35.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 565
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-08-30