Download the PHP package marque/id without Composer

On this page you can find all versions of the php package marque/id. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package id

Marque Id

⚠️ Deprecated (2026-08-20). This package has been renamed to marque/ise / marque/ise on Packagist. The content is identical aside from the namespace (Marque\Id → Marque\Ise) and view tag (id:: → ise::) — id collided conceptually with marque/usarrs (user management) despite having no auth logic of its own, so it was renamed to stop that confusion at the source. No further releases will be made here. Require marque/ise instead.

App layout shell and shared Blade UI components for the Marque tracker platform.

id provides the page shell (layout, navigation, footer) and a small set of Blade components used by the Marque frontend packages — guise, disguise, and usarrs.

There is no UI-kit dependency. The components are plain Blade and Tailwind CSS, so consumers can publish and restyle them without forking views.

Installation

Publish the config and views:

Published views land in resources/views/vendor/id and override the packaged ones.

Components

All components live under the id:: namespace.

Component Purpose
<x-id::button> Button or link. variant (default, primary, outline, ghost, danger), size (sm, base, lg), icon, iconTrailing, href
<x-id::input> Text input. type, optional leading icon
<x-id::textarea> Multi-line input. rows
<x-id::field> Groups label + control + validation error. label, name
<x-id::label> Standalone label. for
<x-id::error> Validation error. Pass name, or content via the slot
<x-id::heading> Headings. size (sm, base, lg, xl, 2xl), optional level to force the tag
<x-id::text> Body text. as to change the tag
<x-id::table> Scroll container plus base table styling. Use standard thead/tbody/tr/td inside
<x-id::icon> Inline Heroicon by name

Passing name to <x-id::field> renders the label and wires up the validation error:

Any extra attributes (including wire:model, class, required) pass through to the underlying element, and class merges with the component's own classes.

Icons

<x-id::icon> ships the Heroicons used by the Marque views — arrow-left, arrow-down-tray, magnifying-glass, pencil, plus — inlined as SVG to avoid an icon-package dependency. Add more by extending resources/views/components/icon.blade.php.

Styling

Components use Tailwind utility classes with dark: variants throughout. Make sure the package views are covered by your Tailwind content paths:

Requirements

License

MIT


All versions of id with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
illuminate/support Version ^13.0
illuminate/view Version ^13.0
livewire/livewire Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package marque/id contains the following files

Loading the files please wait ...