Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucguerraz/wpml-packages
An unofficial repository for wpml.org plugins which allows their plugins and to be managed along with other dependencies (such as wpackagist.org WordPress plugins) using Composer
https://github.com/lucguerraz/wpml-packages
composer multilang wordpress wp wpml
Last synced: about 19 hours ago
JSON representation
An unofficial repository for wpml.org plugins which allows their plugins and to be managed along with other dependencies (such as wpackagist.org WordPress plugins) using Composer
- Host: GitHub
- URL: https://github.com/lucguerraz/wpml-packages
- Owner: lucguerraz
- License: gpl-2.0
- Created: 2023-01-10T18:36:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T01:09:09.000Z (21 days ago)
- Last Synced: 2024-10-19T02:28:28.916Z (19 days ago)
- Topics: composer, multilang, wordpress, wp, wpml
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WPML Packages Repository
An unofficial repository for [wpml.org](https://wpml.org) plugins which allows their plugins to be managed along with other dependencies (such as [wpackagist.org](https://wpackagist.org) WordPress plugins) using Composer.
This repository does not provide any WPML code and is not affiliated with WPML in any way. For it to work you must have a valid WPML subscription. It uses this [composer plugin](https://github.com/lucguerraz/wpml-installer) to dynamically inject your subscription info into the download link. Your subscription info will only be transmitted to WPML and will not be displayed in `composer.lock`
This repository is updated nightly to always have the latest versions. If you want older version this repository won't help you and you must define the packages ad-hoc.
## Usage
Add this repository to the `repositories` section of your `composer.json` file
```
{
"type": "composer",
"url": "https://lucguerraz.github.io/wpml-packages/"
}
```This repository works in conjunction with [`lucguerraz/wpml-installer`](https://github.com/lucguerraz/wpml-installer) to dynamically inject your WPML user id and subscription key into the download link.
The packages in this repository are defined as the `wordpress-plugins` type and require [`composer/installers`](https://packagist.org/packages/composer/installers), so that you can install the plugins in the correct location.
## Acknowledgments
This repository was created to add support to installing WPML with composer v2. It was heavily inspired by [`pernod-ricard-brandcos/wpml-installer`](https://bitbucket.org/pernod-ricard-brandcos/wpml-installer) and [`enelogic/wpml-installer`](https://github.com/enelogic/wpml-installer).
## Disclaimer
This project is not affiliated with WPML in any way, we do not provide any WPML code, all plugins are directly downloaded from wpml.org, your subscription info will be injected dynamically into the download link, your subscription info will only be transmitted to WPML and will not be displayed in `composer.lock`