Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijackua/einfach-operation
Proof of concept: Orchestration objects for business logic implemented with Railway approach (Railway Oriented Programming in PHP)
https://github.com/ijackua/einfach-operation
einfach-php operation railway-oriented-programming
Last synced: 17 days ago
JSON representation
Proof of concept: Orchestration objects for business logic implemented with Railway approach (Railway Oriented Programming in PHP)
- Host: GitHub
- URL: https://github.com/ijackua/einfach-operation
- Owner: iJackUA
- License: mit
- Created: 2017-02-22T10:57:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T21:55:55.000Z (over 7 years ago)
- Last Synced: 2024-10-09T22:04:38.819Z (28 days ago)
- Topics: einfach-php, operation, railway-oriented-programming
- Language: PHP
- Size: 58.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Einfach Operation
[![Build Status][ico-travis]][link-travis] [![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads] [![Software License][ico-license]](LICENSE.md)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f22fdf06-efc2-4886-ae9e-7f3613cce263/small.png)](https://insight.sensiolabs.com/projects/f22fdf06-efc2-4886-ae9e-7f3613cce263) [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Code Climate][ico-codeclimate]][link-codeclimate]
### 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](LICENSE) for more information.
[ico-version]: https://img.shields.io/packagist/v/einfach/operation.svg?style=flat
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[ico-travis]: https://img.shields.io/travis/iJackUA/einfach-operation/master.svg?style=flat
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/iJackUA/einfach-operation.svg?style=flat
[ico-code-quality]: https://img.shields.io/scrutinizer/g/iJackUA/einfach-operation.svg?style=flat
[ico-downloads]: https://img.shields.io/packagist/dt/einfach/operation.svg?style=flat
[ico-codeclimate]: https://img.shields.io/codeclimate/github/iJackUA/einfach-operation.svg?style=flat[link-packagist]: https://packagist.org/packages/einfach/operation
[link-travis]: https://travis-ci.org/iJackUA/einfach-operation
[link-scrutinizer]: https://scrutinizer-ci.com/g/iJackUA/einfach-operation/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/iJackUA/einfach-operation
[link-downloads]: https://packagist.org/packages/einfach/operation
[link-author]: https://github.com/iJackUA
[link-contributors]: ../../contributors
[link-codeclimate]: https://codeclimate.com/github/iJackUA/einfach-operation