File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /.idea /
2+ /.vscode /
3+ /.vs /
4+ /vendor /
5+ /composer.lock
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " initphp/config" ,
3+ "description" : " InitPHP Config Library" ,
4+ "type" : " library" ,
5+ "license" : " MIT" ,
6+ "autoload" : {
7+ "psr-4" : {
8+ "InitPHP\\ Config\\ " : " src/"
9+ }
10+ },
11+ "authors" : [
12+ {
13+ "name" : " Muhammet ŞAFAK" ,
14+ "email" : " info@muhammetsafak.com.tr" ,
15+ "role" : " Developer" ,
16+ "homepage" : " https://www.muhammetsafak.com.tr"
17+ }
18+ ],
19+ "minimum-stability" : " stable" ,
20+ "require" : {
21+ "php" : " >=7.4"
22+ }
23+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Classes.php
4+ *
5+ * This file is part of Config.
6+ *
7+ * @author Muhammet ŞAFAK <info@muhammetsafak.com.tr>
8+ * @copyright Copyright © 2022 Config
9+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL 3.0
10+ * @version 1.0
11+ * @link https://www.muhammetsafak.com.tr
12+ */
13+
14+ declare (strict_types=1 );
15+
16+ namespace InitPHP \Config ;
17+
18+ class Classes
19+ {
20+
21+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Config.php
4+ *
5+ * This file is part of Config.
6+ *
7+ * @author Muhammet ŞAFAK <info@muhammetsafak.com.tr>
8+ * @copyright Copyright © 2022 Config
9+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL 3.0
10+ * @version 1.0
11+ * @link https://www.muhammetsafak.com.tr
12+ */
13+
14+ declare (strict_types=1 );
15+
16+ namespace InitPHP \Config ;
17+
18+ class Config
19+ {
20+
21+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * ConfigInterface.php
4+ *
5+ * This file is part of Config.
6+ *
7+ * @author Muhammet ŞAFAK <info@muhammetsafak.com.tr>
8+ * @copyright Copyright © 2022 Config
9+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL 3.0
10+ * @version 1.0
11+ * @link https://www.muhammetsafak.com.tr
12+ */
13+
14+ declare (strict_types=1 );
15+
16+ namespace InitPHP \Config \Interfaces ;
17+
18+ interface ConfigInterface
19+ {
20+
21+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Library.php
4+ *
5+ * This file is part of Config.
6+ *
7+ * @author Muhammet ŞAFAK <info@muhammetsafak.com.tr>
8+ * @copyright Copyright © 2022 Config
9+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL 3.0
10+ * @version 1.0
11+ * @link https://www.muhammetsafak.com.tr
12+ */
13+
14+ declare (strict_types=1 );
15+
16+ namespace InitPHP \Config ;
17+
18+ class Library
19+ {
20+
21+ }
You can’t perform that action at this time.
0 commit comments