PHPackages                             vicimus/support - 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. vicimus/support

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

vicimus/support
===============

Many support classes and interfaces

v6.7.5(3mo ago)01.2kPHPPHP ^8.3CI passing

Since Oct 11Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/Vicimus/Support)[ Packagist](https://packagist.org/packages/vicimus/support)[ RSS](/packages/vicimus-support/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (20)Versions (478)Used By (0)

Support
=======

[](#support)

[![Build Status](https://camo.githubusercontent.com/97200faa208ba64f0b9b465f392e1629f6255ffc3f507aa7b8cce9b9254be165/68747470733a2f2f7472617669732d63692e6f72672f566963696d75732f537570706f72742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Vicimus/Support)

This package contains mainly interfaces so that we can create packages and libraries that can be shared among all Vicimus projects.

### Testing Database

[](#testing-database)

One of the most useful features of the support package is it's fast, sqlite testing database. Follow the steps below to set up your Laravel or Lumen project to have very fast in-memory sqlite tests.

#### Lumen

[](#lumen)

##### Configuration

[](#configuration)

Create a file `/config/database.php`. The content of this file should be as follows:

```
