Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 920 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 920 Bytes

interop-config-tutorial

This is an implementation example for interop-config.

Implementation of ObtainsOptions in RepositoryFactory.

In this repo I implemented an example for using the ObtainsOptions from interop-config in your own project. The RepositoryFactory implements the ObtainsOptions interface. The ConfigurationTrait in this class will check if all expected configuration params were set in the config/main.php.

How to run this repo

Just clone the repo, composer install and run interop-config.

If you never used composer before you will find more infomations at https://getcomposer.org/.

Further Reading

You can find more Information about this example at tutorial.md.

More implementation examples are coming soon.