Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdlp/oc-redirectconditionsuseragent-plugin
Adds UserAgent specific conditions to the Redirect plugin.
https://github.com/vdlp/oc-redirectconditionsuseragent-plugin
Last synced: about 4 hours ago
JSON representation
Adds UserAgent specific conditions to the Redirect plugin.
- Host: GitHub
- URL: https://github.com/vdlp/oc-redirectconditionsuseragent-plugin
- Owner: vdlp
- License: other
- Created: 2022-06-11T17:00:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T13:57:32.000Z (8 months ago)
- Last Synced: 2024-03-14T15:18:23.288Z (8 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vdlp.RedirectConditions.UserAgent (extension)
This is an extension plugin for the [Redirect](https://octobercms.com/plugin/vdlp-redirect) plugin for OctoberCMS.
## Requirements
- Plugin `Vdlp.Redirect`
- Plugin `Vdlp.RedirectConditions`## Conditions
### `CrawlerCondition`
On a positive match the redirect will take place if the request came from a Crawler.
### `DeviceCondition`
On a positive match the redirect will take place if the request came from a specific device.
Available device types to choose from:
* Smartphone
* Tablet
* Desktop### `OperationSystemCondition`
On a positive match the redirect will take place if the request came from a specific operating system.
Available operating system families to choose from:
* Android
* AmigaOS
* Apple TV
* BlackBerry
* Brew
* BeOS
* Chrome OS
* Firefox OS
* Gaming Console
* Google TV
* IBM
* iOS
* RISC OS
* GNU/Linux
* Mac
* Mobile Gaming Console
* Real-time OS
* Other Mobile
* Symbian
* Unix
* WebTV
* Windows
* Windows Mobile## Unit tests
To run the Unit Tests of this plugin, execute the following command from the project root:
```
vendor/bin/phpunit plugins/vdlp/redirectconditionsuseragent
```## Questions? Need help?
If you have any question about how to use this plugin, please don't hesitate to contact us at [email protected]. We're happy to help you. You can also visit the support forum and drop your questions/issues there.