application / addventure
A system for creating a forest of stories.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/application/addventure
Requires
- php: >=5.4
 - ext-curl: *
 - ext-ereg: *
 - ext-filter: *
 - ext-mbstring: *
 - ext-mcrypt: *
 - ext-pdo: *
 - ext-session: *
 - ext-simplexml: *
 - ext-tidy: *
 - ckeditor: ~4.3
 - doctrine/orm: ~2.4
 - frameworks/jquery: ~2.1
 - ircmaxell/password-compat: ~1.0
 - jqplot: ~1.0
 - mandrill/mandrill: ~1.0
 - monolog/monolog: ~1.9
 - smarty-gettext/smarty-gettext: *
 - smarty/smarty: ~3.1
 - swiftmailer/swiftmailer: ~5.0
 - symfony/console: ~2.6
 - twitter/bootstrap: ~3.3
 
Requires (Dev)
- ext-pdo_sqlite: *
 - ext-xdebug: >=2.2
 - phpdocumentor/phpdocumentor: 2.*
 - phpmd/phpmd: ~2.0
 - phpunit/dbunit: ~1.3
 - phpunit/phpunit: ~4.1
 - phpunit/phpunit-skeleton-generator: ~2.0
 - sebastian/phpcpd: ~2.0
 - squizlabs/php_codesniffer: 2.0.0a2
 
Suggests
- ext-apc: *
 - ext-mysql: *
 - ext-mysqli: *
 - ext-pdo_mysql: *
 
This package is not auto-updated.
Last update: 2020-01-06 03:27:19 UTC
README
This is the main Addventure2 repository. It aims to be a full replacement for the old Addventure system, but with additional and improved features.
How to install?
If you haven't already, get composer:
$ curl -s https://getcomposer.org/installer | php
Then, you can install the current development version of the Addventure2:
$ php composer.phar create-project -s dev application/addventure /path/to/addventure
What is the current state?
It's usable for now, though some administrative functionality is not implemented yet, such as user management or deleting/editing episodes.