Search Results for "php call center"

Showing 490 open source projects for "php call center"

View related business solutions
  • Easier governance and peace of mind Icon
    Easier governance and peace of mind

    Secure governance software for advanced contract management, board meeting management, entity management, e-signature, and virtual data rooms (VDR).

    For small and medium-sized businesses across the globe that are looking to enhance their corporate governance with secure contract and board meeting management, enabling them to work effectively anywhere and achieve peace of mind.
  • 1
    Nextcloud Server

    Nextcloud Server

    A safe home for all your data

    Nextcloud server is a free and open source server software that allows you to store all of your data in a server of your choosing. With Nextcloud you can easily access and store data in the data center you trust, sync data among various devices, and share your data for collaboration purposes. It offers the best security in the self hosted file sync and share world, and is expandable with hundreds of apps.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    FusionPBX

    FusionPBX

    A domain based multi-tenant PBX & voice switch for FreeSWITCH

    FusionPBX is a multi-tenant PBX and voice switch for FreeSWITCH, a highly scalable, multi-threaded, cross-platform communication platform. FusionPBX can be used either as a single or domain based PBX, and offers several functionalities: as carrier grade switch, call center server, voicemail server, fax server, conference server, VoIP server, multi-tenant appliance framework and so much more. It also offers unlimited extensions, device provisioning, music on hold, call parking, automatic call...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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 API...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    mustache.js

    mustache.js

    Minimal templating with {{mustaches}} in JavaScript

    Logic-less templates. mustache.js is a zero-dependency implementation of the mustache template system in JavaScript. Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Automated spend management for all companies Icon
    Automated spend management for all companies

    From payment to reimbursement, Expensya automates every stage of the business spend management process for all companies

    Expensya is a Cloud-based multi-platform expense reports management software that makes your life easier and makes you forget about the hard task of managing expenses. The solution enables professionals to manage expense reports more effectively and addresses the issues of mobility and expense automation.
  • 5
    Process Component

    Process Component

    The Process component executes commands in sub-processes

    The Symfony\Component\Process\Process class executes a command in a sub-process, taking care of the differences between operating system and escaping arguments to prevent security issues. It replaces PHP functions like exec, passthru, shell_exec and system. The getOutput() method always returns the whole content of the standard output of the command and getErrorOutput() the content of the error output. Alternatively, the getIncrementalOutput() and getIncrementalErrorOutput() methods return...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tracy

    Tracy

    Ease debugging PHP code for cool developers

    ... only! We have been developing Tracy for over 10 years- and counting! Libraries we provide are therefore highly mature, stable, and widely used. They are trusted by a number of global corporations and many significant websites rely on us. Have you made a mistake in your code? PHP will lets you know by a nerror notice and a gibberish call stack, not easy to work with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel MongoDB

    Laravel MongoDB

    MongoDB based eloquent model and Query builder for Laravel

    This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Make sure you have the MongoDB PHP driver installed. In case your Laravel version does NOT autoload the packages, add the service provider to config/app.php. For usage with Lumen, add the service provider in bootstrap/app.php. In this file, you will also need to enable Eloquent. You must...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Prophecy

    Prophecy

    Highly opinionated mocking framework for PHP 5.3+

    Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. Though initially it was created to fulfil phpspec2 needs, it is flexible enough to be used inside any testing framework out there with minimal effort. First, add Prophecy to the list of dependencies inside your composer.json, then, simply install it with composer. First of all, in Prophecy every word has a logical meaning, even the name of the library itself (Prophecy). When you start feeling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Flysystem

    Flysystem

    Abstraction for local and remote filesystems

    Flysystem is a file storage library for PHP. It provides one interface to interact with many different types of filesystems. When you use Flysystem, you’re not only protected from vendor lock-in, you’ll also have a consistent experience for which ever storage is right for you. Flysystem V2 is a full, from the ground up rewrite. It features simplifications of the interface, introduces a new error/exception handling strategy, and brings all the latest type-related features of PHP 7...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Visualize data fast and make smarter business decisions with a real-time BI solution. Icon
    Visualize data fast and make smarter business decisions with a real-time BI solution.

    For Business Users, Software Providers, System Integrators

    Embed enterprise-grade BI inside your custom applications. Wyn Enterprise is GrapeCity's fully customizable, end-to-end BI solution. Wyn provides advanced analytics, interactive dashboards, and reports — in one unified platform. Wyn's powerful reporting module is driven by the same ActiveReports engine, which has led the industry for 20+ years.
  • 10
    ChinaMobilePhoneNumberRegex

    ChinaMobilePhoneNumberRegex

    Regular expressions that match the mobile phone number in China

    ... current carrier. According to the relevant documents of the MIIT, the voice call function is allowed in 145 / 147 / 149 prefixes, carriers can decide whether to provide voice call function according to the needs of their customers. At present, the 147 / 149 prefixes that support voice calls is available. Operated by China Transport Telecommunication & Information Center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SWIG

    SWIG

    A code generator for connecting C/C++ with other programming languages

    SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, D, Go language, Java, Lua, OCaml, Octave, R and Scilab. Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket...
    Leader badge
    Downloads: 26,280 This Week
    Last Update:
    See Project
  • 12
    Elastix

    Elastix

    Unified Communications Server

    Elastix is a software-based PBX powered by 3CX and based on Debian. An open-standards solution, Elastix is an easy to install and manage UC system compatible with popular IP phones, gateways and SIP trunks. Elastix is complete with unified communications features such as integrated WebRTC video conferencing, chat, presence and softphones and smartphone clients for Windows, Mac, iOS and Android.
    Leader badge
    Downloads: 452 This Week
    Last Update:
    See Project
  • 13
    VoIP monitor

    VoIP monitor

    VoIP SIP and SKINNY quality analyzer and packet / audio recording tool

    VoIPmonitor is open source network packet sniffer with commercial frontend for SIP SKINNY MGCP RTP and RTCP VoIP protocols running on linux. VoIPmonitor is designed to analyze quality of VoIP call based on network parameters - delay variation and packet loss according to ITU-T G.107 E-model which predicts quality on MOS scale. Calls with all relevant statistics are saved to MySQL or ODBC database. Optionally each call can be saved to pcap file with either only SIP / SKINNY protocol or SIP/RTP...
    Leader badge
    Downloads: 1,485 This Week
    Last Update:
    See Project
  • 14
    Asterisk GUI client, VICIdial

    Asterisk GUI client, VICIdial

    VICIdial Contact Center Suite

    This software suite is designed to extend the functionality of the Asterisk PBX through platform-independant web-client applications. Includes the VICIdial inbound/outbound contact center application. The suite is scalable across multiple Asterisk servers.
    Leader badge
    Downloads: 104 This Week
    Last Update:
    See Project
  • SAP ERP Cloud Solutions Icon
    SAP ERP Cloud Solutions

    The right ERP system for Life Sciences, Consumer Products & Distribution companies that are focused on growth and their systems are holding them back.

    SAP Business ByDesign is a complete, cloud-based ERP solution for fast-growing, start-up to mid-market businesses and subsidiaries that want to scale without the complexity and unnecessary cost.
  • 15
    Resurrection Remix OS

    Resurrection Remix OS

    #getresurrected

    About Resurrection Remix Since 01 • January 2012 Resurrection Remix ROM is ultimately full featured , stable and combined with the best features of open source roms .we are also providing lot of awesome original Resurrection Remix ROM add-on s in the builds. includes best of performance, customization, power and the newest features on your device! It is one of the most customizable ROMs out-of-the-box!
    Leader badge
    Downloads: 544 This Week
    Last Update:
    See Project
  • 16
    PHP Pdf creation - R&OS
    MOVED TO GITHUB https://github.com/ole1986/pdf-php
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Stable MIUI Global Based Stable ROMs, made Purely for Indian Users Devices Currently Supported on; - Redmi Note 4x - 10 or G In Future, New Support will be given on following Devices: - Redmi Note 7 - Redmi Note 7S - Redmi Note 7 Pro - Redmi 7 - Redmi 4 - Realme 3 - Realme 3i - Realme 3 Pro - Realme 1
    Leader badge
    Downloads: 156 This Week
    Last Update:
    See Project
  • 18
    Group Office groupware and CRM

    Group Office groupware and CRM

    Take your office and CRM into the cloud!

    Installation instructions can be found here: https://groupoffice.readthedocs.io/en/latest/install/install.html Group Office is an open source groupware application. It makes your daily office tasks easier. Share projects, calendars, files and e-mail online. It is a complete solution for all your online office needs. From a customer phone call to a project and finally an invoice. The support system helps to keep your customers happy. Group Office is fast, secure and has privacy by design. You...
    Leader badge
    Downloads: 238 This Week
    Last Update:
    See Project
  • 19

    JasperStarter

    Running JasperReports from command line

    JasperStarter is a command line launcher and batch compiler for JasperReports.
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 20
    VitalPBX

    VitalPBX

    Unified Communications System - PBX System

    VitalPBX is a free telephone and communications PBX system for companies. It is a complete platform that can be installed on the physical hardware on the site or as a hosted application. VitalPBX acts as the upper layer interface for the Linux base and then Asterisk (one of the most popular communication toolkits in the world). For this reason, VitalPBX is the graphic user interface between you and the complex world of modern communications. VitalPBX will help you implement a secure...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    Arch XFerience

    Arch XFerience

    Arch Linux based distro built for usability, simplicity & stability

    NEW PROJECT HOME --> https://www.xferience.org/ Arch XFerience is a modern OS built for day-to-day operations with tons of packages & features. Some call it the Swiss Army Knife o' Linux, others - the survival kit! The core components of XFce4, systemd, LightDM, PulseAudio & NetworkManager make it work like a dream. It packs the most useful software including but not limited to - media playback (VLC), office suite (LibreOffice), gaming (Steam), OS virtualization (VirtualBox), Web Server (LEMP...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    VoiceShot API - PHP SDK

    VoiceShot API - PHP SDK

    PHP SDK for processing phone calls and SMS through the VoiceShot API.

    VoiceShot's API allows you to quickly integrate both incoming and outgoing phone calling and text messaging services into your applications. From your own applications, you can easily place and receive interactive telephone calls and text messages. Put callers in touch with the data and people they want when they want it. Send notification phone calls and text messages, automate customer service calls/texts, provide order status and integrate with your own custom applications to provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Helpdezk

    Helpdezk

    HelpDEZk is a powerfull software that manages requests/incidents.

    HelpDEZk is a powerfull software that manages requests/incidents. It has all the needed requirements to an efficient workflow management of all processes involved in service execution. This control is done for internal demands and also for outsourced services. HelpDEZk can be used at any company’s area, serving as an support to the shared service center concept, beyond the ability to log all the processes and maintain the request’s history, it can pass it through many approval levels. HelpDEZk...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    Cisco TMS PhoneBook - PHP Version

    Cisco TMS PhoneBook - PHP Version

    Emulates Cisco TMS PhoneBook for CMM or Endpoints with PHP

    Add the possibility to search and call endpoints from Cisco Meeting Management or from Cisco Endpoints (SX10/SX20/Codec Plus/Spark Room/Etc) without having a Cisco TMS (TelePresence Management Suite) server. Cisco didn't include a phone-book or the possibility to create a new video-conference from CMM. Those functions are still in the old TMS server where you need to buy a license for every endpoint you add... Anyway, this tool emulates the TMS PhoneBook and allows you to search and add new...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    CalLite

    CalLite

    Software per Call Center

    CalLite è il software per Call Center più versatile e veloce sul mercato. Ti permette di azzerare le perdite di tempo degli utenti (operatori, agenti, supervisori, coordinatori, ecc. ecc.) per massimizzare i guadagni. Il software dispone delle funzionalità: PowerDialer, ProgressiveDialer, PredictiveDialer ed AutoDialer. Ovunque siano (da casa o in ufficio), i tuoi operatori potranno lavorare con una semplice connessione internet. Tu potrai, da ogni dispositivo fisso o mobile, amministrare e...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Oh no! Some styles failed to load. 😵 Please try reloading this page