Download the PHP package olakunlevpn/php-helpers without Composer
On this page you can find all versions of the php package olakunlevpn/php-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download olakunlevpn/php-helpers
More information about olakunlevpn/php-helpers
Files in olakunlevpn/php-helpers
Package php-helpers
Short Description PHP Helpers is a versatile and comprehensive collection of PHP utility functions designed to streamline your PHP development process. Whether you're building web applications, APIs, or working on other PHP projects, our package provides an extensive set of tools to simplify common tasks and boost your productivity
License MIT
Informations about the package php-helpers
php-helpers
php-helpers
is a PHP utility library that provides a collection of useful functions to simplify common tasks in PHP development.
Features
- JSON Handling: Easily generate JSON responses with the
json_message
function. - Redirects: Manage redirects, even when headers are already sent, using the
redirect_to
function. - URL Manipulation: Get the current URL, check for AJAX requests, and work with URLs effortlessly.
- Gravatar Integration: Generate Gravatar URLs for user avatars.
- Security: Handle CSRF tokens and input data sanitization.
- Array Manipulation: Manipulate arrays using dot notation with
array_set
,array_forget
, andarray_get
. - String Operations: Perform various string operations like case conversions and substring checks.
- And more.....
Installation
You can easily install php-helpers
using Composer. Run the following command in your project directory:
After installing, you can include the Util
class in your PHP scripts where you need its functionalities.
Usage
Here are some examples of how to use the functions provided by php-helpers
:
For more details and examples, please refer to the docs.
License
This project is open-source and available under the MIT License.
Feel free to contribute, report issues, or suggest improvements. Your feedback is valuable!
Happy coding with php-helpers
!
This updated README provides clear instructions on how users can install php-helpers
using Composer. Users simply need to run the composer require
command in their project directory to include the library, and then they can use it in their PHP scripts as shown in the usage examples.
All versions of php-helpers with dependencies
ext-json Version *
ext-ctype Version *
ext-mbstring Version *