github josegonzalez/php-dotenv 0.6.0

latest releases: 4.0.0, 3.2.0, 3.1.0...
9 years ago
  • Parser updates
    • Add support for nested variables
    • Add support for comments
    • Fix issues with quoted values
    • Add a real-world test case
    • Consolidate most fixtures into an all.env
    • Add example .env file to readme showcasing various ways in which a .env file can be created
  • Add support for newline characters
  • Follow bash variable formatting better
    • Only allow spaced values when in quotes
    • Use ${NESTED} for nested variable syntax
  • Turn unquoted values into their php equivalents where possible.
    • Also require quoted values for newline interpolation

Don't miss a new php-dotenv release

NewReleases is sending notifications on new releases.