Libraries tagged by timino
timenomad/php-stripe-oauth
12981 Downloads
PHP library which helps perform an OAuth2 flow for Stripe.
timenomad/oauth2-php-closed-source
478 Downloads
A server implementation of OAuth 2.0 in PHP.
timenomad/getresponse-v3-api
225 Downloads
A PHP wrapper for the GetResponse V3 API, supporting OAuth2 authorization flow
timenomad/dpzflickr
3083 Downloads
PHP client library for Flickr.
zvps/ebay-sell-fulfillment-php-client
33 Downloads
Use the Fulfillment API to complete the process of packaging, addressing, handling, and shipping each order on behalf of the seller, in accordance with the payment method and timing specified at checkout.
tobias74/tiro
79 Downloads
Lightweight Timing and Performance Utilitiy for PHP
tendopay/tendopay-payment
0 Downloads
TendoPay works as a payment method and allows users to spread their purchase across multiple instalments. User instalment payments are clearly visible with no hidden or additional fees. Application to TendoPay is quick, a user can get approved within 24 hours. Also users can manage their account from anywhere - desktop, mobile or tablet through the TendoPay admin panel. TendoPay was built to help provide users a more flexible payment method suited for timing that works for them
symfony-bro/monolog-timer-processor
3562 Downloads
A processor for Monolog that adds timing info to the message contexts
sy/stopwatch
1476 Downloads
Utility class for timing
sy/debug
1496 Downloads
Logging and timing tools
sumfen/easy-task
30 Downloads
easy-task, simple timer, timing task
sportic/omniresult-common
478 Downloads
a common client scraper for getting data from timing websites
sifex/laravel-sla-timer
3 Downloads
A Laravel package for calculating & tracking the Service Level Agreement completion timings
shmeeps/simple-timer
9 Downloads
Simple interface for timing/benchmarking PHP applications
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions