Download the PHP package forikal-uk/xmlauthor-example-command without Composer
On this page you can find all versions of the php package forikal-uk/xmlauthor-example-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download forikal-uk/xmlauthor-example-command
More information about forikal-uk/xmlauthor-example-command
Files in forikal-uk/xmlauthor-example-command
Download forikal-uk/xmlauthor-example-command
More information about forikal-uk/xmlauthor-example-command
Files in forikal-uk/xmlauthor-example-command
Vendor forikal-uk
Package xmlauthor-example-command
Short Description Example command for managing xml files.
License Apache-2.0
Package xmlauthor-example-command
Short Description Example command for managing xml files.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package xmlauthor-example-command
xmlauthor-example-command
A git project that acts as an example of an xmlauthor command.
Prerequisites
- Git
- PHP
5.5.9+
- Composer installed globally
Install
-
Install dependencies
- Try
hello-world
command:
Building own command
-
New commands should:
- be written to run in a Symfony 3.4 console application. See Symfony's documentation on creating commands.have their own git repository project
- have tests (one or more of PHPUnit/Behat/etc) stored within the project repository
- be compatible with Symfony 3.4, and
- make good use of the
symfony/console
project. i.e.$ composer require symfony/console:~3.4
- adhere to the convention that allows the command to be automatically registered.
- be installed by end users as a composer package
- reuse existing libraries where possible. Such as;
- use PSR-4 autoloading where possible.
- be cross-platform compatible; Run on the command line on Windows 10, MacOS High Sierra and Linux.
- provide README.md instructions on how to install and use the command from .
- Example command:
Test
TODO
[ ] Tests with virtual filesystem
All versions of xmlauthor-example-command with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
symfony/console Version ^3.4
symfony/filesystem Version ^3.4
symfony/yaml Version ^3.4
xmlsquad/xml-authoring-library Version 0.3.3
symfony/console Version ^3.4
symfony/filesystem Version ^3.4
symfony/yaml Version ^3.4
xmlsquad/xml-authoring-library Version 0.3.3
The package forikal-uk/xmlauthor-example-command contains the following files
Loading the files please wait ....