RSS 21 projects tagged "Code Generators"

No download Website Updated 04 Apr 2012 Zodeken

Screenshot
Pop 19.10
Vit 20.48

Zodeken generates code to access MySQL with Zend Framework. It can generate Controllers for CRUD actions, Db_Tables, Mappers, and Forms classes to manipulate records of MySQL tables using the zf commandline tool based on db settings in the application.ini file of your project. Validators and filters are added to the form automatically depending on the field's data types. It can detect table relationships and adds methods to access related database table records.

Download Website Updated 24 Jun 2009 Yana 4 PHP Framework

Screenshot
Pop 68.47
Vit 6.95

The Yana Framework is a platform for developing PHP applications. It can be expanded with your own plugins (components). It includes skin and template support, multiple languages (German and English by default), mature administration functionality, multiple installation profiles, user login and administration, a database API based on PEAR-DB that also offers database schema support, and a GUI/code generator for your own plugins. It also includes an easy to use query tool that automatically maps database commands to a flat file if no database support is available. Plugins provided with this software are a guestbook, an RSS to HTML converter, and a search engine. Complete documentation is included.

Download No website Updated 07 Mar 2009 ezphpconfig

Screenshot
Pop 11.45
Vit 1.00

Ezphpconfig generates a set of PHP configuration classes from a supplied XML file. You can then access your configuration values very quickly without having to parse the XML file on every request. The element (tag) names become property names and the text contained in the elements becomes the property's value. It also supports nested elements. If the generated PHP file is older than the XML file, it is re-generated using the data in the newer XML file. This class also supports array types using the element inside an element whose type attribute is set to "array".

Download Website Updated 31 Dec 2008 onPHP

Screenshot
Pop 53.21
Vit 5.67

onPHP is an object-oriented framework aimed at rapid development of scalable robust applications with outstanding code reusability level. It also provides code generation tools to save your time, and a PHP extension (module) to save the CPU time of your servers.

Download Website Updated 23 Dec 2008 PHP SOAP Toolkit

Screenshot
Pop 86.49
Vit 3.56

PHP SOAP Toolkit is a comprehensive SOAP library for PHP 5. It provides WSDL parsing and template-based code generation for client, server, and data types for contract-first Web services. It wraps the native PHP SOAP client and server, and uses WS-Helper to provide code-first Web services.

Download Website Updated 18 Mar 2008 phpHtmlLib

Screenshot
Pop 197.98
Vit 7.68

phpHtmlLib is an application development framework for developing OOP style Web applications in PHP. The application framework supports an MVC style architecture and Ajaxable and Cacheable interfaces for developing rich client Web applications. It comtains a set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex HTML widgets.

Download Website Updated 21 Feb 2008 Pork.Generator

Screenshot
Pop 15.94
Vit 1.00

Pork.Generator is a Web based tool to inspect your databases and generate Pork.dbObject based code. The generator analyzes the relations in your database by trying to match primary keys to fields of other tables. If you have created your table structure following some simple rules, this project can either create a complete CRUD (Create, Read, Update, Delete) interface into a .zip file, or just output your complete database schema into O/R mapped objects. Pork.dbObject is an Object-Relation mapper for PHP 5 that attempts to be easy, fast, and lightweight.

Download Website Updated 19 Sep 2007 Metastorage

Screenshot
Pop 134.31
Vit 6.07

Metastorage is a PHP data access object generator compiler tool. It implements an object persistence API from a description in an XML format named CPML. The persistent object classes implement object-relational mappings, so developers do not have to write SQL manually. It features an object query language for specifying conditions for querying objects, generation of classes for producing reports, generation of classes to manage templated Web forms for creating new persistent objects, and generation of UML class diagrams. It can be run from the command line or from a Web interface.

No download Website Updated 03 Aug 2007 NamespaceSim

Screenshot
Pop 9.43
Vit 1.00

This package can be used to emulate class namespaces under PHP 5. It parses PHP code to extract namespace definition statements. The code is rewritten to emulate the namespace support in a way similar to the Java language supports namespaces. This package implements new commands named package and import. The package command defines the package to which a class belongs. The import command indicates that the package should be imported for use in the PHP script on which the import command is used.

Download Website Updated 27 Jul 2007 MySqueaks

Screenshot
Pop 24.25
Vit 1.73

MySqueaks is a PHP class that allows you to create MySQL statements with the flexibility of OOP and throws in a simple database interface as well. This means that you can create PHP objects to represent your database tables and use the various methods provided to select, update, or delete data. This also means that instead of having to write out a very long SQL query, you can simply convert the representation into a series of "steps", which can be easier to understand and debug.

Screenshot

Project Spotlight

playSMS

A flexible mobile portal system and SMS gateway.

Screenshot

Project Spotlight

GNU Parallel

Software to build and execute shell command lines from standard input in parallel.