albertofem / rsync-lib

A simple PHP rsync wrapper library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symfony process

Woellchen opened this issue · comments

what do you think of symfony process? below you can find a link to it
it would add a (composer) dependency but it wraps the actual command execution pretty nice and usable
if we'd integrate it, we could focus on rsync itself instead of it's command execution

http://symfony.com/doc/current/components/process.html

I actually though about that some time ago, but didn't have time to come up with an implementation. Of course, I should have done so when I wrote the library, but I didn't know about this component back there. I'm now quite familiar with Symfony components, so it shouldn't be a problem. However, I'm a little busy lately, so if you want to start go ahead, I will give you a hand whenever I can :)

ok, i might create another pull request later :) great