Libraries tagged by php optional
php-slang/php-slang
27232 Downloads
PHPSlang is a library that allow you to write a purely functional code in PHP
ixnode/php-date-parser
544 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
bayfrontmedia/php-http-request
1628 Downloads
Easily handle data from incoming HTTP requests.
messente/messente-omnichannel-php
2737 Downloads
Messente's API which allows sending messages via various channels with fallback options.
bosunski/results
522 Downloads
Rust-like Result/Option utility for PHP
wponion/wponion
706 Downloads
~ Lightweight, Flexible & Rapid WP Development Framework ~
navindex/simple-config
1406 Downloads
Simple library to create and modify a configuration structure.
jp10/maileva-simple-sdk
2761 Downloads
API pour envoyer et suivre des courriers postaux. Elle comprend les fonctions clés pour : - créer un envoi, - ajouter des documents et des destinataires, - choisir ses options, - suivre la production. Pour connaitre les notifications (webhooks) concernées par cette API, consultez la documentation de l'API notification_center.
jp10/maileva-registered-sdk
2310 Downloads
API pour envoyer et suivre des Lettres Recommandées En Ligne distribuées par le facteur. Elle comprend les fonctions clés pour : - créer un envoi, - ajouter des documents et des destinataires, - choisir ses options, - suivre la production. Pour connaitre les notifications (webhooks) concernées par cette API, consultez la documentation de l'API notification_center.
jaxon-php/jaxon-config
422 Downloads
Save config options in immutable objects.
bilalmardini/firebase-notification
57 Downloads
Laravel Firebase Notification is a robust and user-friendly package designed to integrate Firebase Cloud Messaging (FCM) with Laravel applications. This package streamlines the process of sending notifications to users through Firebase, supporting various notification targeting options and customization features.
williamheelis/restful-inputs
126 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
jeffersongoncalves/filament-check-whois-widget
8 Downloads
The Filament Check Whois Widget is a package for the Filament PHP framework that allows you to easily check the WHOIS information for domains. It integrates seamlessly with Filament's AdminPanel, providing a clean and user-friendly interface. The widget fetches WHOIS data using an external API (requiring an API key), displaying key details like registrant information, registration date, and expiry date. Configuration options allow for customization of the widget's appearance and behavior, such as setting the number of domains displayed per row, the column span, and whether to show a title. This simplifies the process of obtaining crucial domain information within your Filament application.
adrii/curl-helper
16322 Downloads
CurlHelper is a streamlined PHP utility for easy cURL usage, supporting GET, POST, PUT, and DELETE methods. It simplifies HTTP requests by offering straightforward options and header settings, making web API interactions more accessible and efficient.
phpdevcommunity/php-options-resolver
172 Downloads
This library provides a simple solution for processing and validating option arrays in PHP.