Skip to content

Instantly share code, notes, and snippets.

@chimericdream
Last active August 29, 2015 14:24
Show Gist options
  • Save chimericdream/207039e53574b1fe420c to your computer and use it in GitHub Desktop.
Save chimericdream/207039e53574b1fe420c to your computer and use it in GitHub Desktop.

Elcodi {{ name }} {{ type }}

You can find the last version [here](https://github.com/elcodi/{{ project-slug }}).

This {{ type }} is part of Elcodi project.

Elcodi is a set of flexible e-commerce components for Symfony2, built as decoupled and isolated repositories and under MIT license.

Rationale

{{ rationale }}

Installation

Open a terminal and use Composer to grab the library:

$ composer require elcodi/{{ project-slug }}

Usage

{{ basic usage }}

Subtopic

{{ subtopic details }}

Contributing

All issues and Pull Requests should be on the main repository elcodi/elcodi, so this one is read-only.

This projects follows Symfony2 coding standards, so pull requests must pass phpcs checks. Read more details about Symfony2 coding standards and install the corresponding CodeSniffer definition to run code validation.

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 features must come paired with PHPUnit tests.

If you would like to contribute, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment