https://github.com/itinerisltd/srm-importer
Web UI for 10up/safe-redirect-manager importer
https://github.com/itinerisltd/srm-importer
importer wordpress wordpress-plugin
Last synced: 6 months ago
JSON representation
Web UI for 10up/safe-redirect-manager importer
- Host: GitHub
- URL: https://github.com/itinerisltd/srm-importer
- Owner: ItinerisLtd
- License: mit
- Created: 2018-11-12T15:14:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T23:39:38.000Z (almost 7 years ago)
- Last Synced: 2025-04-24T05:12:28.507Z (6 months ago)
- Topics: importer, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# srm-importer
[](https://packagist.org/packages/itinerisltd/srm-importer)
[](https://packagist.org/packages/itinerisltd/srm-importer)
[](https://packagist.org/packages/itinerisltd/srm-importer)
[](https://github.com/ItinerisLtd/srm-importer/blob/master/LICENSE)
[](https://www.itineris.co.uk/contact/)Web UI for [10up/safe-redirect-manager](https://github.com/10up/safe-redirect-manager) importer
- [Minimum Requirements](#minimum-requirements)
- [Installation](#installation)
- [Code Style](#code-style)
- [Author Information](#author-information)
- [Feedback](#feedback)
- [Change log](#change-log)
- [License](#license)## Minimum Requirements
- PHP v7.1
- WordPress v4.9.8
- [10up/safe-redirect-manager](https://github.com/10up/safe-redirect-manager) v1.9## Installation
```bash
$ composer require itinerisltd/srm-importer
```### Code Style
Check your code style with `$ composer check-style`. It's a mix of PSR-1, PSR-2, PSR-4 and [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards). Learn more on [itineris-wp-coding-standards](https://github.com/ItinerisLtd/itineris-wp-coding-standards)
Change [phpcs.xml](./phpcs.xml) when necessary.## Author Information
[srm-importer](https://github.com/ItinerisLtd/srm-importer) is a [Itineris Limited](https://www.itineris.co.uk/) project created by [Tang Rufus](https://typist.tech).
Full list of contributors can be found [here](https://github.com/ItinerisLtd/srm-importer/graphs/contributors).
## Feedback
**Please provide feedback!** We want to make this library useful in as many projects as possible.
Please submit an [issue](https://github.com/ItinerisLtd/srm-importer/issues/new) and point out what you do and don't like, or fork the project and make suggestions.
**No issue is too small.**## Change log
Please see [CHANGELOG](./CHANGELOG.md) for more information on what has changed recently.
## License
[srm-importer](https://github.com/ItinerisLtd/srm-importer) is released under the [MIT License](https://opensource.org/licenses/MIT).