PHPackages                             storephp/bundler - 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. storephp/bundler

ActiveLibrary[Framework](/categories/framework)

storephp/bundler
================

This is StorePHP's framework for building bundles

v1.0.0-beta.2(2y ago)081PHP

Since Sep 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/storephp/bundler)[ Packagist](https://packagist.org/packages/storephp/bundler)[ RSS](/packages/storephp-bundler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

[![](./cover.svg)](#)

 [![Source](https://camo.githubusercontent.com/d2b68e14e6a9562139c9081edb70d547babdf344aac690109f7ee9cb042f31bc/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d5061636b6167697374266d6573736167653d73746f72657068702f62756e646c657226636f6c6f723d626c7565266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/storephp/bundler) [![Packagist Version](https://camo.githubusercontent.com/d31ebf484497767d2b34f664ef051994f22e3aa5b61e4223a32a9764b1e65b8f/68747470733a2f2f706f7365722e707567782e6f72672f73746f72657068702f62756e646c65722f76)](https://packagist.org/packages/storephp/bundler)

StorePHP Bundler
================

[](#storephp-bundler)

This is StorePHP's framework for building bundles

Module structure
----------------

[](#module-structure)

```
.
└── //
    └── etc/
    │   ├── forms
    │   ├── grids
    │   ├── routes/
    │   │   └── admin.php
    │   ├── acl.php
    │   ├── module.php
    │   └── sidebar.php
    └── storephp.php

```

create new module
-----------------

[](#create-new-module)

Create a `storephp.php` file in the `module` directory in the `vendor` directory

```
