Showing 58 open source projects for "php ftp client"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    NetSuite PHP API Client

    NetSuite PHP API Client

    NetSuite PHP API Client with namespaces and autoloading

    A PHP API client package for NetSuite, pried from the NetSuite PHP Toolkit and made more consumable for modern PHP application development. All of the classes in the NetSuite\Classes namespace are code provided by NetSuite with a license allowing redistribution. The custom work provided by this library separates these nearly 2,000 classes out into their own files and allows the classes to be installed with composer and accessed using standard autoloading support. It allows configuration...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    General purpose PHP SOAP-client

    General purpose PHP SOAP-client

    A general purpose SOAP client for PHP

    Sick and tired of building crappy SOAP implementations? This package aims to help you with some common SOAP integration pains in PHP. Its goal is to make integrating with SOAP fun again! Since life is too short to read documentation, we've added a scafolding wizard which will get you communicating with your SOAP server in no time! Implementing SOAP extensions is a real pain in the ass. It forces you to overwrite core methods of the built-in SOAP client. If you ever had to implement WSA or WSSE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    goetas-webservices / soap-client

    goetas-webservices / soap-client

    PHP implementation of SOAP 1.1 and 1.2 client specifications

    PHP implementation of SOAP 1.1 and 1.2 client specifications. Pure PHP, no dependencies on ext-soap. Extensible (JMS event listeners support). PSR-7 HTTP messaging. PSR-17 HTTP messaging factories. PSR-18 HTTP Client. No WSDL/XSD parsing on production. IDE type hinting support. Only document/literal style is supported and the webservice should follow the WS-I guidelines. There are no plans to support the deprecated rpc and encoded styles. Webservices not following the WS-I specifications might...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Laravel SOAP Client

    Laravel SOAP Client

    Laravel Soap Client

    This package provides an expressive, minimal API around the Soap Client from Phpro, allowing you to quickly make outgoing SOAP requests to communicate with other web applications. It is using HTTPplug as a handler with Guzzle as client. Some code is based/copied on/from Laravel HTTP wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    Dompdf

    Dompdf

    HTML to PDF converter for PHP

    dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) a CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer, it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes. PDF rendering is currently provided either by PDFLib or by a bundled version the R&OS CPDF class written by Wayne Munro. (Some important changes have been...
    Downloads: 90 This Week
    Last Update:
    See Project
  • 6
    JSON Parser

    JSON Parser

    Zero-dependencies lazy parser to read JSON of any dimension

    Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MadelineProto

    MadelineProto

    Async PHP client/server API for the telegram MTProto protocol

    This library can be used to easily interact with Telegram without the bot API, just like the official apps. It can login with a phone number (MTProto API), or with a bot token (MTProto API, no bot API involved!). Internal peer management: you can provide a simple bot API chat id or a username to send a message or to call other mtproto methods! You can easily login as a user (2FA is supported) or as a bot! Simple error handling! It is highly customizable with a lot of different settings! Bot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Artica Statistics Appliance for Squid

    Artica Statistics Appliance for Squid

    Global Management console for manage multiple Squid proxys

    Artica Statistics Appliance for Squid is a set of modules that allows you to enable Webfiltering, statistics and manage several Squid proxy from an unique Web management console. With this project you will be able to install TinyProxy act has the client and the Web statistics Appliance act has the central server
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    openGalaxy

    openGalaxy

    SIA receiver for Galaxy security control panels.

    This project aims to provide a method for listening on a serial port and decode incoming messages from a Galaxy security control panel. The messages are transmitted using the SIA DC-03-1990.01 (R2000.11) protocol. The decoded messages are stored in a database (MySQL) or forwarded by email using ssmtp. Besides just listening for messages openGalaxy can also be used to arm/disarm the panel and much more... This software is still in a testing (beta) phase but has been tested successfully with...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    CalemEAM is an open source enterprise asset management (EAM/CMMS) suite, featuring Web 2.0 Ajax client with drag-and-drop customization and a PHP based server. This free CMMS/EAM project can be used for industrial, facility and IT asset management.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11

    WsdlToPhp

    Generate PHP classes based on a WSDL

    This package allows to programmatically send request to a SOAP service using PHP classes. In order to that, this class generates each class for each request and each request parameters and each request response. Each class is stored in a hierarchical folder/sub-folder. The SOAP client is then abstracted and you only deal with objects representing the WSDL. It uses eZ Components, ezcPhpGenerator, in order to generate php files. Test this library here : http://www.wsdltophp.com Read the online...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    zoServices

    zoServices

    webservices using JSON RPC 2.0 for PHP and Javascript

    This project helps the creation of web services using JSON RPC 2.0 specification, across multiple programming languages​​. The main point of this is to help developers build Web services in a simple way and focus only on the logistics and programming functionality. zoServices provide the server/client infrastructure to comunicate their services via internet. Please Review our projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    HTTP-jQuery-mplayer Media Player

    Control playback of media files on WWW server

    Lets you play, pause, browse and add to play queue media files on a WWW server machine remotly using WWW interface. Requirements: Server: - POSIX Operating System - Sound Card - mplayer - Apache 2 - PHP 5 Client: - WWW browser able to run Javascript and jQuery (Firefox, Opera, Chrome, etc. virtually any modern browser, including smartphones)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Developed by the Web Technology Group at Appalachian State University, phpWebSite provides a complete web site content management system ( CMS ). All client output is XHTML 1.0 and meets the W3C's Web Accessibility Initiative requirements.
    Downloads: 70 This Week
    Last Update:
    See Project
  • 15
    The XMessages class for PHP 5.3+ lets you easily integrate the X-Messages spec into existing PHP web applications for simple server-client messaging. See http://www.xmessages.org for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Web Annotation with Fragment Ids

    Web Annotation with Fragment Ids

    Web Annotation - Mark, Comment, Share

    This Projects aims to create a server-client architecture to make annotation of web elements not only possible, but easy to use. The idea for this project has its roots within a practical software study for the module software Engeneering of the Unisversity of Leipzig, Germany. Under the given liscence we want for everyone interested in supporting or further development to do so. For usage and installation see our [Wiki].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    XNode

    PHP 5.3+ server and client implementation of XHTTP

    The XNode framework is a PHP 5.3+ implementation of the Extended Hypertext Transfer Protocol (http://www.xhttp.org), with simple service integration, full arguments support including Base64 and DateTime, single and multiple asynchronous requests, data streaming, remote API creation from XHTTP service schemas, and a runtime plugin architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Gul is a Xul-like / easy glade-like XML markup language for describing user interfaces with PHP-GTK extension. Gul simplifies writing client-side GUI applications. CSS is partially supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is the Open Source RESTful client for the take.io platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MagentoXtender .NET Webservice Client is an open source .NET library to connect to the webservice of a Magento Webshop using XML-RPC. This module gives you the ability to create .NET applications which can communicate with a magento webshop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MP-Suite is a client/server script that enables remote MySQL through an XML-RPC interface. This way, you can remotely access databases that are not remote-access enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHP adCenter API
    A Client Library for building adCenter applications in PHP using the API. The current version supports automation of reports using both the V7 and V8 Report Service. I'm currently working on expanding the library to include other services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Bear is a front end to the powerful download manager aria2. Is a web-based download manager written by PHP and Yii framework.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Aria2Web
    Aria2Web is a PHP- and Javascript-based application that allows you to control the excellent and lightweight "aria2" over the web. That way you can use it as a download manager.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    CubeHenge
    Modified AMFPHP with advanced authentication, file management, view templating, automated ORM MySQL interface while maintaining a fast and easy "drag and drop to FTP" installation. Get the Free UI at http://cubehenge.org/?pageName=Download
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next