2017 © Pedro Peláez
 

library yaml-config

yaml config

image

okami-chen/yaml-config

yaml config

  • Monday, July 16, 2018
  • by 0001000xyz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

TableShard

config.yml文件内容

local:
    mysql:
        host: 127.0.0.1
        port: 3306
dev:
    mysql:
        host: 127.0.0.1
        port: 3306
qa:
    mysql:
        host: 127.0.0.1
        port: 3306
pre:
    mysql:
        host: 127.0.0.1
        port: 3306
gr:
    mysql:
        host: 127.0.0.1
        port: 3306
yc:
    mysql:
        host: 127.0.0.1
        port: 3306
production:
    mysql:
        host: 127.0.0.1
        port: 3306

读取

<?php
$file   = 'config.yml';
$data   = Yaml::load($file);

写入

<?php
$file   = 'config.yml';
$data   = Yaml::load($file);
$data['mysql']['port'] = 3307;
Yaml::save($file,$data);

config.yml变化后的内容

local:
    mysql:
        host: 127.0.0.1
        port: 3307
dev:
    mysql:
        host: 127.0.0.1
        port: 3306
qa:
    mysql:
        host: 127.0.0.1
        port: 3306
pre:
    mysql:
        host: 127.0.0.1
        port: 3306
gr:
    mysql:
        host: 127.0.0.1
        port: 3306
yc:
    mysql:
        host: 127.0.0.1
        port: 3306
production:
    mysql:
        host: 127.0.0.1
        port: 3306

The Versions

16/07 2018

dev-master

9999999-dev https://github.com/okami-chen/yaml-config

yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel php

16/07 2018

1.0.6

1.0.6.0 https://github.com/okami-chen/yaml-config

yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel php

09/07 2018

1.0.5

1.0.5.0 https://github.com/okami-chen/yaml-config

yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel php

09/07 2018

1.0.3

1.0.3.0 https://github.com/okami-chen/yaml-config

yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel php

09/07 2018

1.0.2

1.0.2.0 https://github.com/okami-chen/yaml-config

yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel php

29/06 2018

1.0.1

1.0.1.0 https://github.com/okami-chen/yaml-config

laravel yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel

29/06 2018

1.0.0

1.0.0.0 https://github.com/okami-chen/yaml-config

laravel yaml config

  Sources   Download

MIT

The Requires

 

by OkamiChen

laravel