Skip to content

Commit f3d2369

Browse files
committed
Update
1 parent 97e23b4 commit f3d2369

12 files changed

Lines changed: 45 additions & 14 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 JIHAD SINNAOUR
3+
Copyright (c) 2023 FloatPHP
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# Interfaces
2-
Interfaces Components
1+
# FloatPHP (Interfaces)
2+
3+
<img src="https://www.floatphp.com/assets/img/floatphp.png" width="100" alt="Micro PHP framework">
4+
5+
FloatPHP **Interfaces Components**.
6+
7+
## ⚡ Installing:
8+
9+
```
10+
composer require floatphp/interfaces
11+
```
12+
13+
## Contributing:
14+
15+
Please read [CONTRIBUTING.md](https://github.com/floatphp/Interfaces/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
16+
17+
## Versioning:
18+
19+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/floatphp/Interfaces/tags).
20+
21+
## Authors:
22+
23+
* **Jihad Sinnaour** - [Jakiboy](https://github.com/Jakiboy) (*Initial work*)
24+
25+
See also the full list of [contributors](https://github.com/floatphp/Interfaces/contributors) who participated in this project. Any suggestions (Pull requests) are welcome!
26+
27+
## License:
28+
29+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/floatphp/Interfaces/blob/master/LICENSE) file for details.
30+
31+
## ⭐ Support:
32+
33+
Please give it a Star if you like the project.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "floatphp/interfaces",
3-
"version" : "1.0.0",
3+
"version" : "1.0.1",
44
"type": "library",
5-
"description": "Interfaces lib for floatPHP",
5+
"description": "FloatPHP Interfaces Components",
66
"keywords": ["php","micro-framework","framework","PSR","ORM","jakiboy"],
77
"homepage": "https://www.floatphp.com/",
88
"license": "MIT",

src/Classes/LoggerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Classes Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

src/Classes/RouterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Classes Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

src/Kernel/ApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

src/Kernel/AuthMiddlewareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

src/Kernel/AuthenticationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

src/Kernel/BackendInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

src/Kernel/FrontInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com

0 commit comments

Comments
 (0)