bukka / bukka-accounts
Accounts Module - just for testing
0.1.0
2014-03-31 12:48 UTC
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.2.*
This package is not auto-updated.
Last update: 2026-02-28 23:02:12 UTC
README
This is a testing module that allows listing, adding, editing and deleting incomes using ZF2.
Installation
Use composer
$ composer require bukka/bukka-accounts 0.*
Then add the module to the application.config.php.
You also need to make module public directory accessible from web server. The easiest way how to do that is to use AssetManager.