asgrim / mal
Mighty Asgrim's Library
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/asgrim/mal
Requires
- php: >= 5.2
This package is not auto-updated.
Last update: 2019-02-20 17:27:16 UTC
README
Just a collection of lib classes for Zend Framework 1 I've made that sort of make my life easier. These are mainly just me messing around!
Released under The BSD License (see LICENSE for details)
Installation
-
Add
asgrim/mal
to yourcomposer.json
-
Run
php composer.phar update
orphp composer.phar install
-
Add this line to your application.ini
autoloaderNamespaces[] = "MAL_"
-
Drink some wine (you'll need it...)
Future Stuff
Stuff I may or may not add in the future:
o A basic eCommerce system (models/mappers/Db_Tables/actions/etc.) o A basic HTML CMS (models/mappers/Db_Tables/actions/etc.)