2017 © Pedro Peláez
 

library doctrine-filemaker-driver-bundle

Symfony bundle to implement the FileMaker Doctrine driver

image

matatirosoln/doctrine-filemaker-driver-bundle

Symfony bundle to implement the FileMaker Doctrine driver

  • Tuesday, May 22, 2018
  • by matatirosolutions
  • Repository
  • 3 Watchers
  • 1 Stars
  • 108 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 14 % Grown

The README.md

Doctrine FileMaker driver bundle

A Symfony bundle to implement one of the FileMaker Doctrine drivers to allow the use of either FileMaker CWP API or the FileMaker Data API in a Symfony application., (*1)

Installation

Install through composer. If you're working in SF from 5.4 onwards use., (*2)

composer require matatirosoln/doctrine-filemaker-driver-bundle

If you need to support SF prior to 5.4 you need the (still maintained) 1.7 version., (*3)

composer require matatirosoln/doctrine-filemaker-driver-bundle "^1.7"

Important Note: You will also need to install the appropriate driver now that we have also released a driver for the Data API (this is a breaking change in v1.0. Originally the CWP driver was automatically installed by this bundle, however that doesn't now happen because you may not want it ;-)., (*4)

If you wish to interact with FileMaker using the CWP PHP API, (*5)

composer require matatirosoln/doctrine-filemaker-driver

Alternatively to use the Data API, (*6)

composer require matatirosoln/doctrine-fm-data-api-driver

Configuration

For symfony less than v4.0 add the bundle to AppKernal.php, (*7)

    new MSDev\DoctrineFileMakerDriverBundle\DoctrineFileMakerDriverBundle()

For Symfony v4+ add the bundle to bundles.php, (*8)

    MSDev\DoctrineFileMakerDriverBundle\DoctrineFileMakerDriverBundle::class => ['all' => true],

Configure Doctrine to use the FileMaker driver. In your Doctrine configuration comment out, (*9)

driver: xxxx

and replace it with, (*10)

driver_class: MSDev\DoctrineFileMakerDriver\FMDriver

    or

driver_class: MSDev\DoctrineFMDataAPIDriver\FMDriver

If you wish to make use of the value lists functionality add the following to 'config.yaml' (or your chosen config file), (*11)

doctrine_file_maker_driver:
   valuelist_layout: 'ValueLists'

See the notes on 'conventions' with regard to creating entities for use with FileMaker in the Doctrine FileMaker driver readme., (*12)

Services

There are a number of useful services etc which this bundle adds to your project., (*13)

  1. Access to scripts within your FileMaker solution
  2. Interaction with containers
  3. Using valuelists through a twig extension.
  4. Storing translations in your FileMaker database.

The Versions

22/05 2018

dev-master

9999999-dev

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

22/05 2018

0.2.2

0.2.2.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

14/05 2018

0.2.1

0.2.1.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

09/05 2018

0.2.0

0.2.0.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

02/05 2018

0.1.7

0.1.7.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

13/04 2018

0.1.6

0.1.6.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

28/03 2018

0.1.5

0.1.5.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

15/03 2018

0.1.4

0.1.4.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

31/01 2018

0.1.3

0.1.3.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

31/01 2018

0.1.2

0.1.2.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

19/10 2017

0.1.1

0.1.1.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp

17/10 2017

0.1

0.1.0.0

Symfony bundle to implement the FileMaker Doctrine driver

  Sources   Download

MIT

The Requires

 

filemaker php api cwp