Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c33s/composer.yml
Yaml the other composer format. If you prefer to write YAML over writing JSON
https://github.com/c33s/composer.yml
Last synced: about 1 month ago
JSON representation
Yaml the other composer format. If you prefer to write YAML over writing JSON
- Host: GitHub
- URL: https://github.com/c33s/composer.yml
- Owner: c33s
- Created: 2014-08-02T21:51:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T08:39:20.000Z (over 10 years ago)
- Last Synced: 2023-03-13T20:55:37.445Z (over 1 year ago)
- Size: 984 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Composer.yml
If you dislike the [JSON][link_json] format of [`composer.json`][link_composer_json], you can alternatively use `composer.yml` and convert the [YAML][link_yaml] file to [JSON][link_json] before every composer run. This can be achieved best by a simple script.
## YAML to JSON converter### Information
For easier usage of the `composer.yml` this repo provides a precompiled version of [`igorw's`][link_igorw] [`composer-yaml`][link_composer-yaml], which can be used to convert [YAML][link_yaml] to [JSON][link_json] and vice versa.### Download
You can download the precompiled [YAML][link_yaml] to [JSON][link_json] converter [`composer-yaml.phar`][link_download] below.[**download**][link_download]
## Documentation
For documentation, see:
Resources/doc/
[Read the documentation](Resources/doc/index.md)
## License
This bundle is released under the MIT license. See the complete license in the
bundle:Resources/doc/LICENSE
[Read the documentation](Resources/doc/LICENSE)
[link_igorw]: https://github.com/igorw
[link_composer-yaml]: https://github.com/igorw/composer-yaml
[link_download]: dist/composer-yaml.phar?raw=true
[link_json]: https://en.wikipedia.org/wiki/JSON
[link_yaml]: https://en.wikipedia.org/wiki/YAML
[link_composer_json]: https://getcomposer.org/doc/04-schema.md