Download the PHP package apntalk/freeswitch-xml-projection without Composer

On this page you can find all versions of the php package apntalk/freeswitch-xml-projection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package freeswitch-xml-projection

apntalk/freeswitch-xml-projection

Framework-agnostic PHP library for parsing FreeSWITCH mod_xml_curl request fields and rendering package-owned directory and dialplan XML projections.

Boundary

APNTalk owns authority. FreeSWITCH owns provider-local runtime behavior. This package owns only XML projection.

v0.1.0 is intentionally narrow:

v0.2.0 adds dynamic dialplan conference-entry XML projection. Configuration projection, conference.conf generation, runtime ESL conference control, and APNTalk conferenceReady / callReady decisions remain downstream-owned and out of scope.

Install

Public API

See docs/public-api.md for the full surface.

Usage

Security

See docs/security.md.

Dialplan conference entry

v0.2.0 can render safe conference-entry dialplan XML for section=dialplan requests. The package only renders XML; FreeSWITCH joins or creates the conference when it executes the conference dialplan application.

See docs/conference-boundaries.md.

Fixture provenance

tests/Fixture/Requests/real-directory-sip-auth-redacted.php is based on a real redacted FreeSWITCH Docker mod_xml_curl directory sip_auth capture from 2026-05-09.

The capture used a local Docker lab with service lab01, container freeswitch, host networking, and a temporary local capture endpoint outside the repository. The full local docker/ lab is ignored to avoid committing logs and generated FreeSWITCH state; the sanitized capture evidence is tracked in docs/fixture-provenance.md.

Dialplan conference-entry fixtures are synthetic in v0.2.0 Phase A. Dialplan conference-entry live validation pending; real redacted fixture capture pending; not yet release-proven by live FreeSWITCH.

Synthetic dialplan fixtures are sufficient for deterministic local tests only. They are not sufficient for v0.2.0 release readiness. v0.2.0 may not be tagged until live FreeSWITCH conference-entry validation passes and a real redacted dialplan request fixture is committed with provenance.

Live smoke

An opt-in live Docker FreeSWITCH smoke harness is available for operators who have the local lab. It is not part of normal CI or composer check.

See docs/live-smoke.md.

Live conference-entry release gate

The live conference-entry smoke is an operator-run v0.2.0 release gate. It remains excluded from default CI and composer check.

Release readiness is blocked until the Docker live smoke proves FreeSWITCH requests section=dialplan, parses the projected XML, reaches the conference dialplan application, captures tests/Fixture/Requests/dialplan-conference-entry-redacted.php, and docs/dialplan-fixture-provenance.md records the evidence.

The repo-native command uses docker/docker-compose.yml service lab02-esl-xml-curl and container freeswitch-xml-curl. The lab runs with host networking, so the temporary PHP XML curl endpoint binds to localhost and restores docker/freeswitch/conf/autoload_configs/xml_curl.conf.xml after the run.

Chaos smoke

An opt-in Docker FreeSWITCH chaos harness is available for controlled local failure-mode validation. It is not part of normal CI or composer check.

See docs/chaos-smoke.md.


All versions of freeswitch-xml-projection with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-dom Version *
ext-libxml Version *
ext-xmlwriter Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package apntalk/freeswitch-xml-projection contains the following files

Loading the files please wait ...