Download the PHP package elliotchance/xsd2php without Composer

On this page you can find all versions of the php package elliotchance/xsd2php. 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 xsd2php

Legko XML

!!!! Note: We are constantly looking for user stories on how they used LegkoXML (XSD2PHP). If you would like to help to our project, please send your story about how you have used LegkoXML in your project. Email is myb (at) mikebevz (dot) com. !!!!

See PhpDocs at http://legkoxml.org/docs Discussion Group http://groups.google.com/group/legkoxml-support

With the present library you are able to compile PHP binding from XML Schema files, and consequently, bind XML files to PHP models (unmarshalling), and save PHP bindings as XML (marshalling).

Versions history

Current release

Fixed #24: Fix problem with WSDL generation - soap:operation must not have any child

0.0.5 Major refactoring

Fixed #17: Array of objects is not converted to XML correctly

Implemented #12: Feature: WSDL generator utilizing existing mapping in classes

Added NullLogger - mock for logger. It will be used later for #18: Feature: Logger injection

13 Command line tool: Initial version developed, compile-schema target only.

8 Create facade class: Initial version implemented, only compileSchema method works. (See LegkoXml.php)

0.0.4 Issue #12. WSDL autodiscovery

Fixed #10: Directory structure do not correspond to PHP namespaces

Fixed #5: Add debug output option to XSD2PHP

Fixed #9: Generated WSDL tested with Zend_Soap

WSDL tested with Apache CXF

0.0.3 XML generation refactored

namespaces generated as ns0 ... nsX

Fixed #4: added @var to PHP models with full class name (with namespace)

0.0.2 XSD Imports and includes routines rewritten

Refactored XSD import and include tags processing

Fixed problem with numeric namespaces in generated PHP models

Added new test cases: Multi level include and import processing, custom schema based on UBL2.0

0.0.1 Initial release

Compile XSD to PHP

Marshal/unmarshal XML

========== If you wanna help the project you are welcome to donate BitCoins. Send those to account 1P6iMj85EmYMqgxDkNkDVWWMm7h5EmMM7a


All versions of xsd2php with dependencies

PHP Build Version
Package Version
No informations.
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 elliotchance/xsd2php contains the following files

Loading the files please wait ....