Skip to content

Commit 1e052b2

Browse files
committed
project renamed to cnb-cache
1 parent 7a5215f commit 1e052b2

31 files changed

+557
-10143
lines changed

.gitignore

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
/.build/
66
/.vscode/
77
/debian/.debhelper/
8-
/debian/cnb-tools/
9-
/debian/cnb-tools.debhelper.log
8+
/debian/cnb-cache/
9+
/debian/cnb-cache.debhelper.log
1010
/debian/debhelper-build-stamp
1111
/debian/files
12-
/debian/cnb-tools.substvars
13-
/debian/cnb-tools-mysql/
14-
/debian/cnb-tools-pgsql/
15-
/debian/cnb-tools-sqlite/
16-
/debian/cnb-tools-sqlite.debhelper.log
17-
/debian/cnb-tools-mysql.debhelper.log
18-
/debian/cnb-tools-mysql.substvars
19-
/debian/cnb-tools-sqlite.substvars
12+
/debian/cnb-cache.substvars
13+
/debian/cnb-cache-mysql/
14+
/debian/cnb-cache-pgsql/
15+
/debian/cnb-cache-sqlite/
16+
/debian/cnb-cache-sqlite.debhelper.log
17+
/debian/cnb-cache-mysql.debhelper.log
18+
/debian/cnb-cache-mysql.substvars
19+
/debian/cnb-cache-sqlite.substvars
20+
/debian/cnb-cache.postrm.debhelper
21+
/debian/tmp/composer.json

.php-cs-fixer.dist.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of the CNBExchangeRate package
6+
* This file is part of the CNBCache package
77
*
8-
* https://github.com/Spoje-NET/CNB-Tools
8+
* https://github.com/Spoje-NET/CNB-cache
99
*
1010
* (c) Spoje.Net IT s.r.o. <https://spojenet.cz>
1111
*
@@ -18,9 +18,9 @@
1818
use Ergebnis\PhpCsFixer\Config\RuleSet\Php74;
1919

2020
$header = <<<'HEADER'
21-
This file is part of the CNBExchangeRate package
21+
This file is part of the CNBCache package
2222
23-
https://github.com/Spoje-NET/CNB-Tools
23+
https://github.com/Spoje-NET/CNB-cache
2424
2525
(c) Spoje.Net IT s.r.o. <https://spojenet.cz>
2626

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# CNB Tools
1+
# CNB cache
22

3-
![cnb-tools](cnb-tools.svg?raw=true)
3+
![cnb-cache](cnb-cache.svg?raw=true)
44

55

6-
http://localhost/CNB-Tools/src/rate.php?currency=eur - todays EUR rate
7-
http://localhost/CNB-Tools/src/rate.php?currency=usd&age=1 - yesterday $ rate
6+
http://localhost/CNB-cache/src/rate.php?currency=eur - todays EUR rate
7+
http://localhost/CNB-cache/src/rate.php?currency=usd&age=1 - yesterday $ rate
88

99

1010
## Struktura projektu

bin/cnb-exchange-rate

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2-
php -f /usr/lib/cnb-tools/cnb-exchange-rate.php -- $@
2+
php -f /usr/lib/cnb-cache/cnb-exchange-rate.php -- "$@"
3+
exit $?
File renamed without changes.

0 commit comments

Comments
 (0)