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.
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
7572 Downloads
Official scaffold for Standard notebooks on PHPSandbox
phpsandbox/interactive
2775 Downloads
Standard scaffold for Interactive notebooks on PHPSandbox
particlebits/imap
55529 Downloads
PHP class to access an IMAP mailbox. Specifically uses the Laminas library and not the IMAP extension.
ngmy/laravel-ide-helper-eloquent
5561 Downloads
Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support @mixin.
netzdirektion/punchcommerce-client-php
3726 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.
mpociot/human-regex
102 Downloads
Regular expressions for human beings, not machines
mouf/utils.i18n.fine
170614 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
163392 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
67273 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
163557 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
180972 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...).
mouf/security.userfiledao
143898 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
mmauksch/json-repositories
122 Downloads
Basic implementation of the repository pattern that stores its content in serialized json files. Intended use is for testing or prototyping! NOT INTENDED FOR PRODUCTION USE!