PHP 8.1+
A long-lived project that still receives updates
Support package is a collection of helpers and tools for any project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
phpunit/phpunit
^9.6 || ^11.0 || ^12.0
symfony/var-dumper
^6.0 || ^7.0

Runtime

psr/http-message
^1.0.1 || ^2.0
voku/portable-ascii
^1.4.8 || ^2.0.1
 Project Readme

Support

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.