TYPO3 Helpers
ok_typo3_helper is a TYPO3 extension developed by Oliver Kroener that provides general-purpose functionality and utilities to streamline the development of other TYPO3 extensions. It includes features such as a mailer and other reusable components to simplify extension development.
Features
- Mailer Service: A robust and configurable mailer for sending emails.
- Utility Functions: General-purpose functions to assist with common development tasks.
- Reusable Components: Ready-to-use components that can be integrated into your TYPO3 extensions.
Installation
Install the extension via composer:
composer require oliverkroener/ok_typo3_helper
Compatibility
- TYPO3 Version: 9.x and above
Development
Local Setup
-
Clone the repository:
git clone https://github.com/OliverKroener/ok_typo3_helper.git cd ok_typo3_helperCopied! -
Install dependencies:
composer installCopied! - Set up in your TYPO3 instance as a local extension.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
Author
Oliver Kroener
ok@oliver-kroener.de https://www.oliver-kroener.de
License
This project is licensed under the GNU General Public License v2.0 (GPL-2.0). You can find the full license text in the LICENSE file or visit [https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html](https://www.gnu.org/licenses/old-licenses/gpl-2
Documentation
For detailed usage examples and API references, please refer to the official documentation.
Happy Coding!