mamook / framework
PHP Framework/CMS
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^5.6
- ext-curl: *
- ext-gd: *
- ext-mbstring: *
- abraham/twitteroauth: ^0.6.6
- facebook/graph-sdk: ^5.3
- google/apiclient: ^2.0
- james-heinrich/getid3: ^1.9
- phpmailer/phpmailer: ^6.0
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2025-03-30 08:07:10 UTC
README
The framework that powers Mamook
Install
Option #1: Composer Create Project
Make sure your project directory is empty and run composer create-project mamook/framework .
Option #2: Composer Install (still needs work)
Make sure you're in your root project directory.
composer require mamook/framework
composer run-script post-install-cmd -d ./vendor/mamook/framework/
cp -r vendor/mamook/framework/bodega . && mkdir -p cache/screenshots && cp -r vendor/mamook/framework/cron . && mkdir custom_sessions && cp -r vendor/mamook/framework/data . && cp -r vendor/mamook/framework/dev . && mkdir logs && mkdir -p tmp/fm && cp -r vendor/mamook/framework/public . && cp vendor/mamook/framework/.env . && cp vendor/mamook/framework/settings.php .
chmod 777 bodega/ bodega/audio/ bodega/cv/ bodega/premium/ bodega/videos/ cache/ custom_sessions/ data/formmail.ini logs/ public/images/ public/images/original/ public/media/audio/files/ public/media/videos/files/ tmp/ tmp/fm
License
The Mamook framework is open-sourced software licensed under the MIT license