Download the PHP package webit-de/typo3-extemconf-to-composer-converter without Composer
On this page you can find all versions of the php package webit-de/typo3-extemconf-to-composer-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webit-de/typo3-extemconf-to-composer-converter
More information about webit-de/typo3-extemconf-to-composer-converter
Files in webit-de/typo3-extemconf-to-composer-converter
Package typo3-extemconf-to-composer-converter
Short Description Convert the ext_emconf.php file of a TYPO3 extension into a composer.json file
License GPL-2.0-or-later
Homepage https://github.com/webit-de/typo3-extemconf-to-composer-converter
Informations about the package typo3-extemconf-to-composer-converter
TYPO3 ext_emconf to composer converter
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.
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 (@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.