--- layout: default title: Installation description: Instructions on how to install the league/config library --- # Installation The recommended installation method is via Composer. ```bash composer require "league/config:^1.0" ``` Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/01-basic-usage.md#autoloading). ## Versioning [SemVer](http://semver.org/) will be followed closely. **It's highly recommended that you use [Composer's caret operator](https://getcomposer.org/doc/articles/versions.md#caret-version-range-) to ensure compatibility**; for example: `^1.0`. This is equivalent to `>=1.0 <2.0`.
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
basic-usage.md | File | 2.09 KB | 0644 |
|
changelog.md | File | 618 B | 0644 |
|
index.md | File | 1.41 KB | 0644 |
|
installation.md | File | 693 B | 0644 |
|
lazy-processing.md | File | 2.14 KB | 0644 |
|
mutability.md | File | 1.04 KB | 0644 |
|
philosophy.md | File | 2.53 KB | 0644 |
|
reading-values.md | File | 2.44 KB | 0644 |
|
schemas.md | File | 4.17 KB | 0644 |
|
setting-values.md | File | 2.19 KB | 0644 |
|