dl2 / sdl
Collection of common and useful assets
Requires
- php: >=8.1
Requires (Dev)
- ext-bcmath: *
- ext-mbstring: *
- ext-xml: *
- ergebnis/composer-normalize: ^2
- friendsofphp/php-cs-fixer: ^3.8
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- vimeo/psalm: dev-master
README
Collection of common and useful assets for PHP
Developer Requirements
composer and node.js installed locally
Installation
composer install docker-compose up --build -d
Usage
See examples.
Reference documentation
For details about the dl2/sdl
API, see the reference documentation.
Developer documentation
For getting started as a dl2/sdl
developer, see the developer documentation.
Contributing
-
One pull request per feature - If you want to do more than one thing, send multiple pull requests.
-
Add tests! - Your patch won't be accepted if it doesn’t have tests.
-
Document any change in behaviour - Make sure the
README.md
andCHANGELOG.md
are kept up-to-date. -
Consider our release cycle - We try to follow SemVer v2.0.0. Randomly breaking public APIs is not an option.
-
Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. Do not report security vulnerabilities on the public issue tracker. Please check out the Security section bellow.
Security
If you discover any security related issues, please email the security advisory team instead of using the issue tracker.
License
Unlicense; Please see LICENSE.