Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgikolev7/postmark_opencart
Postmark PHP integration for Opencart 2.1.0.2
https://github.com/georgikolev7/postmark_opencart
Last synced: 10 days ago
JSON representation
Postmark PHP integration for Opencart 2.1.0.2
- Host: GitHub
- URL: https://github.com/georgikolev7/postmark_opencart
- Owner: georgikolev7
- License: gpl-3.0
- Created: 2017-06-14T12:25:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T12:57:56.000Z (over 7 years ago)
- Last Synced: 2024-04-17T16:35:15.701Z (7 months ago)
- Language: PHP
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postmark PHP integration for Opencart 2.1.0.2 (without Composer)
Postmark PHP integration for Opencart 2.1.0.2This is a integration of Postmark Official PHP Library for OpenCart 2.1.0.2, that can be use without Composer
How to install
1. Open your config.php and add
define('POSTMARK_SERVER_API', your-postmark-server-api);
2. Upload vendors folder to OpenCart main directory (nothing will be replaced).
3. Make a backup of your mail.php file inside system/library/ directory.
4. Upload the modified mail.php file to system/library/Works only on PHP 5.5 or higher.