Skip to content

shineunited/silexcommon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shine United - Silex Common

Installation

The recommended way to install is through Composer.

Install Composer

$ curl -sS https://getcomposer.org/installer | php

Require Silex Common

$ composer require shineunited/silexcommon

Usage

<?php

include('../vendor/autoload.php');

use ShineUnited\Silex\Common\Application;

$app = new Application();

// configure application

$app->run();

Service Providers

  • Silex\Provider\DoctrineServiceProvider
  • Silex\Provider\MonologServiceProvider
  • Silex\Provider\SwiftmailerServiceProvider
  • Silex\Provider\TranslationServiceProvider
  • Silex\Provider\TwigServiceProvider
  • Silex\Provider\UrlGeneratorServiceProvider
  • Silex\Provider\ValidatorServiceProvider

Application Traits

  • Silex\Application\MonologTrait
  • Silex\Application\SwiftmailerTrait
  • Silex\Application\TranslationTrait
  • Silex\Application\TwigTrait
  • Silex\Application\UrlGeneratorTrait

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages