messages:用于在 Web 应用程序中显示各种类型消息的简单包

时间:2024-07-17 01:46:56
【文件属性】:

文件名称:messages:用于在 Web 应用程序中显示各种类型消息的简单包

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-17 01:46:56

PHP

消息\消息 用于在 Web 应用程序中显示各种类型消息的简单包。 用法 <?php use werx\ Messages \ Messages ; // Import the composer autoloader, if you aren't already using it. require '../vendor/autoload.php' ; // Get an instance of the Messages class. Messages :: getInstance (); 现在您可以添加一些消息。 有效的消息类型是错误、信息、警告和成功。 Messages :: error ( 'Oops, something bad happened.' ); Messages :: info ( 'Nothing big, this is just an information


【文件预览】:
messages-master
----.gitignore(57B)
----src()
--------Utils()
--------Decorators()
--------Messages.php(5KB)
--------Enums()
----.travis.yml(194B)
----composer.json(575B)
----phpunit.php(39B)
----LICENSE.txt(1KB)
----README.md(6KB)
----phpunit.xml(785B)
----tests()
--------MessagesTests.php(6KB)
--------Decorators()
--------examples.php(1KB)
----codesniffer(112B)
----PSR2Tabs.xml(621B)

网友评论