oliverkroener / ok-typo3-helper
A TYPO3 extension with helper traits and utilities.
Installs: 56
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- microsoft/microsoft-graph: ^2
- typo3/cms-core: ^11.5 || ^12.4 || ^13
This package is auto-updated.
Last update: 2024-11-30 02:49:19 UTC
README
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_helper
- Install dependencies:
composer install
- 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!