Vars Versions Save

Vars is a simple to use and easily extendable configuration file loader for PHP with built-in support for env, INI, JSON, PHP, Toml, XML and YAML config file types. Contains a service provider for Silex, more frameworks to come soon.

1.1.2

8 years ago

Altered

  • Support symfony/filesystem 3.x

1.1.1

8 years ago

Fixes

  • _globals are now cached

1.1.0

8 years ago

Added

  • Support for _globals
  • Support to merge globals into $app for Silex

1.0.0

8 years ago

Added

  • Added support for in-file variables

Altered

  • Syntax for all of the different variables for use in vars

Removed

  • Support for $app['vars.key'] retrieval of keys

0.6.0

8 years ago

Added

  • Added dot notation access to $app for the Silex service provider

0.5.0

8 years ago

Altered

  • Bumped package versions
  • Moved over EnvLoader to use new api of m1/env
  • Update README to remove typos

0.4.0

8 years ago

Altered

  • Made it so a folder is created inside the cache path for the cache file to be stored

0.3.2

8 years ago

Fixed

  • Fixed composer.json

0.3.1

8 years ago

Altered

  • Changed it so you need to use if else import flags in quotes

0.3.0

8 years ago

Added

  • Add recursive dir toggle flag
  • Add suppression flag
  • Add if else flag
  • Add path trait

Altered

  • Moved path logic to path trait

Fixed

  • README format