Showing 5957 open source projects for "software"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 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
  • 1

    NereCode

    A stand-alone PHP-only library for parsing BBCode-like tags

    Since BBCode requires much trouble to get it running, and not every project needs something so solid (sometimes it's just a admin posting engine, or a small microblogging engine with little or no user-content injections). NereCode comes to aim such gap. A minimally comprehensive syntax easily customizable. PHP only. Single file library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    LOE Software

    Software for The LOE Serious Game

    The laboratorium is a place for immersive experiences for students and a place for experiments for researchers. The Laboratorium will allow to achieve significant observations, both from a scientific and an educational point of view: by ensuring acceptable integration of the experimentation in the course of life of the hosting place (initially, it will be hosted by the Medical School of Grenoble), in relation to best practices and habits of students, teachers and the institution. LOE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MYSQL CSV Barcode Scanner Web App

    Web based barcode scanner application

    I designed this app to make stocktaking easier for Myob and a Motorola MC9000. It has a inventory that Myob and any other software that uses CSV exporting can import into and a low resolution version of the pages for low resolution barcode scanner PC's like the MC9000 for convenience. The finished stock take does NOT import into a program but compares databases and shows the changes required in the programs item database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    frequencyCMS

    frequencyCMS

    FrequencyCMS is a a light-weight, free and open source CMS.

    FrequencyCMS is a a light-weight, free and open source content management system (CMS in short) which enables you to create websites, portals, blogs and "mini" social networks. It is written and developed by Đorđe Jocić and released under the GNU Affero General Public Licence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    coreBOS::core Business Operating System

    coreBOS::core Business Operating System

    The one stop software solution for your business.

    coreBOS is a business empowering tool, an adaptable software program that will help your business accomplish it's goals. Please go to GITHUB: https://github.com/tsolucio/corebos which is where all the action is happening.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tangra is a framework for development of PHP5 applications. Its main target is to boost the productivity of the developers. Contains: 1. Tangra Code Library - over 11000 LOC; 2. Modules (75 so far); 3. Control Center - Web based administration tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Saas E-commerce Platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ClaRe is a PHP class collection ready to use for web application development. It contains useful library for array, object or date and it can manage MySql/PDO connections, html forms or xml files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    YiiBooster

    Widget toolkit for Yii framework based on Twitter Bootstrap

    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP User-Specific Encryption&Decryption Class You have encountered an error, and your requests if you open a ticket, the right updates, I can.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Monastic University

    Software for managing Admissions, Withdrawals, Marks in Monastic Inst.

    This software will help in the management of Admissions / Withdrawals of Staffs & Students & also processing of Exam Marks of all Monastic Universities. Designed with goals of Simplicity & packaged with all necessary open source tools to get you into action, straightaway. Just download the file given above, then double click to extract it to a Disk Partition, with lots of free space, & then right-click files with names starting with 1 to 8 to run them as administrator, to install the software. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Horus Framework

    Horus Framework

    Smart Micro PHP Framework inspired by Sinatra in Ruby but not a clone

    An OOP PHP micro-framework, a lightweight toolkit to help developers lay down the foundation of their PHP-based websites and applications The Horus Framework is a pretty solid attempt at designing a good OOP framework in as a small package as possible. Focused on a light codebase and on a solid, standards-friendly approach, Horus can be used to write advanced applications without having to deal with complex coding toolkits like Zend or CakePHP. Horus is easy to learn and the code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Intse CMS

    Intse CMS

    IntSe CMS, an open-source B2B software

    IntSe CMS is an open-source B2B software for management of a small businesses, focuses strongly in the field of use of the software or hardware vendors assemblers. IntSe CMS is programmed using HTML CSS PHP MySQL, if you know how to program in one of these languages​​, and are interested in the development of open source CMS, feel free to contact us by opening a ticket on sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Debug Object

    a PHP object designed to aid in debugging your codebase.

    Debugging code has always been a tricky prospect. Most people use one of two methods: Either include "log" statements to see whats going on while running a routine, and then either delete them, or comment them out when they are done, (For legacy code, the commenting it out mechanism is often used so that the code is left to uncomment the next time that piece of code is worked on) or you can rely on a "debugger" to trace whats going on, and then look thru the more copious output. PHP does...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Online Customer Support Tool for Website

    Online Customer Support Tool for Website

    Integrate live chat on website to provide online customer support

    Live chat software will help in all type of business to provide online customer support. Apart from online customer support it will also help you to analyze your website traffic and track your potential clients. Here you can also get the real time review of your product and services and improve the quality of your product. To know more how live chat tool will help you to improve your business visit https://www.eassistancepro.com/solutions.php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Niche website for webmasters promoting adult companies through referrals, Flat File RSS Archives, make money through webmaster referrals and from the regular surfer. New programs are added all the time so please use this to your advantage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is for add-on module (extension) developers for web2project. All information and discussion on this project is here: http://forums.web2project.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Salesforce live chat integration

    Integrate eAssistance Pro live chat plugin on Salesforce CRM

    eAssistance Pro live chat software integration with salesforce CRM, allows you to quickly share and transfer information between eAssistance Pro live chat software and Salesforce CRM. It will help you to grow you online business and make trusted customer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Online Live Chat Support

    Online live chat support make customer happy

    To make your customer happy you must need to provide them best online customer support. To provide online customer support I like to suggest add live chat software on their website. It will also help you to monitor online activity of your online visitor. To get an effective online live chat tool go to http://www.livechat.eassistancepro.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Monastic Library

    Software for managing Libraries in Monastic Institutions

    This software will help in the management of Libraries of Monastic Universities. Designed with goals of Simplicity & packaged with all necessary open source tools to get you into action, straightaway. Just download the file given above, extract it to a Disk Partition, with lots of free space, & right-click files with names 1 to 8 to run them as administrator, to install the software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Orbus MVC

    A fast and easy PHP MVC framework

    This project aims to create a simple and useful MVC structure for rapid development of aplications in PHP. The second goal is to provide a solid layout to improve the user interface too. For while, only in Portuguese (BR). Please send questions to magno.mabreu@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Web Application Server for PHP

    Virtual Machine containing a standard installation for PHP development

    It is a VM (Virtual Machine) containing a standard installation for PHP development, titled "Web Application Server for PHP". PS.: Machines will be updated in this WEEKEND! 20/07/2013 - 21/07/2013
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    b2evolution

    b2evolution

    Social CMS software. Designed to make you happy.

    WARNING: all new versions are now released through http://b2evolution.net/downloads/ only. b2evolution is a Social Content Management System. It will smoothly run your blogs or your website. It will also provide a place for your community to gather and interact. Everything is included. No extra plugins required. This also keeps it truly 100% Free Open-Source !
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Zoozle Search & Download Suchmaschine

    Zoozle Search & Download Suchmaschine

    Zoozle 2008 - 2010 Webpage, Tools and SQL Files

    Download search engine and directory with Rapidshare and Torrent - zoozle Download Suchmaschine All The files that run the World Leading German Download Search Engine in 2010 with 500 000 unique visitors a day - all the tools you need to set up a clone. Code Contains: - PHP Files for zoozle - Perl Crawler for gathering new content to database and all other cool tools i have...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB