Libraries tagged by One class
innoge/laravel-enum-states
98 Downloads
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
ghostff/dump7
11284 Downloads
A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.
teknoo/gd-text
36079 Downloads
A class drawing multiline and aligned text on pictures. Uses GD extension.
norman-huth/gd-text
2190 Downloads
A class drawing multiline and aligned text on pictures. Uses GD extension.
mouf/html.htmlelement
372600 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
simplemage/module-category-product-indexer
32 Downloads
High-performance rewrite of Magento 2's catalog_category_product indexer using the snapshot pattern. Solves the classic 'Could not acquire lock' hang on large catalogs (500k+ products). 2.6x-7.7x faster measured on real production databases.
drupal/local
5021 Downloads
A local services website template built on Drupal CMS with Canvas with a classic blue and white palette.
tuutti/php-klarna-payments
71064 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
5537 Downloads
This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.
oilstone/logging
8078 Downloads
A PSR\Log wrapper for handling static log classes that can be enabled/disabled on the fly
marcovtwout/yii2-environment
66315 Downloads
Environment class for Yii 2, used to set configuration for console and web apps depending on the server environment.
fostercommerce/shipments
923 Downloads
A Craft CMS plugin that adds first-class shipments to Craft Commerce, splitting each completed order into one or more Shipment elements via a pluggable rules engine.
dwnload/wp-settings-api
12822 Downloads
A PHP class abstraction that removes all the headaches of the WordPress settings API under the hood and builds a nice options panel on the fly.
detain/sshwitch
2287 Downloads
Login and run commands on your network devices via an ssh connection on a remote server. Easy to use PHP static class methods with static chaining support for rapid development. Supports Cisco and Juniper network routers and switches with more easily added.
dealnews/filter
6206 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.