PHPackages                             javanile/moldable - 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. javanile/moldable

ActiveLibrary[Database &amp; ORM](/categories/database)

javanile/moldable
=================

Uknown PHP Database Abstraction Layer

0.0.47(8y ago)42636[7 issues](https://github.com/javanile/moldable/issues)MITPHPPHP &gt;=5.6

Since Sep 7Pushed 4y ago12 watchersCompare

[ Source](https://github.com/javanile/moldable)[ Packagist](https://packagist.org/packages/javanile/moldable)[ Docs](http://www.javanile.org)[ RSS](/packages/javanile-moldable/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (5)Versions (9)Used By (0)

javanile/moldable [![SensioLabsInsight](https://camo.githubusercontent.com/c583c82b0845fd67ef9686c46c54e1796f88d6ea8b1efe2d98f1d40df49401da/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38346363626330332d353763632d346166622d393137312d6565666137303532636437372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/84ccbc03-57cc-4afb-9171-eefa7052cd77)
======================================================================================================================================================================================================================================================================================================================================================================================================

[](#javanilemoldable-)

[![StyleCI](https://camo.githubusercontent.com/fb911108cde8ef963b50484924d9118511b0eaba3080f9a0d6a2c4d4e77c4225/68747470733a2f2f7374796c6563692e696f2f7265706f732f34333831303731352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/43810715)[![Code Climate](https://camo.githubusercontent.com/a9f26d2874d2837711e09eb4733e6204c2c4bc122590f3c21521f16073732657/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a6176616e696c652d626f742f6d6f6c6461626c652f6261646765732f6770612e737667)](https://codeclimate.com/github/javanile-bot/moldable)[![Build Status](https://camo.githubusercontent.com/77a7f2de62319b1783139023212afc551006ebece77b02605fa9d8d14d656a64/68747470733a2f2f7472617669732d63692e6f72672f6a6176616e696c652d626f742f6d6f6c6461626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/javanile-bot/moldable)[![Test Coverage](https://camo.githubusercontent.com/6409bae2d8a85b57a998d4dd37df7408193f6f6b70da3c79d3997d36b05554cf/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a6176616e696c652d626f742f6d6f6c6461626c652f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/javanile-bot/moldable/coverage)

Moldable is an abstraction layer to manage MySQL database with improved function to alter-state and manipulate database schema. Moldable integrates a ORM class for manage persistent objects and adapt database schema

Searcing for contributors 😎
---------------------------

[](#searcing-for-contributors-sunglasses)

We are looking for contributors (PHP lovers) that are passioned by ORM and Database worlds for:

- Applying PSR code standard in working codebase and beautify the source files
- Testing library to different framework like: Slim, Laravel, ZendFramenwork, etc...
- Write and maintains updated the wiki sections
- Increase popularity of  by different kind of promotions

*We guarantee all visibility and thanks for our contributors, many many stars and public reference in all blog posts and articles that talk about javanile/moldable*

Install via composer
--------------------

[](#install-via-composer)

We recommend installing via composer, to install otherwise you will write a issue.

```
composer require javanile/moldable

```

Get Started
-----------

[](#get-started)

- [Moldable ORM](https://github.com/javanile/moldable/wiki/Moldable-ORM): Manage persistent object in your web application
- [DB Manipulation](https://github.com/javanile/moldable/wiki/Work-with-Database): Work with Database through advanced scripting tools

How to: Connect to database
---------------------------

[](#how-to-connect-to-database)

```
