Download the PHP package bmwcarit/komenco without Composer
On this page you can find all versions of the php package bmwcarit/komenco. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package komenco
komenco
A ready-to-rock web application foundation. No need for gory setup details - start writing beautiful applications instantly!
It is an silex application packed with numerous pre-configured services:
- OpenID based login, supporting (SimpleID and CrowdID)
- Twitter Bootstrap powered user interface
- Atlassian JIRA integration
- ORM enabled database with Propel
- Automatic resource management with Assetic
- Ready for behavior driven testing with Codeception
Installation
The most easiest way to run komenco in a self-contained way is by using the docker containers.
This will fire up an empty komenco application, which is not very exciting but will give you an idea about how it will look like. To use komenco for your own application see the usage section.
Clone the docker configuration and create the containers
git clone https://github.com/bmwcarit/komenco-docker-base.git
cd komenco-docker-base
./build.sh
cd ..
git clone --recursive https://github.com/bmwcarit/komenco-docker.git
cd komenco-docker
./setup.sh [PATH TO YOUR KOMENCO SOURCE FOLDER]
docker-composer build
Start komenco and finish the setup
docker-compose up -d
docker-compose run test run
Get the IP Address of the komenco container
docker inspect -format '{{ .NetworkSettings.IPAddress }}' komencodocker_komenco_1
Browse to http://<IP ADDRESS OF KOMENCO CONTAINER>/komenco
to access
komenco.
Usage
See the documentation for details on how to use komenco to create your own application.
License
The komenco is licensed under the MIT license (this includes provided artefacts, such as images).
All versions of komenco with dependencies
mheap/silex-assetic Version ~1.0
twig/twig Version >=1.8,<2.0-dev
symfony/security Version ~2.3,<2.7
symfony/config Version ~2.3,<2.7
symfony/locale Version ~2.3,<2.7
symfony/form Version ~2.3,<2.7
symfony/browser-kit Version ~2.3,<2.7
symfony/css-selector Version ~2.3,<2.7
symfony/debug Version ~2.3,<2.7
symfony/dom-crawler Version ~2.3,<2.7
symfony/finder Version ~2.3,<2.7
symfony/monolog-bridge Version ~2.3,<2.7
symfony/options-resolver Version ~2.3,<2.7
symfony/process Version ~2.3,<2.7
symfony/serializer Version ~2.3,<2.7
symfony/translation Version ~2.3,<2.7
symfony/twig-bridge Version ~2.3,<2.7
symfony/validator Version ~2.3,<2.7
icehero/silex-opauth Version dev-master
opauth/openid Version 0.1.0
monolog/monolog Version >=1.0.0
guzzlehttp/guzzle Version ~5.1
propel/propel Version ~2.0@dev
propel/propel-service-provider Version 2.x
twbs/bootstrap Version ~3.2
bootstrap-select/bootstrap-select Version ~1.7.5
nostalgiaz/bootstrap-switch Version ~3.3.2
components/jquery Version ~2.1
knplabs/knp-menu Version ~2.0
oyejorge/less.php Version ~1.7.0.9
igorw/config-service-provider Version 1.2.2
codeception/codeception Version ~2.0.16
bmwcarit/silex-jira-oauth-provider Version 1.0.1
chobie/jira-api-restclient Version ~2.0
datatables/datatables Version ~1.10
eternicode/bootstrap-datepicker Version ~1.5.0
twitter/typeahead.js Version ~0.10.5