Libraries tagged by unit php
jamal/unit-converter
16 Downloads
A modern, well-tested unit conversion library for PHP 8.1+ with Laravel 10 integration.
elijahb/phpcs-testability
281 Downloads
PHPCodeSniffer sniffs for unit test code testability check
cyberhouse/phpstyle
1693 Downloads
Common utilities for unit testing and checking PHP Code Style required by Cyberhouse
codeinc/config-file-unit-test
5 Downloads
A unit test for a PHP config file using constants
cross-solution/phpunit-utils
930 Downloads
Utilities to aid in writing unit tests with the PHPUnit Framework
xxzeroxx/unit-converter
15 Downloads
PHP library for converting units.
ronyldo12/php-stubs
2 Downloads
A flexible, simple and poweful PHP stubbing library for unit testing, built on the runkit7 extension. Easily stub instance and static methods, use advanced argument matchers, and set call expectations. Designed for seamless integration with PHPUnit and PHP 7.4+.
php-platform/restful-unit
205 Downloads
php-platform/persist-unit
1381 Downloads
gcds/php-wrappers
6 Downloads
PHP Function Wrappers for unit testing
itcig/phpunit
3677 Downloads
PHPUnit extender for bootstrapping unit and integration test suites.
retrochaos/trustpilot-business-unit-api
2 Downloads
PHP integration with the Trustpilot Business Unit API
moneymaxim/trustpilot-business-unit-api
30173 Downloads
PHP integration with the Trustpilot Business Unit API
marando/units
384 Downloads
A PHP package consisting of classes representing units of measure
zvps/ebay-sell-logistics-php-client
32 Downloads
Note: This is a (Limited Release) API available only to select developers approved by business units. The Logistics API resources offer the following capabilities: shipping_quote – Consolidates into a list a set of live shipping rates, or quotes, from which you can select a rate to ship a package. shipment – Creates a "shipment" for the selected shipping rate. Call createShippingQuote to get a list of live shipping rates. The rates returned are all valid for a specific time window and all quoted prices are at eBay-negotiated rates. Select one of the live rates and using its associated rateId, create a "shipment" for the package by calling createFromShippingQuote. Creating a shipment completes an agreement, and the cost of the base service and any added shipping options are summed into the returned totalShippingCost value. This action also generates a shipping label that you can use to ship the package. The total cost of the shipment is incurred when the package is shipped using the supplied shipping label. Important! Sellers must set up a payment method via their eBay account before they can use the methods in this API to create a shipment and the associated shipping label.