recranet / ota-php
Contains PHP classes representing OTA (Open Travel Alliance) XML definitions.
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/recranet/ota-php
Requires
- php: >=7.1
- goetas-webservices/xsd2php-runtime: ^0.2.2
Requires (Dev)
- goetas-webservices/xsd2php: dev-master
This package is auto-updated.
Last update: 2025-10-06 11:57:32 UTC
README
This library contains OTA XML Schema converted to PHP classes.
Check the release tags to use a specific version of the specification.
Installation
The easiest way to install this library is by using Composer. You can require it with the following command:
composer require recranet/ota-php
Acknowledgements
- xsd2php - used to convert the XSD files to PHP classes
License
ota-php is licensed under the MIT License - see the LICENSE file for details