Libraries tagged by note
proudcommerce/cmssnippets
3062 Downloads
Setting for cms pages, which may not be accessible via browser.
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.
phpwatch/wordpress-fast404
210 Downloads
WordPress plugin to prevent WordPress from delivering full Page-Not-Found errors when the browser is not expecting a full HTML page. Saves bandwidth and improves performance.
phpsandbox/standard
7596 Downloads
Official scaffold for Standard notebooks on PHPSandbox
particlebits/imap
55534 Downloads
PHP class to access an IMAP mailbox. Specifically uses the Laminas library and not the IMAP extension.
oscarricardosan/cache_object
819 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
niif/simplesamlphp-module-attributescope
1343 Downloads
Filter to remove attribute values which are not properly scoped.
netzdirektion/punchcommerce-client-php
3763 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
11434 Downloads
A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.
mpociot/human-regex
102 Downloads
Regular expressions for human beings, not machines
mouf/utils.i18n.fine
170619 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
163397 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
67280 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
163562 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.
mouf/utils.cache.no-cache
180977 Downloads
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).