PHPackages                             jaimevalasek/jv-base - 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. [Framework](/categories/framework)
4. /
5. jaimevalasek/jv-base

ActiveLibrary[Framework](/categories/framework)

jaimevalasek/jv-base
====================

Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project.

0542PHP

Since Oct 1Pushed 12y ago2 watchersCompare

[ Source](https://github.com/jaimevalasek/JVBase)[ Packagist](https://packagist.org/packages/jaimevalasek/jv-base)[ RSS](/packages/jaimevalasek-jv-base/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

JVBase
======

[](#jvbase)

Create By: Jaime Marcelo Valasek

Module base to use structure AbstractMapper and AbstractService to ZF2

Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project.

Installation
------------

[](#installation)

Download this module into the vendor folder of your project.

Enable the module in the file application.config.php. Add the module JVBase.

create the service connection to the database with the name Zend\\Db\\Adapter\\Adapter

### With composer

[](#with-composer)

1. Edit composer.json

```
"require": {
    "jaimevalasek/jv-base": "dev-master"
}
```

2. Now tell composer to download JVBase by running the command:

```
php composer.phar update
```

### Post installation

[](#post-installation)

```
