Go to file
Alexander Yakovlev 1ce9cc2087 Batch sending for unscheduled letters 2016-11-14 16:10:23 +07:00
application Batch sending for unscheduled letters 2016-11-14 16:10:23 +07:00
modules Cleaned up the modules dir 2016-10-23 18:51:07 +07:00
public Composer update - Kohana 3.4 2016-10-03 14:12:18 +07:00
.editorconfig Update on issue #2: Smartresponder import 2016-10-15 13:39:02 +07:00
.gitignore Composer update - Kohana 3.4 2016-10-03 14:12:18 +07:00
.gitmodules proper path to debug-toolbar github submodule 2016-11-12 13:08:36 +07:00
.travis.yml Disabled unit tests for Travis 2016-11-12 19:32:34 +07:00
LICENSE.html Initial commit - framework and project fork 2014-01-10 15:27:37 +07:00
README.md Travis CI build status image 2016-11-12 13:13:46 +07:00
composer.json Unit tests and sending tasks 2016-11-12 17:24:55 +07:00
composer.lock Unit tests and sending tasks 2016-11-12 17:24:55 +07:00
minion Composer update - Kohana 3.4 2016-10-03 14:12:18 +07:00
model.mwb DB migration for instants (sent flag) 2014-02-18 14:45:48 +07:00

README.md

#Kangana Build Status

A PHP engine for managing email letter series and email subscribers.

License is AGPL 3.0

##Requirements

Kohana 3.3 (I recommend using 3.4 unstable git branch, it has MySQLi driver) MySQL or MariaDB PHP 5 with enabled OpenSSL and APCu

Notes

Config Writer

  • Writer still needs to be enabled: Kohana::$config->attach(new Config_File_Writer);
  • All comments in config file are lost on write.
  • Feature is highly unreliable. You can lose the file. You can have two users writing config simultaneously.
  • Do not use in web environment.