March 2026 Summaries
10 posts from Vonage
Filter
Month:
Year:
Post Summaries
Back to Blog
NativePHP is a framework designed to enable Laravel applications to natively run on various platforms such as Windows, Linux, MacOS, Android, and iOS, evolving from its origins as a wrapper around Electron for desktop apps. The framework was made open-source and free at Laracon India 2026, a move facilitated by the success of the Bifrost platform and premium plugins. NativePHP allows developers to build cross-platform mobile applications using PHP and Laravel, with full access to device features, and includes tools like Jump and Mimi for seamless app deployment and development without traditional development environments. The introduction of NativePHP has been hailed as a significant advancement in mobile app development, turning PHP into a viable option for creating fully distributable, offline-first mobile apps, and marking a shift in how mobile developers can utilize PHP beyond traditional web contexts.
Mar 31, 2026
2,517 words in the original blog post.
The release of versions 1.4.0 and 1.4.1 of the Vonage Video Reference Application for React (Web VERA) introduces significant updates aimed at enhancing the development of WebRTC-powered video applications. Key features include pre-call network testing, which allows users to test connection quality and hardware before joining a call, and Push-to-Talk functionality for controlled audio participation during large meetings. A complete UI modernization provides a refreshed visual interface with improved accessibility and customization options. The architectural improvements, such as transitioning to an Nx monorepo structure, enhance build efficiency and modularity, while stability improvements in version 1.4.1 focus on cross-browser compatibility and device management. These updates collectively aim to improve user confidence, reduce support overhead, and offer a more polished and accessible user experience for developers working with the Vonage Video API.
Mar 27, 2026
790 words in the original blog post.
Vonage's Startup Program, led by Senior Startup Program Manager Autumn Moss PeƱaloza, is aimed at supporting early-stage startups that are innovating with communications APIs. Launched in 2025, the program focuses on providing startups with the necessary tools, support, and visibility to scale their businesses effectively. It offers selected startups benefits such as up to $75,000 in API credits, technical guidance, and co-marketing opportunities, emphasizing the critical role of communications infrastructure in product development. The program targets early-stage startups, ranging from Pre-Seed to Series A, and includes those with clear product visibility. As the program grows, it plans to expand through partnerships with startup accelerators and VC ecosystems worldwide, aiming to empower more founders to build on the Vonage platform.
Mar 26, 2026
783 words in the original blog post.
In celebration of International Women's Day, a video and an event at Snowflake's Silicon Valley AI Hub highlighted the significant yet often underrecognized contributions of women in technology, featuring pioneers like Ada Lovelace, Grace Hopper, Margaret Hamilton, Radia Perlman, and Fei-Fei Li. The Women+ in Open Source event emphasized the importance of valuing all types of contributions within open source communities, including code, documentation, and design, to foster an inclusive environment where diverse inputs are equally recognized. Keynote speaker Ruth Suehle addressed the historical undervaluation of women's work and proposed focusing on mentorship, accurate contribution metrics, and recognition for all roles in order to prevent the marginalization of non-coding contributions. The event underscored the essential role of community in sustaining open source projects and encouraged ongoing efforts to ensure that the tech industry remains collaborative and inclusive, reflecting the diverse contributions of its participants.
Mar 25, 2026
1,675 words in the original blog post.
Alvaro Navarro, a Senior Developer Advocate at Vonage, announces the removal of the Silent Auth SDKs from GitHub as part of efforts to modernize their mobile SDK ecosystem. The deprecated SDKs for Android and iOS will be archived on March 31, 2026, and users are advised to migrate to the maintained Vonage client libraries. The migration process involves updating project dependencies, imports, and initializing the new SDKs, with detailed steps provided for both Android and iOS platforms. For any migration queries, Vonage encourages developers to engage through their support channels, Community Slack, and various social media platforms, while also promoting their developer newsletter for updates on tutorials, releases, and events.
Mar 24, 2026
614 words in the original blog post.
The tutorial outlines a method for creating a passwordless real-time video authentication flow by leveraging Silent Authentication (Silent Auth) and the Vonage Video API. Silent Auth reduces friction in the onboarding process by verifying a user's device ownership through network traffic analysis, enabling seamless real-time experiences without traditional passwords or codes. The process integrates a Python backend with an Android client, utilizing the Vonage Python SDK for managing the verification lifecycle and the Vonage Video Android SDK for video sessions. It emphasizes the importance of using the mobile network for Silent Auth requests, with SMS fallback for unsupported carriers, and details a reusable architecture pattern adaptable across different platforms and programming languages. This approach separates the verification process from the video session initialization, offering a flexible and secure authentication system that enhances user experience while maintaining technological scalability.
Mar 12, 2026
1,862 words in the original blog post.
The General Availability release of the Vonage Video API Native Reference Apps, known as Native VERA, introduces production-ready iOS and Android applications that demonstrate best practices for integrating the Vonage Video API on native mobile platforms. Built with Swift and SwiftUI for iOS and Kotlin and Jetpack Compose for Android, these open-source apps feature a shared Node.js Express backend for session management and are licensed under Apache 2.0. Key features include call recording, background blur, live captions, emoji reactions, and audio route selection, all configurable via JSON files, allowing developers to customize and build scalable projects. Platform-specific enhancements include an expandable in-call toolbar and improved permissions management for iOS, while Android benefits from a simplified landing screen and an Android Studio plugin that automates configuration updates. The release aims to facilitate the development of efficient, engaging native video applications by providing a robust foundation and fostering community engagement through various channels.
Mar 11, 2026
1,196 words in the original blog post.
James Seconde, a Senior PHP Developer Advocate, discusses the evolution and current state of PHP extension management, highlighting the role of the PHP Installer for Extensions (PIE) as a new tool poised to replace the historically used PECL. Supported partly by the Sovereign Tech Agency, PIE aims to address the limitations of PECL, such as infrastructure maintenance challenges and dependency management issues, by providing a more streamlined installation process for PHP extensions. The article walks through the process of using PIE, including installing it, fetching an example extension, and even creating a custom PHP extension using C, demonstrating its capability to simplify tasks that were previously complex and time-consuming. Seconde emphasizes how PIE, in conjunction with tools like Static PHP, is making strides towards improving the PHP ecosystem by ensuring long-term sustainability and facilitating easier integration of extensions, which is particularly beneficial for developers looking to extend PHP functionalities.
Mar 10, 2026
2,093 words in the original blog post.
The text outlines a tutorial for creating a WhatsApp-based intake assistant for plumbing companies using Make.com, OpenAI, and Vonage's MCP Tooling Server, which automates the process of handling customer inquiries and emergencies. This system manages inbound messages, escalates urgent issues via SMS or voice calls, and logs interactions in a Make Data Store, acting as a lightweight CRM. The tutorial details the setup process, including creating a Vonage Application, configuring webhooks, deploying a bridge using Render, and connecting the Make scenario to Vonage services, allowing AI to directly manage customer communications. The assistant operates with structured output to ensure orderly data recording while providing AI-driven, real-time responses, emphasizing a calm and organized workflow. Potential extensions include enabling photo intake and integrating additional features like scheduling or analytics, showcasing the flexibility and scalability of the setup.
Mar 05, 2026
2,721 words in the original blog post.
James Seconde, a Senior PHP Developer Advocate with a background in acting and standup comedy, discusses the growing adoption of PEST, a testing library for Laravel users, highlighting its new feature of mutation testing in PEST 3.0. Mutation testing, which has gained traction among PHP developers after the popularity of InfectionPHP, involves introducing changes or "mutants" to the code to ensure that tests can identify these changes and fail accordingly. The article provides an example using the Vonage Messaging API to illustrate the concept, emphasizing the importance of robust testing practices to prevent false positives and enhance code reliability. By demonstrating how mutation testing can expose weaknesses in test coverage, Seconde encourages developers to refine their testing strategies to ensure that their codebases are resilient and error-free.
Mar 03, 2026
1,546 words in the original blog post.