Skip to content

Commit 9485367

Browse files
authored
Merge pull request #395 from WebFiori/feat/cache-session-storage
feat(session): add CacheSessionStorage driver
2 parents b982bd6 + c9a0bde commit 9485367

90 files changed

Lines changed: 393 additions & 94 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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-present, Ibrahim BinAlshikh and contributors.
3+
Copyright (c) 2019-present WebFiori Framework and contributors.
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

WebFiori/Framework/Access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is licensed under MIT License.
44
*
5-
* Copyright (c) 2020 Ibrahim BinAlshikh
5+
* Copyright (c) 2020-present WebFiori Framework
66
*
77
* For more information on the license, please visit:
88
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is licensed under MIT License.
55
*
6-
* Copyright (c) 2019 Ibrahim BinAlshikh
6+
* Copyright (c) 2019-present WebFiori Framework
77
*
88
* For more information on the license, please visit:
99
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/AppBootstrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is licensed under MIT License.
55
*
6-
* Copyright (c) 2020 Ibrahim BinAlshikh
6+
* Copyright (c) 2020-present WebFiori Framework
77
*
88
* For more information on the license, please visit:
99
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/Autoload/ClassInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is licensed under MIT License.
44
*
5-
* Copyright (c) 2024 Ibrahim BinAlshikh
5+
* Copyright (c) 2024-present WebFiori Framework
66
*
77
* For more information on the license, please visit:
88
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/Autoload/ClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is licensed under MIT License.
44
*
5-
* Copyright (c) 2020 Ibrahim BinAlshikh
5+
* Copyright (c) 2020-present WebFiori Framework
66
*
77
* For more information on the license, please visit:
88
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/Autoload/ClassLoaderException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is licensed under MIT License.
44
*
5-
* Copyright (c) 2020 Ibrahim BinAlshikh
5+
* Copyright (c) 2020-present WebFiori Framework
66
*
77
* For more information on the license, please visit:
88
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/ClassRegistrar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is licensed under MIT License.
55
*
6-
* Copyright (c) 2020 Ibrahim BinAlshikh
6+
* Copyright (c) 2020-present WebFiori Framework
77
*
88
* For more information on the license, please visit:
99
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/Cli/CLITestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is licensed under MIT License.
44
*
5-
* Copyright (c) 2024 Ibrahim BinAlshikh
5+
* Copyright (c) 2024-present WebFiori Framework
66
*
77
* For more information on the license, please visit:
88
* https://github.com/WebFiori/.github/blob/main/LICENSE

WebFiori/Framework/Cli/Commands/CreateMigrationCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is licensed under MIT License.
44
*
5-
* Copyright (c) 2025 Ibrahim BinAlshikh
5+
* Copyright (c) 2025-present WebFiori Framework
66
*
77
* For more information on the license, please visit:
88
* https://github.com/WebFiori/.github/blob/main/LICENSE

0 commit comments

Comments
 (0)