simbiat / http20
Set of functions that may be universally useful for websites
Requires
- php: ^8.3
- ext-intl: *
- ext-mbstring: *
Suggests
- simbiat/filename-sanitizer: Small class to replace common characters that are restiricted in filenames.
Replaces
- simbiat/prettyurl: ^1.2.0+20210129
- dev-main
- 2.2.1+20241028
- 2.2.0+20240630
- 2.1.0+20240616
- 2.0.5+20240608
- 2.0.4+20240602
- 2.0.3+20240526
- 2.0.2+20240520
- 2.0.1+20240518
- 2.0.0+20240506
- 1.13.2+20240407
- 1.13.1+20230812
- 1.13.0+20230806
- 1.12.2+20230507
- 1.12.1+20221218
- 1.12.0+20221128
- 1.11.0+20221015
- 1.10.4+20221010
- 1.10.3+20220809
- 1.9.3+20220729
- 1.9.2+20220723
- 1.9.1+20220717
- 1.9.0+20220624
- 1.8.8+20220129
- 1.8.7+20220123
- 1.8.6+20220116
- 1.8.5+20220108
- 1.8.4+20211225
- 1.8.3+20211224
- 1.8.2+20211219
- 1.8.1+20211218
- 1.8.0+20211214
- 1.7.2+20210824
- 1.7.1+20210821
- 1.7.0+20210820
- 1.6.4+20210710
- 1.6.3+20210629
- 1.6.2+20210525
- 1.6.1+20210512
- 1.6.0+20210511
- 1.5.4+20210507
- 1.5.3+20210501
- 1.5.2+20210428
- 1.5.1+20210425
- 1.5.0+20210424
- 1.4.1+20210407
- 1.4.0+20210406
- 1.3.6+20210405
- 1.3.5+20210405
- 1.3.4+20210404
- 1.3.3+20210403
- 1.3.2+20210331
- 1.3.1+20210325
- 1.3.0+20210322
- 1.2.3+20210321
- 1.2.2+20210321
- 1.2.1+20210321
- 1.2.0+20210321
- 1.1.2+20210320
- 1.1.1+20210320
- 1.1.0+20210317
- 1.0.2+20210317
- 1.0.1+20210314
- 1.0.0+20210314
This package is auto-updated.
Last update: 2024-10-28 17:53:00 UTC
README
Set of classes/functions that may be universally useful for websites (or some parts of them, at least). They are provided in single library and not separately, not only because of some interdependencies, but also because if you are building a website from scratch, most likely, you will be interested in a bunch of them at the same time either way.
Notice: While some functions (like zEcho
or different Headers
) can replace respective logic in server software (like Apache, nginx and such), it's not recommended using them for that because of performance downside. Only use them only if you do not have access to server settings, want to pre-generate the headers to then use in server settings, or you want to customize some of them for specific pages, that you can't target by the server software.