.. |
Bencode
|
Moved Bencode implementation into its own namespace.
|
2024-07-31 19:10:26 +00:00 |
Cache
|
Default to PHP serializer for Redis.
|
2024-04-10 23:40:14 +00:00 |
Colour
|
Added documentation comments to the Colour classes.
|
2023-11-09 13:36:45 +00:00 |
Data
|
Removed Version class, please use Composer's SemVer instead.
|
2024-07-31 21:01:22 +00:00 |
Http
|
Removed crusty HTTP header parsers.
|
2024-08-01 22:08:15 +00:00 |
IO
|
Removed most of the Environment class and renamed it to just Index as a library meta class.
|
2024-07-31 19:47:05 +00:00 |
Net
|
Replaced uses of floatval and intval with casts.
|
2023-01-01 19:00:00 +00:00 |
Performance
|
Imported into new repository.
|
2022-09-13 15:13:11 +02:00 |
ArrayIterator.php
|
Cleanups in XArray.
|
2023-11-09 13:12:34 +00:00 |
Base32.php
|
Moved Base32 and UriBase64 implementations into the root namespace.
|
2024-07-31 18:39:47 +00:00 |
ByteFormat.php
|
Added byte formatting methods.
|
2023-07-05 23:07:54 +00:00 |
CSRFP.php
|
Moved CSRFP into the root namespace.
|
2024-07-31 20:54:55 +00:00 |
ICloseable.php
|
Imported into new repository.
|
2022-09-13 15:13:11 +02:00 |
IComparable.php
|
Imported into new repository.
|
2022-09-13 15:13:11 +02:00 |
IEquatable.php
|
Imported into new repository.
|
2022-09-13 15:13:11 +02:00 |
Index.php
|
Removed most of the Environment class and renamed it to just Index as a library meta class.
|
2024-07-31 19:47:05 +00:00 |
IntegerBaseConverter.php
|
Added generic IntegerBaseConverter implementation and merged Base62 class with XNumber.
|
2024-07-31 19:05:41 +00:00 |
MediaType.php
|
Allow empty string in MediaType parser.
|
2023-07-22 14:25:58 +00:00 |
UriBase64.php
|
Moved Base32 and UriBase64 implementations into the root namespace.
|
2024-07-31 18:39:47 +00:00 |
WString.php
|
Removed AString and IString and turned WString into a utility class like XString for multibyte strings.
|
2024-01-04 02:07:43 +00:00 |
XArray.php
|
Cleanups in XArray.
|
2023-11-09 13:12:34 +00:00 |
XDateTime.php
|
Removed dodgy DateTimeInterface wrappers, use Carbon or the XDateTime utils instead.
|
2024-07-31 20:53:06 +00:00 |
XNumber.php
|
Added generic IntegerBaseConverter implementation and merged Base62 class with XNumber.
|
2024-07-31 19:05:41 +00:00 |
XString.php
|
Removed AString and IString and turned WString into a utility class like XString for multibyte strings.
|
2024-01-04 02:07:43 +00:00 |