2017 © Pedro Peláez
 

library laravel-sql-server-grammar

An optimized SQL Server Grammar for Laravel & Lumen

image

sebudesign/laravel-sql-server-grammar

An optimized SQL Server Grammar for Laravel & Lumen

  • Thursday, August 10, 2017
  • by SeBuDesign
  • Repository
  • 1 Watchers
  • 5 Stars
  • 152 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Laravel SQL Server Grammar

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

This package optimizes the SQL Server driver from Laravel to optimize your SQL Server performance., (*2)

Install

Via Composer, (*3)

``` bash $ composer require sebudesign/laravel-sql-server-grammar, (*4)


Once composer has been updated and the package has been installed, the service provider will need to be loaded. For Laravel 4, open `app/config/app.php` and add following line to the providers array: ``` php 'SeBuDesign\SqlServerGrammar\SqlServerGrammarServiceProvider',

For Laravel 5, open config/app.php and add following line to the providers array: ``` php SeBuDesign\SqlServerGrammar\SqlServerGrammarServiceProvider::class,, (*5)


For Lumen 5, open `bootstrap/app.php` and add following line under the "Register Service Providers" section: ``` php $app->register(SeBuDesign\SqlServerGrammar\SqlServerGrammarServiceProvider::class);

Usage

Once you included the service provider the Laravel/Lumen will start using the custom grammar., (*6)

Contributing

Contributions are very welcome. Please see CONTRIBUTING for details., (*7)

Security

If you discover any security related issues, please email sven@sebudesign.nl instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

10/08 2017

dev-develop

dev-develop

An optimized SQL Server Grammar for Laravel & Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql lumen custom sqlserver sqlsrv

10/08 2017

dev-master

9999999-dev

An optimized SQL Server Grammar for Laravel & Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql lumen custom sqlserver sqlsrv

10/08 2017

1.1.1

1.1.1.0

An optimized SQL Server Grammar for Laravel & Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql lumen custom sqlserver sqlsrv

10/08 2017

1.1.0

1.1.0.0

An optimized SQL Server Grammar for Laravel & Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql lumen custom sqlserver sqlsrv

09/06 2016

1.0.0

1.0.0.0

A optimized SQL Server Grammar for Laravel & Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql lumen custom sqlserver sqlsrv