PHPackages                             aura/sqlmapper-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. aura/sqlmapper-bundle

Abandoned → [atlas/orm](/?search=atlas%2Form)Library[Database &amp; ORM](/categories/database)

aura/sqlmapper-bundle
=====================

A SQL DataMapper implementation.

0.0.1(11y ago)155.0k5[3 issues](https://github.com/auraphp/Aura.SqlMapper_Bundle/issues)BSD-2-ClausePHPPHP &gt;=5.4.0

Since Jan 11Pushed 10y ago9 watchersCompare

[ Source](https://github.com/auraphp/Aura.SqlMapper_Bundle)[ Packagist](https://packagist.org/packages/aura/sqlmapper-bundle)[ Docs](http://auraphp.github.com/Aura.SqlMapper_Bundle)[ RSS](/packages/aura-sqlmapper-bundle/feed)WikiDiscussions 2.x Synced today

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Aura.SqlMapper\_Bundle
======================

[](#aurasqlmapper_bundle)

DEPRECATED
----------

[](#deprecated)

This package is DEPRECATED and will not be released in a stable version. Please consider using [Atlas](https://github.com/atlasphp/Atlas.Orm) instead.

Foreword
--------

[](#foreword)

### Installation

[](#installation)

This bundle is installable and autoloadable via Composer as [aura/sqlmapper-bundle](https://packagist.org/packages/aura/sqlmapper-bundle).

### Quality

[](#quality)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6b403ccc12b616d03d578d8f77afe5d17d53cafd14b9f6ba9b3423d1b12877fd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617572617068702f417572612e53716c4d61707065725f42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f702d32)](https://scrutinizer-ci.com/g/auraphp/Aura.SqlMapper_Bundle/?branch=develop-2)[![Code Coverage](https://camo.githubusercontent.com/22ffed9b7b5fbfe531a19e4546ed2df81719ab9e408ee6230034113f88a99e27/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617572617068702f417572612e53716c4d61707065725f42756e646c652f6261646765732f636f7665726167652e706e673f623d646576656c6f702d32)](https://scrutinizer-ci.com/g/auraphp/Aura.SqlMapper_Bundle/?branch=develop-2)[![Build Status](https://camo.githubusercontent.com/3f61115023172e22c5dfeac47573b9d77268e72ee0a74acdc63e74702fe3de36/68747470733a2f2f7472617669732d63692e6f72672f617572617068702f417572612e53716c4d61707065725f42756e646c652e7376673f6272616e63683d646576656c6f702d32)](https://travis-ci.org/auraphp/Aura.SqlMapper_Bundle)

To run the unit tests at the command line, issue `composer install` and then `phpunit` at the package root. This requires [Composer](http://getcomposer.org/) to be available as `composer`, and [PHPUnit](http://phpunit.de/manual/) to be available as `phpunit`.

This library attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

### Community

[](#community)

To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our [Google Group](http://groups.google.com/group/auraphp), follow [@auraphp on Twitter](http://twitter.com/auraphp), or chat with us on #auraphp on Freenode.

Getting Started
---------------

[](#getting-started)

### Entity and Factory

[](#entity-and-factory)

```

```

### Gateway

[](#gateway)

```

```

### Mapper

[](#mapper)

```

```

Usage
-----

[](#usage)

```
