https://github.com/padosoft/support
Collection of agnostic PHP Functions and helpers with zero dependencies to use as foundation in packages and other project
https://github.com/padosoft/support
helpers php-library php7 support-library
Last synced: 4 months ago
JSON representation
Collection of agnostic PHP Functions and helpers with zero dependencies to use as foundation in packages and other project
- Host: GitHub
- URL: https://github.com/padosoft/support
- Owner: padosoft
- License: mit
- Created: 2016-08-18T20:16:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T09:32:22.000Z (11 months ago)
- Last Synced: 2025-01-19T10:04:55.819Z (5 months ago)
- Topics: helpers, php-library, php7, support-library
- Language: PHP
- Homepage:
- Size: 462 KB
- Stars: 51
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Collection of agnostic PHP Functions and helpers
[](https://packagist.org/packages/padosoft/support)
[](LICENSE.md)
[](https://travis-ci.org/padosoft/support)
[](https://scrutinizer-ci.com/g/padosoft/support)
[](https://packagist.org/packages/padosoft/support)This package provides a lot of very usefull agnostic helpers to use as foundation in packages and other project.
**NOTE:**
Some of these helpers was written by padosoft, another was founded on the opensource web and some of these is refactored and/or adjusted for our purpose or for improvements.##Overview
All helpers function are splitted into these files:
- Array
- Constants (generic usefull constants)
- DateTime
- Helpers (misc functions)
- IP
- Reflection
- Sanitize
- String
- Validation
- Xml##Requires
- php: >=7.0.0|^8.0|^8.1
- nesbot/carbon (only for some datetime functions)
## InstallationYou can install the package via composer:
```bash
$ composer require padosoft/support
```## Usage
Create new php file, add composer autoload and start using functions.
```php