PHPackages                             focus-sports-labs/data-center-laravel - 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. [Framework](/categories/framework)
4. /
5. focus-sports-labs/data-center-laravel

Abandoned → [velocity-sports-labs/data-center-laravel-sdk](/?search=velocity-sports-labs%2Fdata-center-laravel-sdk)Library[Framework](/categories/framework)

focus-sports-labs/data-center-laravel
=====================================

FSL Data Center is a bridge for Laravel

0.1.0(1y ago)079[1 PRs](https://github.com/velocitysportslabs/data-center-laravel-sdk/pulls)MITPHPPHP ^8.1CI passing

Since Dec 30Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/velocitysportslabs/data-center-laravel-sdk)[ Packagist](https://packagist.org/packages/focus-sports-labs/data-center-laravel)[ RSS](/packages/focus-sports-labs-data-center-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (8)Used By (0)

Laravel VSL Data Center
=======================

[](#laravel-vsl-data-center)

Laravel VSL Data Center is a [VSL Data Center PHP SDK](https://github.com/velocitysportslabs/datacenter-php-sdk) bridge for [Laravel](https://laravel.com/).

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

[](#installation)

This package requires [PHP](https://www.php.net/) ^8.1 and supports [Laravel](https://laravel.com/) 10 and above.

You can install the package via composer by running:

```
composer require velocity-sports-labs/datacenter-laravel-sdk
```

After the installation has completed, the package will automatically register itself. Run the following to publish the config file

```
php artisan vendor:publish --provider="VelocitySportsLabs\DataCenter\DataCenterServiceProvider"
```

This creates a `config/vsl-datacenter.php` config file with contents like:

```
