ingenerator / php-utils
Simple, standalone utility classes for PHP applications
Installs: 13 018
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 2
Requires
- php: ~8.2.0 || ~8.3.0
- ext-json: *
- ext-mbstring: ~8.2.0 || ~8.3.0
- ext-pdo: ~8.2.0 || ~8.3.0
- ext-sodium: ~8.2.0 || ~8.3.0
- psr/log: ^1.1 || ^2.0 || ^3.0
Requires (Dev)
- ergebnis/phpunit-slow-test-detector: ^2.15
- mikey179/vfsstream: ^1.6.11
- phpunit/phpunit: ^11.0
- 2.x-dev
- v2.1.1
- v2.1.0
- v2.0.0
- 1.x-dev
- v1.20.0
- v1.19.2
- v1.19.1
- v1.19.0
- v1.18.0
- v1.17.2
- v1.17.1
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.1
- v1.14.0
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.5.0-beta.3
- v1.5.0-beta.2
- v1.5.0-beta.1
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- 1.0.x-dev
- v1.0.0
- 0.2.x-dev
- v0.2.0
- 0.1.x-dev
- v0.1.7
- v0.1.6
- 0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2024-10-13 11:57:36 UTC
README
php-utils provides common, simple, dependency-free PHP helpers. Note that the selection and operation of utility functions is (and always will be) opinionated based on our needs.
Installing php-utils
$> composer require ingenerator/php-utils
Functionality included
- Support for managing runtime/environment configuration
- Logging framework for outputting application and request logs to Stackdriver via stderr/stdout (see StackdriverApplicationLogger)
- Utils for working with Associative Arrays (some ported from Kohana framework)
Contributing
Contributions are welcome but please contact us before you start work on anything : this is primarily an internally-focused package so we may have particular requirements / opinions that differ from yours.
Contributors
This package has been sponsored by inGenerator Ltd
- Andrew Coulton acoulton - Lead developer
Licence
Licensed under the BSD-3-Clause Licence