karyamedia / karya
Karya web application framework base on Codeigniter MVC architecture.
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 1
Type:project
Requires
- php: >=5.6.0
- codeigniter/framework: ^3.0
- illuminate/database: ^5.2
- lonnieezell/codeigniter-forensics: dev-master
- monolog/monolog: ^1.18
- nesbot/carbon: ^1.21
- nette/mail: ^2.3
- phpunit/phpunit: ^5.4
- smarty/smarty: ^3.1
- sparkpost/php-sparkpost: ^1.1
- vlucas/phpdotenv: ^2.2
Requires (Dev)
- kenjis/ci-phpunit-test: ^0.12.1
This package is not auto-updated.
Last update: 2024-12-17 22:24:24 UTC
README
Karya web application framework base on Codeigniter MVC architecture.
NOTE: This project is used for Karyamedia projects, but feel free to use it as yours.
Installation
I've make this project available to install via Composer with following command:
$ composer create-project -s stable karyamedia/karya your-app-name
NOTE: Make sure your Redis server already running.
Credits
CodeIgniter and their contributors
Lisence
MIT © Karyamedia. Please see License File for more information.