xeriab / support
PHP general purpose support library
dev-master / 0.1.0.x-dev
2022-01-28 01:11 UTC
Requires
- php-64bit: *
- php: ^7.4|^8.0|^8.1
- ext-bcmath: *
- ext-ctype: *
- ext-curl: *
- ext-dom: *
- ext-filter: *
- ext-gmp: *
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ext-simplexml: *
- ext-xml: *
- ext-zlib: *
- ramsey/uuid: *
- symfony/process: *
- symfony/property-access: ^5.0
- symfony/yaml: *
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: v0.7.1
- phpunit/phpunit: ^8.0
- sirbrillig/phpcs-import-detection: ^1.1
- squizlabs/php_codesniffer: ^3.4
- symfony/var-dumper: v2.8.52
Suggests
- ext-apache: Required to use Exen\Support\Lang::isApache()
- ext-ctype: Required to use Exen\Support\Str class
- ext-iconv: Required to use Exen\Support\Str::webalize() and Exen\Support\Str::toAscii()
- ext-intl: Required for script transliteration in Exen\Support\Str::webalize() and Exen\Support\Str::toAscii()
- ext-json: Required to support JSON operatioms.
- ext-mbstring: Required to use Exen\Support\Str::lower() etc...
- ext-xml: Required to use Exen\Support\Str::length() etc. when mbstring is not available
- ext-yaml: Required to support YAML operatioms.
- doctrine/common: Required to use Exen\Support\Str::plural() and Exen\Support\Str::singular()
- monolog/monolog: Required to use Exen\Support\Lang::getLogStringByCode()
- moontoast/math: Required to use ordered UUIDs (^1.1).
- ramsey/uuid: Required to use Exen\Support\Str::uuid() (^3.7).
- regex-guard/regex-guard: Required to use Exen\Bag\Bag::grep()
- symfony/options-resolver: Required to use Exen\Support\Helpers\Gravatar class
- symfony/process: Required to use the Exen\Support\Composer class (^4.1).
- symfony/property-access: Required to use Exen\Support\Arr::multiSort()
- symfony/var-dumper: Required to use the `DD` and `D` functions.
This package is auto-updated.
Last update: 2024-10-28 07:22:52 UTC
README
Support
The PHP general purpose support library provides classes and utilities to ease developing PHP applications.
Resources
- Documentation
- Contributing
- Changes log.
- Report issues and Send Pull/Merge Requests in the main Support repository
Copyright and License
Copyright Xeriab Nabil. under the MIT license.