PHP library that wraps the FTP extension functions in an OOP way and more compatible with old FTP servers.

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • php-ftp-client

    :package: Provides helper classes and methods to manage FTP files in an OOP way.

  • lazzard/php-ftp-client is more low-level abstraction and addressed to beginners and intermediates users, that can make sense only in an FTP/FTPS context like 'keepAlive', 'getSystem', 'isFeatureSupported', 'getFeatures', and classes like FtpCommand which wraps the FTP extension functions that can be used to send FTP commands to the server, Also, I think the lazzard/php-ftp-client provides simple API methods for uploading/downloading in comparison with Flysystem.

  • Flysystem

    Abstraction for local and remote filesystems

  • Hey, thanks for your comment. Actually, I didn't use Flysystem before, but I've looked at their API methods and I see that they provide simple API methods that can be used in many protocols like SFTP and AWS S3 using adapters for each, so they depend on a file system manipulation abstraction (FilesystemAdapter), and I think that they can't extend it to specific protocol implementation, and as a result, they have a few methods that may be fit the user needs.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts