.codeclimate.yml | |
|
|
.coveralls.yml | |
|
|
.csslintrc | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
composer.json | |
|
|
doc/filemaker/FMServer_Sample_web.fmp12 | |
|
|
doc/filemaker/README.md | |
|
|
doc/filemaker/XmlSchemaDemo.fmp12 | |
|
|
doc/filemaker/composer.json | |
|
|
doc/filemaker/fms15_cwp_guide-XML-grammar.pdf | |
|
|
doc/filemaker/fms15_cwp_guide.pdf | |
|
|
doc/filemaker/fms15_getting_started.pdf | |
|
|
doc/filemaker/simplefm_example.php | 117 | A 2 hrs |
|
doc/src/authentication.md | |
|
|
doc/src/debugging.md | |
|
|
doc/src/getting-started.md | |
|
|
doc/src/layout-information.md | |
|
|
doc/src/repositories/automatic-creation.md | |
|
|
doc/src/repositories/introduction.md | |
|
|
doc/src/repositories/manual-creation.md | |
|
|
doc/src/repositories/metadata.md | |
|
|
doc/src/repositories/working-with-repositories.md | |
|
|
mkdocs.yml | |
|
|
phpcs.xml | |
|
|
phpunit.xml.dist | |
|
|
src/Authentication/Authenticator.php | 47 | A 0 mins | A 100% |
src/Authentication/BlockCipherIdentityHandler.php | 23 | A 0 mins | A 100% |
src/Authentication/Exception/ExceptionInterface.php | 7 | A 0 mins | F 0% |
src/Authentication/Exception/InvalidResultException.php | 11 | A 0 mins | A 100% |
src/Authentication/Identity.php | 21 | A 0 mins | A 100% |
src/Authentication/IdentityHandlerInterface.php | 8 | A 0 mins | F 0% |
src/Authentication/Result.php | 29 | A 0 mins | A 100% |
src/Client/Exception/ExceptionInterface.php | 7 | A 0 mins | F 0% |
src/Client/Exception/FileMakerException.php | 328 | A 3 hrs | A 100% |
src/Client/Layout/Field.php | 33 | A 0 mins | A 100% |
src/Client/Layout/Layout.php | 42 | A 0 mins | A 100% |
src/Client/Layout/LayoutClient.php | 54 | A 0 mins | A 100% |
src/Client/Layout/LayoutClientInterface.php | 8 | A 0 mins | F 0% |
src/Client/Layout/Value.php | 25 | A 0 mins | A 100% |
src/Client/Layout/ValueList.php | 25 | A 0 mins | A 100% |
src/Client/ResultSet/Exception/ExceptionInterface.php | 7 | A 0 mins | F 0% |
src/Client/ResultSet/Exception/ParseException.php | 26 | A 0 mins | A 100% |
src/Client/ResultSet/Exception/UnknownFieldException.php | 29 | A 0 mins | A 100% |
src/Client/ResultSet/ResultSetClient.php | 160 | A 2 hrs | A 100% |
src/Client/ResultSet/ResultSetClientInterface.php | 10 | A 0 mins | F 0% |
src/Client/ResultSet/Transformer/ContainerTransformer.php | 19 | A 0 mins | A 100% |