ConfigServiceProvider icon indicating copy to clipboard operation
ConfigServiceProvider copied to clipboard

A config ServiceProvider for Silex with support for php, json and yaml.

Results 18 ConfigServiceProvider issues
Sort by recently updated
recently updated
newest added

Added Silex 2 support. Added phpunit to the composer.json. This breaks Silex 1.0 compatibility, so the tag is set to 2.0 once committed. Resolves issue #54 Removes dependence on Silex\Application

Is there good/bad practice to implement own `ConfigDriver` to read configuration from non-flie stores (for example from database using 3rd party ORM)?

i really want to play around with silex 2.0 but i also want to use the ConfigServiceProvider, all tests passing hope you merge it soon :D

Added Silex 2 support so I can bump OpenCFP up to Silex 2 (now that it's officially out). Also added phpunit to the composer.json (just because that's my preferred way...

Hi There, May I suggest adding support for config.neon files? https://ne-on.org/ For miscellaneous reasons, I am unable to use the pull feature here. However in light of its brevity I...

Hello. 1. fixed YAML parsing (YAML::parse() accepts yaml content, not filename 2. fixed empty JSON parsing (json_decode throws error on empty json, added return of empty array for empty json...

Hello, not sure is something I'm doing wrong or what, but I can't make the yaml parser work with the library used as is. With a minor change in your...

Hi, Can we add Twig globals like Symfony in yml ? twig: # ... globals: ga_tracking: UA-xxxxx-x I've added it like above( same as Symfony2 ) but got error message....