Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labor-digital/typo3-better-api

TYPO3: A package that overhauls the way you work with TYPO3 providing you with a new, better core API
https://github.com/labor-digital/typo3-better-api

Last synced: about 1 month ago
JSON representation

TYPO3: A package that overhauls the way you work with TYPO3 providing you with a new, better core API

Awesome Lists containing this project

README

        

# 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.

## Requirements

- TYPO3 v10
- Installation using Composer

## Installation

Install this package using Composer:

```
composer require labor-digital/typo3-better-api
```

## Example extension

To take a look a how to use the extension, you can take a look at the [example extension](https://github.com/labor-digital/typo3-better-api-example).

## Documentation

After a complete rewrite of the extension for TYPO3 v10 the old documentation has to be rewritten as well. I'm currently working on that.

[comment]: <> (The documentation can be found [here](https://typo3-better-api.labor.tools).)

[comment]: <> (## Building the documentation)

[comment]: <> (The documentation is powered by [vuepress](https://vuepress.vuejs.org/), you can spin up a dev server like so:)

[comment]: <> (- Clone the repository)

[comment]: <> (- Navigate to ```docs```)

[comment]: <> (- Install the dependencies with ```npm install```)

[comment]: <> (- 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](https://labor.digital).