Console is a bit different. It may have additional inputs in the middle of processing and that's usually the case.
On Friday, January 5, 2018 at 11:35:46 PM UTC+3, Majid abdolhosseini wrote: > > Hi, > I think an application is bunch of logic and data manipulation ( R/W ) > > every application (in my opinion everything in the world) has an input do > sth on that input and create an output. > how application triggers (application input ) shouldn't affect how > application execute and what happens in it. > > so for php applications input is mostly console or web, for http request > (web) we have psr if we could have a psr for console > we could write adapter to get input from both console and web, > so we didn't need to separate our application in console and http (like > frameworks do now). > so console psr is necessary. > -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/16e7f7e5-1eec-4afd-b361-53fef2256179%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
