Geschrieben von artodeto am Donnerstag, April 23. 2015
I am happy to annoucen the release of 1.0.0 of bazzlines cli argument component for php.
Benefits
easy up handling of following kinds of arguments
flags (command -f|--force)
lists (command --foobar=foo | command -f=foo)
values values (command )
Example
A simple call to the shipped "run.php" with the following arguments:
php run.php --foo bar --foobar=foo --foobar="bar" -f="foo" -f=bar -b foobar foo -flag
Generates the following output:
arguments provided:
--foo
bar
--foobar=foo
--foobar=bar
-f=foo
-f=bar
-b
foobar
foo
-flag
flags provided:
foo
b
f
l
a
g
lists provided:
foobar
foo
bar
f
foo
bar
values provided:
bar
foobar
foo
Geschrieben von artodeto am Mittwoch, März 18. 2015
I happy to announce the release of 1.1.0 of bazzlines requirement component for php. Important changes are:
added example WithDisabledCondition
added example WithDisabledItem
added getConditions() method to RequirementInterface - this easies up disabling single conditions or single items (by using condition->getItems())
added migration howto
added version eye and scrutinizer coverage
covered AbstractItem and AbstractCondition with unit test
created AbstractItem that implements ItemInterface
created IsDisabledInterface
created ItemInterface
created TestCase that is extended by all phpunit tests
implemented IsDisabledInterface to AbstractCondition
implemented IsDisabledInterface to Requirement
refactored ConditionInterface, addItem now only accepts ItemInterface instead of IsMetInterface
refactored Condition::getItems() - now returns plain php array
renamed ConditionAbstract to AbstractCondition
renamed and updated previous WithShutdown example to WithDisabledRequirement
updated dependencies
Geschrieben von artodeto am Donnerstag, Februar 12. 2015
I happy to announce the release of 1.0.4 of bazzlines memory limit manager component for php. Important changes are:
updated dependencies
removed dependency to apigen
Geschrieben von artodeto am Donnerstag, Februar 12. 2015
I happy to announce the release of 1.0.1 of bazzlines process pipeline component for php. Important changes are:
removed dependecy to apigen
add "StopExecutionException"
Kategorien: coding Tags für diesen Artikel:
bazzline ,
component ,
composer ,
english ,
git ,
github.com ,
link ,
open source ,
packagist ,
php ,
pipeline ,
process