Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/labor-digital/typo3-better-api
- Owner: labor-digital
- License: apache-2.0
- Created: 2020-03-21T19:36:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T23:00:34.000Z (about 2 years ago)
- Last Synced: 2024-11-06T16:08:23.832Z (about 2 months ago)
- Language: PHP
- Size: 3.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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).