PHPackages                             jackdaw/silex-tiny - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jackdaw/silex-tiny

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jackdaw/silex-tiny
==================

Silex service provider for Tiny library.

18PHP

Since Oct 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jackjackdaw/silex-tiny)[ Packagist](https://packagist.org/packages/jackdaw/silex-tiny)[ RSS](/packages/jackdaw-silex-tiny/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Tiny Service Provider
===========================

[](#silex-tiny-service-provider)

A simple Silex Service Provider for [Tiny](https://github.com/zackkitzmiller/tiny-php/)by [Zack Kitzmiller](https://github.com/zackkitzmiller).

Installation
------------

[](#installation)

Install via composer

```
$ composer require jackdaw/silex-tiny:dev-master

```

This will install the package and all the dependencies.

Before using Tiny, you need to create a random set. You can easily do this using the command line tools included in Tiny.

```
$ ./vendor/zackkitzmiller/tiny/bin/genset

Generating TinyPHP Random Set...
Set Generated
Set: SJYaqGhd6mAe3NbWOB2KwfRtHslMFQkyXCu1gUI4cET97jZPp8nD5iVv0Loxzr

```

Now you have random set of characters for Tiny. Time to register the service provider for Silex.

```
