2017 © Pedro Peláez
 

project in-fw

In Framework, created on top of silex micro-framework to develop In CRM Application.

image

kpicaza/in-fw

In Framework, created on top of silex micro-framework to develop In CRM Application.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

In Framework

Code Coverage Build Status SensioLabsInsight Scrutinizer Code Quality, (*1)

PHP development starter on top of silex micro-framework oriented to micro-service development and focused on Test Driven Development and Behaviour Driven Development styles., (*2)

Features

  • Composer
  • Silex Micro-framework
  • Symfony console
  • Monolog
  • Symfony Form
  • Symfony Validators
  • PHPUnit integration
  • PHPSpec integration
  • Scrutinizer integration
  • Easy to extend thanks to Pimple and Silex Providers.

Installation

With composer:, (*3)

composer create-project kpicaza/in-fw project-name -sdev
cd project-name
phpunit

From source:, (*4)

git clone https://github.com/kpicaza/in-framework.git project-name
cd project-name
composer install
cp app/config/parameters.php.dist app/config/parameters.php
phpunit
  • By default In framework does not provide any templating system, you can install easily twig folowing official documentation at Silex Docs., (*5)

  • By default In framework does not provide any persistence layer., (*6)

Disclaimer

This software is not used on any production environment yet, feel free to use to your own purposes and opening issues if you have some questions., (*7)

The Versions