eureka/component-web

Basic component for website: Breadcrumb, Menu, Meta & Notification


License
MIT

Documentation

component-web

Current version Supported PHP version CI Quality Gate Status Coverage

Provide some utilities to website application:

  • Breadcrumb
  • Carousel
  • Menu
  • Meta
  • Notification
  • Session

Installation

You can install the component (for testing) with the following command:

make install

Update

You can update the component (for testing) with the following command:

make update

Testing

You can test the component with the following commands:

make phpcs
make tests
make testdox