germania-kg/articles

Maintainers

Package info

github.com/GermaniaKG/Articles

pkg:composer/germania-kg/articles

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2023-01-04 07:28 UTC

This package is auto-updated.

Last update: 2026-03-04 14:38:09 UTC


README

This package was destilled from legacy code! You better do not want it to use this in production.

Packagist PHP version Tests

Installation with Composer

$ composer require germania-kg/articles

MySQL: This package requires some MySQL tables which you can install using germania-articles.sql in sql/ directory.

Usage

TBD.

Development

$ git clone https://github.com/GermaniaKG/Articles.git
$ cd Articles
$ composer install

Unit tests

Either copy phpunit.xml.dist to phpunit.xml and adapt to your needs, or leave as is. Run PhpUnit test or composer scripts like this:

$ composer test
# or
$ vendor/bin/phpunit