2017 © Pedro Peláez
 

library joomla-manifest

A class library for handling Joomla! extension manifest files.

image

greencape/joomla-manifest

A class library for handling Joomla! extension manifest files.

  • Thursday, July 2, 2015
  • by GreenCape
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Joomla Manifest

SensioLabsInsight Code Climate Test Coverage Latest Stable Version Build Status, (*1)

joomla-manifest is a class library for handling Joomla! extension manifest files., (*2)

Requirements

PHP 7.2+, (*3)

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:, (*4)

{
    "require": {
        "greencape/joomla-manifest": "*@dev"
    }
}

For a system-wide installation via Composer, you can run:, (*5)

$ composer global require 'greencape/joomla-manifest=*'

Make sure you have ~/.composer/vendor/bin/ in your path., (*6)

Usage Examples

See the samples in the demo directory., (*7)

Resources

Documentation and Examples

The Versions

02/07 2015

dev-master

9999999-dev https://github.com/GreenCape/joomla-manifest

A class library for handling Joomla! extension manifest files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Niels Braczek

06/08 2014

v0.2.0

0.2.0.0 https://github.com/greencape/joomla-manifest

A class library for handling Joomla! extension manifest files.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Niels Braczek

06/08 2014

v0.1.0

0.1.0.0 https://github.com/greencape/joomla-manifest

A class library for handling Joomla! extension manifest files.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Niels Braczek