[go: up one dir, main page]

Browse free open source PHP Protocols for Windows and projects below. Use the toggles on the left to filter open source PHP Protocols for Windows by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Mavenlink | Project Management Software Icon
    Mavenlink | Project Management Software

    Connecting People, Projects, and Profits

    Mavenlink is an innovative online resource management and project management software built for professional services teams. Offering a better way to manage projects and resources, Mavenlink transforms businesses by combining project management, collaboration, time tracking, resource management, and project financials all in one place.
    Get Started Today
  • 1
    RSS-Bridge

    RSS-Bridge

    The RSS feed for websites missing it

    The RSS feed for websites missing it.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    Package Generator

    Package Generator

    Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP

    Package Generator generates a PHP SDK from any WSDL so you can easily consume any SOAP Web Service without wondering how SOAP is used under the hood. Package Generator provides many options to generate your package even if a few are required. This project has been tested with many WSDL and is currently used on the platform Providr.IO. Package Generator generates files that are detailed in the MANIFEST. You are encouraged to read it to understand how and why the files are generated in addition to the way the generated classes are supposed to be used. Use a professional approach to manage your project around the SOAP Web Services you need to consume. If you really don't know how to use the generator, get your generated package in less than 5 minutes, just fill and click. Using the most commonly used languages and tools, you'll be ensured to have a very easily usable code. Send requests without writing one line of code.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Laravel Cookie Consent

    Laravel Cookie Consent

    Make your Laravel app comply with the crazy EU cookie law

    All sites owned by EU citizens or targeted towards EU citizens must comply to a crazy EU law. This law requires a dialog to be displayed to inform the users of your websites how cookies are being used. You can read more info on the legislation on the site of the European Commission. The newest Laravel package made by my colleagues at Spatie and myself makes your app compliant with that law. When the user clicks "Allow cookies" a laravel_cookie_consent cookie will be set and the dialog will be removed from the DOM. On the next request Laravel will notice that the laravel_cookie_consent has been set and will not display the dialog again. The legislation is pretty very vague on how to display the warning, which texts are necessary, and what options you need to provide. This package will go a long way towards compliance, but if you want to be 100% sure that your website is ok, you should consult a legal expert.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    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 work, but they are officially not supported. To improve performance, this library is based on the concept that all the SOAP/WSDL metadata has to be compiled into PHP compatible metadata (in reality is a big plain PHP array, so is really fast).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    Learn More
  • 5
    wallabag

    wallabag

    A self hostable application for saving web pages

    wallabag extracts the article's content (and only its content!) and displays it in a comfortable view. If you already have an account on Pocket, Readability, Instapaper or Pinboard, you can import your data into wallabag. If you're a developer and you want to connect your application to wallabag, we offer you an API. You can use wallabag on your computer, thanks to our web application. But you can also take wallabag everywhere. For example, it's possible to save an article on your laptop at work, start to read it on your smartphone in the subway and finish reading it on your ereader in your bed. wallabag is supported by many feed aggregators (or RSS readers). wallabag.it is the quality service that you need to host wallabag. For only €9 per year, you'll get a quality hosting, a professional support, automatic upgrades and daily backups.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    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: 20 This Week
    Last Update:
    See Project
  • 7
    Bedrock

    Bedrock

    WordPress boilerplate with modern development tools

    WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure. Bedrock is an open source project and completely free to use. Bedrock is a modern WordPress stack that helps you get started with the best development tools and project structure. Much of the philosophy behind Bedrock is inspired by the Twelve-Factor App methodology including the WordPress specific version. Bedrock is multisite network compatible, but needs the roots/multisite-url-fixer mu-plugin on subdomain installs to make sure admin URLs function properly. This plugin is not needed on subdirectory installs but will work well with them. Composer is used to manage dependencies. Bedrock considers any 3rd party library as a dependency including WordPress itself and any plugins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    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: 1 This Week
    Last Update:
    See Project
  • 9
    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 to be read from the environment, adds support to log requests and responses and provides a simplified client wrapper class (NetSuiteService). You can alternatively place your config in environment variables. This is helpful in hosted environments where deployment of config files is either not desired or practical. You can find the valid keys in the included .env.example file with sample values.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Ninox | The low-code platform for all business processes Icon
    Ninox | The low-code platform for all business processes

    With Ninox (SaaS), build business apps and databases as you want, including for CRM and ERP, without a single line of code (no-code/low-code).

    With Ninox you can store and organize your complex data in your own structured way. Ninox provides a highly customizable user interface which allows you to process, analyze and evaluate any kind of data. Furthermore you can integrate different services e.g. from Google with Ninox's API.
    Learn More
  • 10
    MagpieRSS is a simple, functional PHP inteface for parsing RSS 1.0 (and earlier versions). Built on PHP's XML (expat) parser, and with an integrated cache for storing the parsed RSS objects, Magpie is designed by simple, and 'PHP-like' to use.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Podcast Generator

    Podcast Generator

    Open Source Podcast Publishing Solution

    Podcast Generator is an open source Content Management System written in PHP and specifically designed for podcast publishing. It provides the user with the tools to easily manage all of the aspects related to the publication of a podcast, from the upload of episodes to its submission to the iTunes store.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    A PHP Software that reads Files stored in the UNIX-MBOX-Format, and exports the contents (the Mails) as RSS-Feed.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    PHP2WSDL is a WSDL generator for PHP Web Service support, namely the built-in SOAP API. The definition (WSDL) are derived from the PHP object class, its method functions, the input arguments, output parameter, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A PHP implementation of the XML-RPC web RPC protocol. Extra modules provide support for the JSON and JSONRPC protocols. A javascript version of the library is also available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Dunbar is a location-based chat tool for mobile devices and phones as well as desktop computers. The architecture is built on web services so that clients on any operating system can be created. The service will be free to users, and the source code will
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Lucid Desktop is a Web Desktop/WebOS/Web Operating System built with Dojo. For more info, please visit http://www.lucid-desktop.org/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Warning: It has be 5 years since this project was completed. PhpBB3 has probably moved on and this is no longer actively tested. Use at your own risk. There is a ticket system if you see issues. Naruto is a web service that makes web site and application integration with message boards much easier and even allows the message board to be remotely hosted. Supported message boards include PhpBB3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    RSSProxy
    RSSProxy is a web based RSS-Reader with export. It exports only the unread messages. So you can read online and your RSS-Reader at home only gets unread messages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A simple PHP/MySQL based chat alternative for webmasters to incorporate into their own site. Implements Ajax and designed to be embedded on a specific page. Basic administration options are also available with more to come in future releases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    W.A.L.K.S. Web Aided Laboratory for Knowledge Sharing is a multilingual web application, to give the ability to expert IT users, to help less experienced users solve their IT problems. This is about reducing digital divide throughout the world.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    datalus
    PHP web API designed to simplify object handling(loading, saving, querying, displaying, and editing), abstract the data from its display structure, and layout and allow the target data to be delivered to any supported format without special logic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    eXows
    Exows extends the capabilities of the OWS (OGC Web Services). It enables the multilingualism functionalities for OWS (INSPIRE compliant) and allows complex features schemas for WFS and WMS getFeatureInfo (GML). It was developed by BRGM in OneGeology and was continued by BRGM in EUROGEOSS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    JAMP (acronym Javascript Ajax Mysql Php) is powerful and fast framework, distributed with GNU licence, in it is enclosed a suit environment for the development WEB applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    openRSSCreator это библиотека написанная на PHP 5 для создания RSS лент. openRSSCreator a library written in PHP 5 for creating RSS feeds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A PHP Client Library for beanstalkd. BeanStalk allows PHP developers to make use of the beanstalkd in-memory workqueue server (http://xph.us/software/beanstalkd).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next