定制 jcrodriguezt/laravel-sybase 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jcrodriguezt/laravel-sybase

最新稳定版本:v3.2.2

Composer 安装命令:

composer require jcrodriguezt/laravel-sybase

包简介

Sybase based Eloquent module extension for Laravel > 7.x.

关键字:

README 文档

README

Packagist Version PHP from Packagist Packagist GitHub contributors GitHub

  • Original codebase https://github.com/uepg/laravel-sybase.
  • Use default eloquent syntax
  • Improvements in delete and insert statements when using array based clauses like whereIn, whereBetween, etc
  • Works with MS-SQL connections too via FreeTds
  • Support for Laravel versions 7.x, 8.x, 9.x, 10.x, 11.x

Install

composer require jcrodriguezt/laravel-sybase

Update

Update the following in the require section of your composer.json:

"jcrodriguezt/laravel-sybase": "~3.2"

Update the package dependencies executing:

#> composer update

Install

Update your config/database.php's default driver with the settings for your sybase server or your custom odbc. See the following example: (please note the sybasease driver name)

<?php
...
return [
    ...
    'connections' => [
        ...
        'sybase' => [
            'driver' => 'sybasease',
            'host' => env('DB_HOST', 'sybase.myserver.com'),
            'port' => env('DB_PORT', '5000'),
            //'dsn' => env('DB_DSN'),  // remove comment in case you define an odbc connection in your env
            'database' => env('DB_DATABASE', 'mydatabase'),
            'username' => env('DB_USERNAME', 'user'),
            'password' => env('DB_PASSWORD', 'password'),
            'prefix' => '',
        ],
        ...
    ],
    ...
]

To use different charset set on your .env

DB_CHARSET=DBCHARSET
APPLICATION_CHARSET=APPLICATIONCHARSET

for example:

DB_CHARSET=CP850
APPLICATION_CHARSET=UTF-8

Update your .env with the settings for the sybase connection. See the following example:

...

DB_CONNECTION=sybase
DB_HOST=sybase.mycompany.com
DB_PORT=5000
#remove comment on next line to use odbc
#DB_DSN="odbc:\\\\sybase_odbc_name"
DB_DATABASE=mydatabase
DB_USERNAME=user
DB_PASSWORD=password

...

Configuration of freetds driver

In Linux systems the driver version must be set in freetds.conf file to the right use of charset pages.

The file is usualy found in /etc/freetds/freetds.conf. Set the configuration at global section as the following example:

[sybase]
    host = sybase.mycompany.com
    # port is important
    port = 6000
    # TDS protocol version
    tds version = 5.0

[sqlserver]
    host = mssql.mycompany.com
    # When connecting to an instance you specify it, and there's no need for the port directive
    instance = sqlexpress
    tds version = 7.3
    
[sqlserverexpress]
    host = myssqlexpress.mycompany.com
    port = 1433
    tds version = 7.3

Issues

Feel free to ask in https://github.com/jcrodriguezt/laravel-sybase/issues

统计信息

  • 总下载量: 1.81k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 22
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2022-02-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固