Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kreta/Kreta

Repository files navigation

#Kreta

Modern project manager for software development.

Build Status Coverage Status Scrutinizer Code Quality SensioLabsInsight HHVM Status Total Downloads

Latest Stable Version Latest Unstable Version

Kreta is a package of components and bundles focused on project management, built on top of Symfony.

Also, Kreta provides an standard fully functional web application that shows in an easy way all the possibilities of the platform.

##Getting started This repository, it only needs to download Composer's dependencies.

$ composer install

##Tests This project is completely tested by full-stack BDD methodology.
For testing PHPSpec and Behat are used.

To run PHPSpec type the following:

$ bin/phpspec run -fpretty

This repository is not a standalone and usable application so, you cannot execute Behat scenarios; to do this you should use the development repository of Kreta that is a complete Symfony application.

##Contributing The best practices of Kreta says that the recommend way to contribute to the project is using the development repository but anyway, if the PR or issue is simple you can contribute directly in this repository following this rules:

This projects follows PHP coding standards, so pull requests need to execute the Fabien Potencier's PHP-CS-Fixer and Marc Morera's PHP-Formatter. Furthermore, if the PR creates some not-PHP file remember that you have to put the license header manually.

$ bin/php-cs-fixer fix
$ bin/php-cs-fixer fix --config-file .phpspec_cs

$ bin/php-formatter formatter:use:sort .
$ bin/php-formatter formatter:header:fix .

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with PHPSpec tests.

If you would like to contribute it is a good point to follow Symfony contribution standards, so please read the Contributing Code in the project documentation. If you are submitting a pull request, please follow the guidelines in the Submitting a Patch section and use the Pull Request Template.

If you have any doubt or maybe you want to share some opinion, you can use our Gitter chat. Gitter

##Credits Kreta is created by:

@benatespina - [email protected]
@gorkalaucirica - [email protected]

##Licensing Options License