ext/support

PHP Support Library

Installs: 4

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ext/support

1.0.1 2025-10-30 08:01 UTC

This package is auto-updated.

Last update: 2025-10-30 08:02:16 UTC


README

PHP Support Library

About

  • PHP Support Library

Installation

  • Install with Composer
    • composer require ext/support

Features

  • Facade

Usage

<?php

namespace Namespace\Facade;

use Zeus\Facade;

class Foo extends Facade
{
  public static function bind()
  {
    return ClassName:class;
  }
}


use Namespace\Facade\Foo;

Foo::method();

Documentation

CHANGELOG

See CHANGELOG.md

Contributing

Security Vulnerabilities

License

The XXX is open-sourced software licensed under the MIT license.

Example See https://choosealicense.com/licenses