2017 © Pedro Peláez
 

library phpflo-core

Collection of base components for usage with phpflo

image

phpflo/phpflo-core

Collection of base components for usage with phpflo

  • Sunday, April 23, 2017
  • by asm
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,573 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Core components: Reusable flow

Introduction

Build Status Scrutinizer Code Quality Code Coverage License, (*1)

If you need reusable components for your next flow, this is the place to find them! As you might have guessed, the focus lies on reusability and simplicity, just like the flow-based programming paradigm suggests. Contributions are welcome!, (*2)

This project belongs to phpflo., (*3)

Installation

Since components are now decoupled from phpflo main repo for easier contribution and also separate usage, you now need to install via composer:, (*4)

$ <your-project> composer require phpflo/phpflo-component

This also gives you the opportunity to leave out components as a dependency for phpflo projects where you don't want the class-overhead., (*5)

Running the examples

File line count using embedded PhpFlo:, (*6)

$ ./examples/linecount/count.php somefile.txt

Using FBP definitions:, (*7)

$ ./examples/linecount/countFromFbp.php somefile.txt

Using JSON definitions:, (*8)

$ ./examples/linecount/countFromJson.php somefile.txt

The Versions

23/04 2017

dev-master

9999999-dev

Collection of base components for usage with phpflo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marc Aschmann

flow fbp

27/03 2017

dev-feature/php7_migration

dev-feature/php7_migration

Collection of base components for usage with phpflo

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Marc Aschmann

flow fbp

26/03 2017

v1.1.0

1.1.0.0

Collection of base components for usage with phpflo

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Marc Aschmann

flow fbp

18/09 2016

v1.0.0

1.0.0.0

Collection of base components for usage with phpflo

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Marc Aschmann

flow fbp