speedwork / helpers
This package is abandoned and no longer maintained.
No replacement package was suggested.
Speedwork Helpers
v1.0.4
2017-07-27 12:41 UTC
Requires
- php: >=5.6
- speedwork/core: ^1.0
Requires (Dev)
- ddeboer/data-import: ^0.18
- friendsofphp/php-cs-fixer: ^2.0
- geoip2/geoip2: ~v2
- guzzle/guzzle: ^3.9
- intervention/image: ^2.3
- jakub-onderka/php-console-highlighter: ^0.3.2
- jakub-onderka/php-parallel-lint: ^0.9.2
- ocramius/proxy-manager: ^1.0
- phpmailer/phpmailer: ^5.2
- phpmd/phpmd: ^2.4
- phpoffice/phpexcel: ^1.8
- phpro/grumphp: ^0.9.6
- phpstan/phpstan: ^0.5
- phpunit/php-code-coverage: ^5.2
- phpunit/phpunit: ~6.2
- satooshi/php-coveralls: 2.*
- sebastian/phpcpd: ^3.0
- sensiolabs/security-checker: ^3.0
- spipu/html2pdf: ^5.0
- squizlabs/php_codesniffer: ~2.3
- willdurand/geocoder: ^3.2
Suggests
- ddeboer/data-import: (^0.18) for reader helper
- geoip2/geoip2: (~v2) for geo helper
- guzzle/guzzle: (^3.9) for reader helper
- intervention/image: (^2.3) for image helper
- phpmailer/phpmailer: (^5.2) email support
- phpoffice/phpexcel: (^1.8) for reader helper
- spipu/html2pdf: (^5.0) for pdf helper
- willdurand/geocoder: (^3.2) for geo helper
This package is not auto-updated.
Last update: 2018-06-29 18:50:37 UTC
README
This library provides a range of helper classes that are used throughout the framework
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests, adding new ones for your own code if necessary (
phpunit
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request