greencape / joomla-manifest
A class library for handling Joomla! extension manifest files.
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
pkg:composer/greencape/joomla-manifest
Requires
- php: >=7.2
- ext-json: *
- greencape/xml-converter: ^2
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2025-10-23 04:07:22 UTC
README
joomla-manifest is a class library for handling Joomla! extension manifest files.
Requirements
PHP 7.2+
Installation
Composer
Simply add a dependency on greencape/joomla-manifest to your project's composer.json file if you use
Composer to manage the dependencies of your project. Here is a minimal example of a
composer.json file that just defines a dependency on Joomla Manifest:
{
"require": {
"greencape/joomla-manifest": "*@dev"
}
}
For a system-wide installation via Composer, you can run:
$ composer global require 'greencape/joomla-manifest=*'
Make sure you have ~/.composer/vendor/bin/ in your path.
Usage Examples
See the samples in the demo directory.