The Chromium Browser Engine #
ExeOutput for PHP applications use an internal browser to display pages and provide user interaction. This browser is built upon the powerful Chromium/Blink rendering engine, integrated via the Chromium Embedded Framework (CEF).
Learn more about the rendering engine and configurable Chromium options.
Developer Tools #
ExeOutput for PHP provides access to Developer Tools within your application, allowing for easier debugging and inspection of your web content.
JavaScript API #
ExeOutput for PHP provides a custom JavaScript API through the global exeoutput object. This allows for deep integration between your web content and the application itself.
See the exeoutput API documentation for more details.
Proxy Settings #
You can configure the internal browser to use a proxy for internet connections.
Learn how to modify proxy settings at runtime.
Authentication #
The browser engine supports HTTP Basic Authentication, allowing you to create applications that require users to log in.