harishanchu / Laravel-FTP

A simple Laravel 4/5/6/7 ftp service provider with basic ftp methods.
220 stars 87 forks source link

Phalcon FTP #13

Closed supermouseno1 closed 10 years ago

supermouseno1 commented 10 years ago

Hi harishanchu

I want using library Laravel-FTP to phalconphp but i don't know do that.

You can help me.

Thank you.

harishanchu commented 10 years ago

Hi mate,

Laravel-FTP is a PHP package which is specifically built for Laravel PHP framework. It depends on some Laravel framework features like configuration manager etc, hence you can't use it with Phalconphp.

You may find some other general php ftp packages here: https://packagist.org/search/?q=ftp

supermouseno1 commented 10 years ago

Thank you harishanchu.