Libraries tagged by note
pixelstudio/wc-ongkir-indonesia
12 Downloads
Calculate shipping cost for Indonesian couriers like JNE, J&T, TIKI, POS, etc. Requires PRO or FREE License from RajaOngkir. Not affiliated with RajaOngkir.
pimlie/php-dkim
3479 Downloads
Finally, a PHP5 class for not just signing, but _verifying_ DKIM signatures.
phpsandbox/standard
5739 Downloads
Official scaffold for Standard notebooks on PHPSandbox
phpsandbox/interactive
2304 Downloads
Standard scaffold for Interactive notebooks on PHPSandbox
php-sap/common
15405 Downloads
Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.
particlebits/imap
55366 Downloads
PHP class to access an IMAP mailbox. Specifically uses the Laminas library and not the IMAP extension.
ordinary9843/ghostscript
13013 Downloads
Use Ghostscript to merge / split all PDF files or guess and convert PDF file version, and transform PDF into images. Fix FPDI error by Ghostscript: This document PDF probably uses a compression technique which is not supported by the free parser shipped with FPDI.
ocramius/laminas-console-temporary-fork
7020 Downloads
UNMAINTAINED! A replacement for `laminas/laminas-console` that allows installation on PHP 8.0 onwards. Built for specific customer needs: do not use it in your own software, if not instructed to do so by Ocramius!
netzdirektion/punchcommerce-client-php
2056 Downloads
PunchCommerce API client library for PHP. In Need of a PunchOut Catalogue? - With PunchCommerce you do not need any previous knowledge to enable your customers to access your product catalogue via the OCI or cXML PunchOut protocol.
ndamiens/amazon-s3-php-class
10435 Downloads
A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.
mpociot/human-regex
100 Downloads
Regular expressions for human beings, not machines
mouf/utils.i18n.fine
169418 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
mouf/utils.common.validators
162293 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
mouf/utils.common.lock
66571 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
mouf/utils.common.getvars
162462 Downloads
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.