Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

wsdl2phpgenerator

Compare

  Analyzed about 10 hours ago

Simple php utility and class library for generating classes ready to use with a web service from the wsdl file. About wsdl2phpgenerator Wsdl2phpgenerator generates valid php 5.3 classes with optional namespace support. It enables a fast start when about to use a webservice, just generate the ... [More] code from the wsdl file, include the service class and start calling functions from the web service. Wsdl2phpgenerator has support for separating the classes to multiple files inclusion guard the classes by class_exists() calls, namespaces and a option to just make one file with all classes. CLI The source does also contain a nice library for reading input from the command line. It has support for required parameters, optional parameters. Boolean and string parameters and generates a help [Less]

32.8K lines of code

0 current contributors

about 1 year since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

Byte Buddy

Compare

  Analyzed about 17 hours ago

Byte Buddy is a code generation library for creating Java classes during the runtime of a Java application and without the help of a compiler. Other than the code generation utilities that ship with the Java Class Library, Byte Buddy allows the creation of arbitrary classes and is not limited to ... [More] implementing interfaces for the creation of runtime proxies. [Less]

195K lines of code

13 current contributors

15 days since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This