ideasbucket / common
IdeasBucket Common Package
Installs: 33 330
Dependents: 4
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:ideasbucket-common-package
Requires
- php: >=5.6.0
- ext-mbstring: *
- ext-openssl: *
- paragonie/random_compat: ~1.4|~2.0
Requires (Dev)
- aws/aws-sdk-php: ~3.0
- guzzlehttp/guzzle: ~6.0
- phpunit/phpunit: 5.5.2
- swiftmailer/swiftmailer: ^5.4
- symfony/process: ^3.2
- twig/twig: ~1.0
Suggests
- ext-intl: To use StringHelper::ascii() or StringHelper::slug()
This package is not auto-updated.
Last update: 2024-11-18 15:32:59 UTC
README
Common utility that can be used in any PHP applications using any framework. This library consists packages that are used in frameworks like
- Laravel
- YII 2
- CakePHP
We simply copied those awesome packages and put in this package so that we can use it in any PHP application without bringing down any framework baggage.
There is no external library dependency to run this package except random_bytes polyfill that is used if you are using PHP < v7.
Installation
Via Composer
composer require 'ideasbucket/common'
Direct download
To download specific version please browse releases.