rickmills / visual-foxpro-orm

ORM for Visual Foxpro 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Foxpro ORM for Laravel

Latest Version on Packagist Total Downloads Build Status

Primitive Visual Foxpro ORM for Laravel

Installation

Via Composer

$ composer require szhorvath/visual-foxpro-orm

Add the following environmental variable to your .env file

VFP_PROVIDER=VFPOLEDB.1
VFP_SOURCE="//server/database.dbc"

You must publish the config file:

$ php artisan vendor:publish --provider="Szhorvath\\FoxproDB\\FoxproDBServiceProvider"

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.

About

ORM for Visual Foxpro 6

License:MIT License


Languages

Language:PHP 100.0%