PHPackages                             stvkoch/simple - 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. stvkoch/simple

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

stvkoch/simple
==============

Very Simple Model/SQL Buidler and Config Libray

128PHP

Since Mar 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/stvkoch/Simple)[ Packagist](https://packagist.org/packages/stvkoch/simple)[ RSS](/packages/stvkoch-simple/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Components
=================

[](#simple-components)

[![Build Status Simple stvkoch by travis-ci](https://camo.githubusercontent.com/ec4bb95a7afbbd06232c7559c6a216dab3578161af788b19aec7e494d7417a9b/68747470733a2f2f6170692e7472617669732d63692e6f72672f7374766b6f63682f53696d706c652e706e67)](http://travis-ci.org/stvkoch/Simple)(green tests passed) (red tests failed - bug found!)

Simple Components helps build their bundled applications simply. Unpretentious way we want to help you save time and less development efforts.

Complete example how use this:

Features
--------

[](#features)

- \\Simple\\Config\\PHP It is a class that manages configuration files, you can use it as a DI containers.
- \\Simple\\Model\\Model Basically helps build your SQL queries. Returning the data encapsulated in a class that helps you interact on loops and pager feature.

Install
-------

[](#install)

### Via Composer

[](#via-composer)

Install composer in your project:

```
curl -s https://getcomposer.org/installer | php

```

Create a composer.json file in your project root:

```
{
    "require": {
        "stvkoch/Simple": "*"
    }
}

```

Install via composer:

```
php composer.phar install

```

Add this line to your application’s index.php file:

```
