https://github.com/thedragoncode/support
Support package is a collection of helpers and tools for projects.
https://github.com/thedragoncode/support
Last synced: 10 months ago
JSON representation
Support package is a collection of helpers and tools for projects.
- Host: GitHub
- URL: https://github.com/thedragoncode/support
- Owner: TheDragonCode
- License: mit
- Created: 2019-04-07T20:02:26.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:02:53.000Z (11 months ago)
- Last Synced: 2025-04-10T15:49:17.218Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 1.48 MB
- Stars: 22
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Support

[![Stable Version][badge_stable]][link_packagist]
[![Unstable Version][badge_unstable]][link_packagist]
[![Total Downloads][badge_downloads]][link_packagist]
[![Github Workflow Status][badge_build]][link_build]
[![License][badge_license]][link_license]
## Installation
```bash
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\*\\`;
* It's all 😊
## License
This package is licensed under the [MIT License](LICENSE).
[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/support/phpunit.yml?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/support.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/dragon-code/support.svg?style=flat-square
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/support?label=stable&style=flat-square
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
[link_build]: https://github.com/TheDragonCode/support/actions
[link_license]: LICENSE
[link_packagist]: https://packagist.org/packages/dragon-code/support