RSS 19 projects tagged "ORM"

Download Website Updated 24 May 2013 phpPeanuts

Screenshot
Pop 268.03
Vit 52.16

PhpPeanuts is a framework for developing database-backed applications in PHP. Rather than building an application from the bottom up, you initially only build domain model classes in which you specify properties, relationships, and database table names in metadata. The framework dynamically scaffolds getters and setters, persistency, navigation over relations, and input and delete validation. The abstract user interface instantly offers a rich set of pages for searching, browsing, drilling down, editing and reporting over your domain model. From there on you extend and refine both the domain model and the user interface to make it what you want by defining specialization classes and overriding inherited methods.

No download Website Updated 15 Apr 2010 Hibernate Spatial

Screenshot
Pop 25.26
Vit 45.66

Hibernate Spatial is an extension to the Hibernate Java ORM library for handling geographic data. Hibernate Spatial allows you to deal with geographic data in a standardized way. It abstracts away from the specific way your database supports geographic data, and provides a standardized, cross-database interface to geographic data storage and query functions. Hibernate Spatial supports most of the functions of the OGC Simple Feature Specification. Currently, Oracle 10g/11g, Postgresql/Postgis, MySQL, and MS SQL Server 2008 are supported.

No download No website Updated 15 Mar 2009 Simpycity

Screenshot
Pop 19.34
Vit 39.45

Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics.

No download No website Updated 11 Feb 2011 CRDB

Screenshot
Pop 21.95
Vit 1.34

CRDB is an ORM class for PHP that lets you access MySQL databases with a minimum amount of code.

No download No website Updated 02 Apr 2009 Bedrock Framework

Screenshot
Pop 31.40
Vit 39.22

Bedrock Framework is a Web framework designed around bridging popular APIs and technologies with PHP. While it has an MVC core with all the functionality expected from a Web framework, its primary goal is to simplify the use of other technologies with PHP.

Download Website Updated 27 May 2009 dbphp

Screenshot
Pop 26.27
Vit 38.53

dbphp is a simple, lightweight object relational mapping framework for PHP. By simply extending your existing classes and implementing the dbphp constructor, it provides object relational mapping functionality.

No download Website Updated 16 Jul 2009 KumbiaPHP

Screenshot
Pop 19.82
Vit 37.85

KumbiaPHP is a Web application framework written in strict OOP PHP 5 for developing database-backed Web applications according to the model-view-controller (MVC) pattern and other patterns such as ActiveRecord and TemplateView. It is optimized for programmer productivity.

Download No website Updated 01 Sep 2009 DooPHP

Screenshot
Pop 57.88
Vit 1.76

DooPHP is a very fast PHP framework. It enables developers at all levels to rapidly develop robust Web 2.0 applications. It is quite feature rich. DooPHP supports some common stuff found in a Web framework, such as an MVC-base structure, RESTful APIS, a REST client, URI routing, database ORM tools, a model generator, HTTP Digest Authentication, a flexbible compiling template engine, logging and profiling tools, and more.

No download Website Updated 19 Jan 2011 DBIx-Class

Screenshot
Pop 24.86
Vit 1.76

DBIx-Class is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as Perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query.

Download No website Updated 28 Jun 2010 pdoMap

Screenshot
Pop 44.63
Vit 1.82

pdoMap is a robust PHP ORM with many OOP features. The mapping structure, requests, and transactions are defined in XML files. The core directly generates PHP classes for high performance. It is very easy to use and configure. It features fully optimized code, caching data, a full lazy loading system, and an open system for extending all functionality.

Screenshot

Project Spotlight

Free Chart Geany

A software solution for market technical analysis and charting.

Screenshot

Project Spotlight

DomCore

A set of foundation classes for PHP.