webit-de/typo3-extemconf-to-composer-converter

Convert the ext_emconf.php file of a TYPO3 extension into a composer.json file

Installs: 2 047

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 1

Type:project

pkg:composer/webit-de/typo3-extemconf-to-composer-converter

2.0.0 2019-07-23 09:53 UTC

This package is auto-updated.

Last update: 2025-09-23 23:37:58 UTC


README

This script converts a TYPO3 extension declaration file (ext_emconf.php) into a Composer file (composer.json).

This should easen the process of converting a TYPO3 extension into a package, for example during upgrades.

Packagist TYPO3

Requirements

  • PHP

Installation

Clone the git repository or use Composer to run the script.

composer create-project webit-de/typo3-extemconf-to-composer-converter

Usage

php convert-extemconf-to-composer.php /path/to/extension/

Source

https://github.com/webit-de/typo3-extemconf-to-composer-converter

License

GNU General Public License version 2 or later

The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.

Author

Dan Untenzu (untenzu@webit.de / @pixelbrackets) for webit! Gesellschaft für neue Medien mbH (http://www.webit.de/)

Changelog

./Changelog.md

Contribution

TYPO3 - inspiring people to share!

This script is Open Source, so please use, patch, extend or fork it.