fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

Create a networking package #32

Open WanWizard opened 11 years ago

WanWizard commented 11 years ago

This package can contain the current 1.x FTP class, and also provide interfaces to PHPSecLib's SFTP and SSH functionality.

WanWizard commented 11 years ago

Related to #14.

WanWizard commented 11 years ago

Repository fuelphp/networking created.

WanWizard commented 9 years ago

Possible. The only reason for suggesting PHPSecLib was that it's already used elsewhere, so you wouldn't need another package.

With the availability of composer and all it's packages, the question becomes whether or not the framework should include this functionality, or if we should leave the choice to the developer (and possibly only suggest a package)? I think the latter...

dercoder commented 9 years ago

Ok, i understand.

But i think it would be better if the Network package can the basic network stuff like ftp, sftp, scp and ssh.

If you are also thinking about creating socket servers or clients i recommend. http://reactphp.org/

sagikazarmark commented 9 years ago

I agree with @WanWizard: it is not something that belongs to a framework nowadays.

dercoder commented 9 years ago

Ok, its clear now ;)