kpicaza/in-fw

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

0.0.2 2016-08-14 14:09 UTC

This package is auto-updated.

Last update: 2024-04-18 07:45:59 UTC


README

Code Coverage Build Status SensioLabsInsight Scrutinizer Code Quality

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.

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:

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

From source:

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.

  • By default In framework does not provide any persistence layer.

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.