Download the PHP package kpicaza/in-fw without Composer
On this page you can find all versions of the php package kpicaza/in-fw. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kpicaza/in-fw
More information about kpicaza/in-fw
Files in kpicaza/in-fw
Download kpicaza/in-fw
More information about kpicaza/in-fw
Files in kpicaza/in-fw
Vendor kpicaza
Package in-fw
Short Description In Framework, created on top of silex micro-framework to develop In CRM Application.
License MIT
Package in-fw
Short Description In Framework, created on top of silex micro-framework to develop In CRM Application.
License MIT
Please rate this library. Is it a good library?
Informations about the package in-fw
In Framework
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.
All versions of in-fw with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
anahkiasen/underscore-php Version ^2.0
silex/silex Version ^2.0
monolog/monolog Version ^1.20
symfony/console Version ^3.1
knplabs/console-service-provider Version ^2.0
symfony/form Version ^3.1
symfony/validator Version ^3.1
symfony/config Version ^3.1
symfony/translation Version ^3.1
anahkiasen/underscore-php Version ^2.0
silex/silex Version ^2.0
monolog/monolog Version ^1.20
symfony/console Version ^3.1
knplabs/console-service-provider Version ^2.0
symfony/form Version ^3.1
symfony/validator Version ^3.1
symfony/config Version ^3.1
symfony/translation Version ^3.1
The package kpicaza/in-fw contains the following files
Loading the files please wait ....