PHPackages                             ovimughal/zf3-module-creator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ovimughal/zf3-module-creator

ActiveTool[Utility &amp; Helpers](/categories/utility)

ovimughal/zf3-module-creator
============================

817.2k↓44.4%21PHP

Since May 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ovimughal/zf3-module-creator)[ Packagist](https://packagist.org/packages/ovimughal/zf3-module-creator)[ RSS](/packages/ovimughal-zf3-module-creator/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (1)

zf3-module-creator (Additional Oapi-module-creator for Oapiconfig module)
=========================================================================

[](#zf3-module-creator-additional-oapi-module-creator-for-oapiconfig-module)

Create ZF3 module with one console command

Install
=======

[](#install)

1. Open terminal
2. Go to you root directory

```
cd /path/of/your/application
(e.g cd /var/www/ZF3-App)
```

3. Run below composer command

```
composer require ovimughal/zf3-module-creator
```

Start Using
===========

[](#start-using)

From app root directory enter:

```
php vendor/ovimughal/zf3-module-creator/app/console.php create:module -m
```

For simplicity (Optional)
=========================

[](#for-simplicity-optional)

1. create a php file in you application root (e.g zf3-module.php)
2. Open it in your favourite text-editor
3. Paste following line

```
