Libraries tagged by One class
pem-fr/php-test-tools
8602 Downloads
The classic php test tools all-in-one
tuutti/php-klarna-payments
61493 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/).
tukiosinc/tfpdf
142 Downloads
This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.
sukohi/wafu
1162 Downloads
PHP class that mainly developed for Laravel to provide Japan-Related data like week name, gender and so on.
small/collection
849 Downloads
Provide PHP collection classes, with a selector to make complex queries on collections.
oilstone/logging
5232 Downloads
A PSR\Log wrapper for handling static log classes that can be enabled/disabled on the fly
nstcactus/craft-utils
1465 Downloads
A collection of utility classes to make my life easier when working on Craft CMS projects
logoscon/acf-plus
22945 Downloads
Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.
krupni/yii-eoauth
13941 Downloads
Yii Framework Extension. EOAuthUserIdentity class implements IUserIdentity Yii interface and the OAuth protocol to authenticate a user. Based on Google's software.
ironer/base62shrink
104 Downloads
Simple javascript to perform LZW compression on longer structured or repetitive UTF8 data (like stringified JSON) to some universally web safe form. Simple PHP class for server side data processing.
idimsh/better-bypass-finals
2342 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
dwnload/edd-software-license-manager
361 Downloads
A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.
dv-team/json
481 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
drewlabs/curl-client
995 Downloads
Provides a PHP class around PHP curl object and Psr18 client based on the curl library
distilleries/datatable-builder
9528 Downloads
Based on https://github.com/chumper/datatable. It's an abstract class to implement the datatable like https://github.com/Distilleries/FormBuilder.