darunada / corehelper
Helpers for Modernized Media's Core
v0.2.2
2018-05-16 01:13 UTC
Requires
- php: >=5.6
- ext-mbstring: *
- ext-openssl: *
- anthonymartin/geo-location: ~1.0.1
- danielstjules/stringy: ~1.8
- doctrine/inflector: ~1.0
- mikehaertl/phpwkhtmltopdf: ^2.0
- monolog/monolog: ^1.11
- mtdowling/cron-expression: ^1.0
- nesbot/carbon: ~1.21
- soundasleep/html2text: ~0.2
- vlucas/phpdotenv: ^2.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-23 20:47:52 UTC
README
Provides Helper functions and things to help me out. This is mostly for use with CodeIgniter and MM's core, but it should be useful elsewhere.
Installation with Composer
curl -s http://getcomposer.org/installer | php
php composer.phar require darunada/corehelper
"require": { "darunada/corehelper":"dev-master" }
###Installed Libraries The following libraries are autoloaded for use anywhere in the system.
- phpdotenv .env Environment loading
- Carbon Date functions
- Cron-expression Cron expression parsing
- Monolog Logging
- Inflector String pluralization
- Stringy String handling functions
- Html2Text HTML stripping
- Geo-location Geolocation bounding box utilities
- phpwkhtmltopdf PDF generator
###Usage Use any of the included libraries per their documentation. Additional functionality and wrappers will be provided.