andrey-helldar / support
Support package is a collection of helpers and tools for any project.
Fund package maintenance!
Boosty
Yoomoney
Donationalerts
Installs: 106 907
Dependents: 5
Suggesters: 0
Security: 0
Stars: 18
Watchers: 3
Forks: 3
Open Issues: 0
Requires
- php: ^8.1
- ext-bcmath: *
- ext-ctype: *
- ext-dom: *
- ext-json: *
- ext-mbstring: *
- dragon-code/contracts: ^2.22.0
- psr/http-message: ^1.0.1 || ^2.0
- symfony/polyfill-php81: ^1.25
- voku/portable-ascii: ^1.4.8 || ^2.0.1
Requires (Dev)
- illuminate/contracts: ^9.0 || ^10.0 || ^11.0
- phpunit/phpunit: ^9.6 || ^11.0
- symfony/var-dumper: ^6.0 || ^7.0
Suggests
- dragon-code/laravel-support: Various helper files for the Laravel and Lumen frameworks
- symfony/thanks: Give thanks (in the form of a GitHub) to your fellow PHP package maintainers
Conflicts
- dev-main
- 7.x-dev
- 6.x-dev
- 6.15.0
- 6.14.0
- 6.13.0
- 6.12.0
- v6.11.3
- v6.11.2
- v6.11.1
- v6.11.0
- v6.10.0
- v6.9.0
- v6.8.0
- v6.7.0
- v6.6.0
- v6.5.0
- v6.4.1
- v6.4.0
- v6.3.4
- v6.3.3
- v6.3.2
- v6.3.1
- v6.3.0
- v6.2.0
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.1
- v6.0.0
- v6.0.0-rc2
- v6.0.0-rc1
- 5.x-dev
- v5.8.1
- v5.8.0
- v5.7.3
- v5.7.2
- v5.7.1
- v5.7.0
- v5.6.2
- v5.6.1
- v5.5.1
- v5.5.0
- v5.4.0
- v5.3.0
- v5.2.0
- v5.1.0
- v5.0.0
- 4.x-dev
- v4.9.1
- v4.9.0
- v4.8.0
- v4.7.2
- v4.7.1
- v4.7.0
- v4.6.2
- v4.6.1
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.2
- v4.0.1
- v4.0.0
- v3.25.1
- v3.25.0
- v3.24.0
- v3.23.0
- v3.22.0
- v3.21.0
- v3.20.0
- v3.19.0
- v3.18.0
- v3.17.1
- v3.17.0
- v3.16.2
- v3.16.1
- v3.16.0
- v3.15.0
- v3.14.0
- v3.13.0
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.0
- v3.7.0
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.20.0
- v2.19.1
- v2.19.0
- v2.18.3
- v2.18.2
- v2.18.0
- v2.17.0
- v2.16.2
- v2.16.1
- v2.16.0
- v2.15.1
- v2.15.0
- v2.14.0
- v2.13.0
- v2.12.0
- v2.11.0
- v2.10.1
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.30.3
- v1.30.2
- v1.30.1
- v1.30.0
- v1.29.0
- v1.28.2
- v1.28.1
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.2
- v1.20.1
- v1.20.0
- v1.19.0
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.3
- v1.15.2
- v1.15.1
- v1.15.0
- v1.14.1
- v1.14.0
- v1.13.0
- v1.12.0
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.1
- v1.10.0
- v1.9.1
- v1.8.0
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-09-07 13:28:10 UTC
README
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.