Libraries tagged by php date
kekos/multipart-form-data-parser
139912 Downloads
PHP parser for HTTP multipart/form-data bodies
xefi/faker-php-locales-fr-fr
14795 Downloads
Faker extension to include fr_FR locale
xefi/faker-php-locales-en-us
3302 Downloads
Faker extension to include en_US locale
wundii/data-mapper
12451 Downloads
Modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
white-rabbit-1-sketch/php-file-hash-map
4740 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
stymiee/php-simple-encryption
9431 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
stimulsoft/reports-php
32136 Downloads
Stimulsoft Reports.PHP
socrata/soda-php
32808 Downloads
A simple library to make it easier to access SODA services from PHP
root23/php-json-canonicalization
235983 Downloads
Serialize data into canonical way, based on RFC-8785.
riverside/php-nominatim
28123 Downloads
PHP client for Nominatim, a search engine for OpenStreetMap data.
psx/datetime
244830 Downloads
PHP port of the Java JSR310 time API
prezly/slate-php
145508 Downloads
PHP implementation of the Slate Rich Text Editor data model
phrase/phrase-php
239765 Downloads
Phrase Strings API Reference. Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.
php-extended/php-parser-lexer
204421 Downloads
This library is an implementation of the php-extended/php-parser-interface based on a lexer for handling its data
php-extended/php-lexer-interface
232295 Downloads
A lexer to prepare the work for any parser of data