Browse Source

Update Year to 2019

master
parent
commit
cf29bb471e
2 changed files with 8 additions and 6 deletions
  1. +6
    -4
      README.md
  2. +2
    -2
      dir2json.php

+ 6
- 4
README.md View File

@@ -1,11 +1,13 @@
# dir2json
A PHP CLI script to ouput the contents of a whole directory tree to a JSON object.
A PHP CLI script to ouput the contents of a whole directory tree to a JSON object.
*by Ryan, 2015*
http://www.ryadel.com/
* [Official Page](http://www.ryadel.com/en/portfolio/dir2json-en/)
* [Documentation & info](http://www.ryadel.com/dir2json-a-php-cli-script-to-output-the-contents-of-a-folder-tree-into-a-json-object/)

*Updates by Tavinus, 2018/2019*
## What does it do
It fetches a directory tree structure like this:

@@ -85,7 +87,7 @@ $ ./dir2json.php -h
------------------------------------------------------
dir2json - v0.3.0

by Ryan & Tavinus, 2015-2018
by Ryan & Tavinus, 2015-2019
http://www.ryadel.com/
https://github.com/Darkseal/dir2json
------------------------------------------------------


+ 2
- 2
dir2json.php View File

@@ -5,7 +5,7 @@
//
// by Ryan, 2015
// http://www.ryadel.com/
// Gustavo Arnosti Neves - 2018
// Gustavo Arnosti Neves - 2018/2019
// https://github.com/tavinus
// ------------------------------------------------------
// Use -h or --help for help, eg:
@@ -68,7 +68,7 @@ if ($param === "-h" || $param === "--help")
------------------------------------------------------
dir2json - v$DIR2JSON

by Ryan & Tavinus, 2015-2018
by Ryan & Tavinus, 2015-2019
http://www.ryadel.com/
https://github.com/Darkseal/dir2json
------------------------------------------------------


Loading…
Cancel
Save