Skip to content

Commit 7e04281

Browse files
author
David Nahodyl
committed
Added support and license information.
1 parent 6136d19 commit 7e04281

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Eloquent-FileMaker is a PHP package for Laravel to make working with FileMaker d
33

44
This package lets you easily connect to your FileMaker database through the Data API and get record data as Laravel Models, with as many native features supported as possible.
55

6+
## Support
7+
8+
This package is built and maintained by [Blue Feather](https://www.bluefeathergroup.com/). We build fantastic web apps with technologies like Laravel, Vue, React, and Node. If you would like assistance building your own web app, either using this package or other technologies, please [contact us](https://www.bluefeathergroup.com/contact/) for a free introductory consultation to discuss your project.
9+
610
## Features
711
* Uses the FileMaker Data API for accessing your FileMaker data
812
* Support for accessing multiple files or with multiple sets of credentials
@@ -343,3 +347,6 @@ With this relationship created we can now get an FMModel of the Company the User
343347
// set $company to a FMModel of the User's Company
344348
$company = $user->company;
345349
```
350+
351+
## License
352+
Eloquent-FileMaker is open-sourced software licensed under the MIT license.

0 commit comments

Comments
 (0)