# TYPO3 - Better API
Have you ever wondered why everything in TYPO3 seems so hard to do? Why must you register your plugin in five different files? Why you have to work with TypoScript, Yaml, and XML, if you have the power of PHP and OOP at your disposal?
Well, ask no longer because this package aims to lessen the load on a developer by creating a streamlined, extendable API you can use to configure your TYPO3 installation and extensions. It also provides a variety of extended core functionality ready for you to use and says a final goodbye to defining your TCA using Arrays.
This package is freshly released to the public, so I'm working on a helpful documentation. However, this
will take a few weeks until I have something substantial. Bear with me, please.
# Requirements
- TYPO3 v9
- Installation using Composer
# Installation
Install this package using Composer:
composer require labor-digital/typo3-better-api
# Source Code
The source code can be found on github (opens new window).
# Building the documentation
The documentation is powered by vuepress (opens new window), you can spin up a dev server like so:
- Clone the repository
- Navigate to
docs
- Install the dependencies with
npm install
- Run the dev server with
npm run dev
# Postcardware
You're free to use this package, but if it makes it to your production environment, we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: LABOR.digital - Fischtorplatz 21 - 55116 Mainz, Germany.
We publish all received postcards on our company website (opens new window).