szhorvath / visual-foxpro-orm
Laravel Package for Visual Foxpro
2.0.0
2020-12-13 12:44 UTC
Requires
- php: >=7.3
- illuminate/support: ~6|~7|~8
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.8
- phpunit/phpunit: ^9.0
- sempro/phpunit-pretty-print: ^1.0
README
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.