Libraries tagged by User Class
mobi-market/tcpdi
9122 Downloads
TCPDI is a PHP class for importing PDF to use with TCPDF
luisaugustobraga/tcpdi
4483 Downloads
TCPDI is a PHP class for importing PDF to use with TCPDF
d-scribe/laraquick
1631 Downloads
A collection of classes to be extended/used in laravel applications for quick development
carloswph/tonton
140 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
anywhere/wrapper
3273 Downloads
Class Wrapper and library for used with OAAS Anywhere
googlechromelabs/third-party-capital
16 Downloads
This package is a collection of classes and utilities that can be used to efficiently load third-party libraries into your PHP application.
eddieantonio/bcrypt
46466 Downloads
Bcrypt class stolen from the internet, for use with Composer.
zgldh/gd-text-for-chinese
731 Downloads
A class drawing multiline and aligned text on pictures. Uses GD extension. For Chinese optimized.
ujy/bitrix24_api_authorization
1784 Downloads
Authorization class to easy get Bitrix24 Access Tokens for use in API
txz/sdk
3 Downloads
The SDK contains functions, classes, APIs, and demos. Copy and paste for use.Welcome to use. If you have any questions, please contact the community.
tuutti/php-klarna-payments
61832 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
particlebits/imap
55402 Downloads
PHP class to access an IMAP mailbox. Specifically uses the Laminas library and not the IMAP extension.
old-xoops-libraries/php-downloader
32902 Downloads
Some classes from php-downloader v1.0 by www.ipunkt.biz package that were used in Xoops but can't be found outside
mouf/utils.common.validators
162503 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.formatters
33329 Downloads
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.