Skip to content

Commit

Permalink
Rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL committed Oct 10, 2023
1 parent 3c3a482 commit 7f1ac67
Show file tree
Hide file tree
Showing 96 changed files with 3,748 additions and 765 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
wordpress
/.idea

/vendor
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ Here you will find files to download and install the official SimPay plugin for
* *Safety and continuous technical support* – we guarantee proper security for all payments. And in case of problems with the integration or operation of SimPay systems, we immediately respond with support.

Do you have an issue with integration or want to learn more? Write to [email protected]

## Requirements

* PHP >= 8.1
* Wordpress >= 6.0
* Composer >= 2.1
* SimPay API credentials

## Installation

1. Download the latest release from [here](#)
2. Upload the plugin to your Wordpress installation
3. Activate the plugin
4. Go to the plugin settings page and enter your API credentials
5. You're ready to go!
Binary file removed assets/img/sim.png
Binary file not shown.
9 changes: 0 additions & 9 deletions assets/js/simpay.js

This file was deleted.

24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "simpay/simpay-wordpress",
"version": "2.0.0",
"type": "library",
"require": {
"simpaypl/simpay": "^2.2",
"ext-yaml": "*"
},
"autoload": {
"psr-4": {
"SimPay\\SimPayWordpressPlugin\\": "src/",
"SimPay\\SimPayWordpressPlugin\\Migrations\\": "migrations/"
}
},
"archive": {
"exclude": [
".*",
"composer.*",
"output.*",
"DOCKER_ENV",
"docker_tag"
]
}
}
Loading

0 comments on commit 7f1ac67

Please sign in to comment.