dragon-code/support

Support package is a collection of helpers and tools for any project.

Maintainers

👁 Helldar

Package info

github.com/TheDragonCode/support

pkg:composer/dragon-code/support

Fund package maintenance!

Boosty

Yoomoney

Statistics

Installs: 9 913 490

Dependents: 67

Suggesters: 0

Stars: 23

Open Issues: 0

6.17.1 2026-04-03 15:06 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

Replaces

None

MIT 82a465953267989883d64b921e9725600a5073b5

frameworksymfonyphphelpershelpersupportlaravelyiiyii2dragondragon-code

This package is auto-updated.

Last update: 2026-06-03 15:26:25 UTC


README

👁 Support

👁 Stable Version
👁 Unstable Version
👁 Total Downloads
👁 Github Workflow Status
👁 License

Installation

composer require dragon-code/support

Contributing

Are you missing any method used in your project?

You can easily add support for it in this package. We do not limit the number of methods or classes.

What you need to add a new method or class

  • Add a new method to an existing class or create a new one in namespace;
  • Specify the name and parameters of the called method in the dock block of the corresponding facade class (DragonCode\Support\Facades\*);
  • Add tests for a new method or class following the structure: Tests\Unit\*\<ClassName>\<MethodNameTest>;
  • It's all 😊

License

This package is licensed under the MIT License.