lfphp / func
A lite function pack for PHP.
Fund package maintenance!
sasumi
Installs: 2 820
Dependents: 9
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=7.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
Requires (Dev)
- ext-ssh2: *
- jasny/phpdoc-parser: ^1.0
- dev-master
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.26
- 1.3.25
- 1.3.24
- 1.3.23
- 1.3.22
- 1.3.21
- 1.3.20
- 1.3.19
- 1.3.18
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.2.33
- 1.2.32
- 1.2.31
- 1.2.30
- 1.2.29
- 1.2.28
- 1.2.27
- 1.2.26
- 1.2.25
- 1.2.24
- 1.2.23
- 1.2.22
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.74
- 1.1.73
- 1.1.72
- 1.1.71
- 1.1.70
- 1.1.69
- 1.1.68
- 1.1.67
- 1.1.66
- 1.1.65
- 1.1.64
- 1.1.63
- 1.1.62
- 1.1.61
- 1.1.60
- 1.1.59
- 1.1.58
- 1.1.57
- 1.1.56
- 1.1.55
- 1.1.54
- 1.1.53
- 1.1.52
- 1.1.51
- 1.1.50
- 1.1.49
- 1.1.48
- 1.1.47
- 1.1.46
- 1.1.45
- 1.1.44
- 1.1.43
- 1.1.42
- 1.1.41
- 1.1.40
- 1.1.39
- 1.1.38
- 1.1.37
- 1.1.36
- 1.1.35
- 1.1.34
- 1.1.33
- 1.1.32
- 1.1.31
- 1.1.30
- 1.1.29
- 1.1.28
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.0
- 1.0.38
- 1.0.37
- 1.0.36
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.24
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- dev-branch/20241121_optimize_version
This package is auto-updated.
Last update: 2024-11-23 13:03:46 UTC
README
Common PHP function library, some functions of this library depend on PHP extensions, if the use environment does not need to use these functions, you can manually ignore them. The list of dependent extensions is as follows:
- mbstring string processing function
- json json processing function, json network request related
- curl network request library
- pdo DB operation function, other functions basically do not depend on this extension
Installation
- PHP version is greater than or equal to 5.6
- Some functions must be installed with extensions: mb_string, json to use
Please use Composer to install:
# Normal installation mode composer require lfphp/func # Ignore platform environment extension dependency installation mode composer require lfphp/func --ignore-platform-reqs
For specific usage, please refer to the specific function code.
Source Introduction
array.php
This file contains functions for working with arrays. It includes functions for filtering, mapping, and reducing arrays.
color.php
This file contains functions for working with colors. It includes functions for converting between different color formats, such as RGB, HSL, and HEX.
cron.php
This file contains functions for working with cron schedules. It includes functions for checking if a cron format matches a specified timestamp and for monitoring cron commands.
csp.php
This file contains functions for working with Content Security Policy (CSP). It includes functions for building CSP rules and reporting rules.
curl.php
This file contains functions for working with cURL. It includes functions for sending GET, POST, and other types of HTTP requests.
db.php
This file contains functions for working with databases. It includes functions for connecting to databases, executing queries, and retrieving results.
env.php
This file contains functions for working with environment variables. It includes functions for getting and setting environment variables.
event.php
This file contains functions for working with events. It includes functions for triggering and listening to events.
file.php
This file contains functions for working with files. It includes functions for reading, writing, and deleting files.
font.php
This file contains functions for working with fonts. It includes functions for loading and manipulating font data.
html.php
This file contains functions for working with HTML. It includes functions for parsing and generating HTML.
http.php
This file contains functions for working with HTTP. It includes functions for sending and receiving HTTP requests.
session.php
This file contains functions for working with sessions. It includes functions for starting, reading, and writing session data.
sheet.php
This file contains functions for working with spreadsheets. It includes functions for reading and writing spreadsheet data.
string.php
This file contains functions for working with strings. It includes functions for manipulating and formatting strings.
time.php
This file contains functions for working with time and dates. It includes functions for formatting and manipulating dates and times.
util.php
This file contains miscellaneous utility functions. It includes functions for working with arrays, strings, and other data types.