Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Web UI for 10up/safe-redirect-manager importer

Awesome Lists containing this project

README

        

# srm-importer

[![Packagist Version](https://img.shields.io/packagist/v/itinerisltd/srm-importer.svg)](https://packagist.org/packages/itinerisltd/srm-importer)
[![PHP from Packagist](https://img.shields.io/packagist/php-v/itinerisltd/srm-importer.svg)](https://packagist.org/packages/itinerisltd/srm-importer)
[![Packagist Downloads](https://img.shields.io/packagist/dt/itinerisltd/srm-importer.svg)](https://packagist.org/packages/itinerisltd/srm-importer)
[![GitHub License](https://img.shields.io/github/license/itinerisltd/srm-importer.svg)](https://github.com/ItinerisLtd/srm-importer/blob/master/LICENSE)
[![Hire Itineris](https://img.shields.io/badge/Hire-Itineris-ff69b4.svg)](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).