2017 © Pedro Peláez
 

library operation

Proof of concept: Orchestration objects for business logic implemented with Railway approach (Railway Oriented Programming in PHP)

image

einfach/operation

Proof of concept: Orchestration objects for business logic implemented with Railway approach (Railway Oriented Programming in PHP)

  • Monday, May 15, 2017
  • by iJackUA
  • Repository
  • 3 Watchers
  • 7 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Einfach Operation

Build Status Latest Version on Packagist ![Total Downloads][ico-downloads] ![Software License][ico-license], (*1)

SensioLabsInsight ![Coverage Status][ico-scrutinizer] Quality Score Code Climate, (*2)

First step

  • docker-compose run php composer install --prefer-dist

Run example with Docker

  • docker-compose run php php -f ./examples/example.php

Run tests/inspections

  • docker-compose run php composer run test
  • docker-compose run php ./vendor/bin/phpcs --standard=psr2 src/
  • docker-compose run php ./vendor/bin/phpcbf --report=diff --standard=psr2 src/

TODO

License

The MIT License (MIT). Please see License File for more information., (*3)

The Versions

15/05 2017

dev-master

9999999-dev

Proof of concept: Orchestration objects for business logic implemented with Railway approach (Railway Oriented Programming in PHP)

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires