Libraries tagged by afdt
sonnguyen/module-billpayment
4 Downloads
Print bill payment after success
snackpatruljen/easy-html
21 Downloads
After finding it frustrating to either echo strings of HTML and going from and to PHP this package aims to make it easy to type deeply nested html elements in a functional style.
slicklabs/omnipay-multisafepay
38 Downloads
MultiSafepay driver for the Omnipay payment processing library with added Afterpay support
skywire/composer-copy-file
5016 Downloads
Composer script copying your files after install
skybluesofa/laravel-wrapped-facade
5 Downloads
Laravel facades with before/after method functionality
skeeks/cms-external-links
2108 Downloads
AutoCorrect external links after rendering html page
sitewards/pdfupload
2527 Downloads
Sitewards PdfUpload after SUPEE-9767 patch
sioweb/ccevent-git
1067 Downloads
Composer plugin event handler, run plugin scripts right after installer (post-[update|install]-cmd) is done.
sioweb/ccevent
1569 Downloads
Composer plugin event handler, run plugin scripts right after installer (post-[update|install]-cmd) is done.
simanaitis/regenerate-thumbnails
296 Downloads
Regenerate thumbnails, plugin usefull after registring new image dimensions
siestacat/unlink-clear-folder
80 Downloads
Remove dir after unlink if it is empty
shinepress/hooks
17 Downloads
Tools for managing WordPress hooks before and after initialization
sfcms/making-bundle
11 Downloads
Module allowing you to create one or more achievements. Each creation will include before and after photos, in order to highlight your qualities and your know-how.
seppzzz/html-editor-scroll
11 Downloads
Provides a Silverstripe TinyMCE plugin that records the last scrolled or edited position in the HTML editor field. This is especially useful for editing long content, preventing the need to search and scroll to your previous position after saving.
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