therealgambo / ramlfications-php
此包的最新版本(dev-master)没有可用的许可证信息。
Ramlfications PHP
dev-master
2018-05-08 20:11 UTC
Requires
- cilex/cilex: 2.0
- erusev/parsedown: 1.6
- icanboogie/inflector: 1.4
Requires (Dev)
- phpunit/phpunit: 5.7.23
- squizlabs/php_codesniffer: 2.0
This package is not auto-updated.
Last update: 2024-09-24 13:35:29 UTC
README
PHP 7实现RAML 1.0规范,深受Spotify Ramlfications设计的影响。
当前状态:进行中
此库是尽可能完整实现RAML 1.0规范的最好尝试,然后专注于提供对RAML 0.8的向后兼容性。
截至写作时,不应在生产环境中使用此库。
需求
- PHP 7.0+
安装
使用Composer
要使用Composer安装kong-php,只需将以下内容添加到您的composer.json文件中
{
"require-dev": {
"therealgambo/ramlfications-php": "master-dev"
}
}
或通过运行以下命令
composer require therealgambo/kong-php