https://github.com/vukbgit/phpcraft.message
Store and get application messages
https://github.com/vukbgit/phpcraft.message
Last synced: 3 months ago
JSON representation
Store and get application messages
- Host: GitHub
- URL: https://github.com/vukbgit/phpcraft.message
- Owner: vukbgit
- License: mit
- Created: 2016-04-23T15:40:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T16:00:52.000Z (about 7 years ago)
- Last Synced: 2025-01-08T06:14:41.460Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Store and get application messages into custom categories and onto different supports.
Currently only implemented support is cookies by means of [PHPCraft.Cookie](https://github.com/vukbgit/PHPCraft.Cookie) and ultimately of [Patrick Louys Http](https://github.com/PatrickLouys/http) but sessions and maybe database are planned.
__Categories__ can be used to build messages display interface, for example using Bootstrap helper message but this class do NOT generate interface, that is view layer business (i.e. template)