Libraries tagged by take
soysaltan/appender
24 Downloads
Take your appends control in Laravel 5.6+
sonntagnacht/backup-bundle
171 Downloads
command to take a snapshot of your project for symfony 2.8+
socarrat/serve
3 Downloads
Socarrat Serve takes care of tasks that involve HTTP such as routing and communication.
sirmekus/otu
5 Downloads
Otu is a PHP-based package that handles fine-formatting of string representation of (very) large numbers with their 'magnitude'. For instance, '50m' means 50000000. We can decide to write the entire 50000000 or just pass it to this package in the form of '50m' and have it take care of the presentation. It also works vice-versa. Walk with me.
sinclairt/magic-views
60 Downloads
Magic CRUD views that takes the hassle out of repetitive blades. Useful for RAD
serps/error-dispatcher
5 Downloads
Takes input named error and dispatches them following the given configuration
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
schlaus/tagline
17 Downloads
Tagline takes a tag and a file, and tells you if the tag is found in the file, and on which line.
santanamic/wc-z4money
7 Downloads
Take payments on CredtCard and Boleto using Z4Money.
sanskritick/version
187 Downloads
Take control over your Laravel app version
rotexsoft/callable-execution-timer
7 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
resknow/boilerplate
68 Downloads
Boilerplate - A PHP boilerplate that takes the faff out of developing websites.
renegare/es_service
211 Downloads
Simplified es manager/service class to get your PHP/Symfony Based server app using Elastic Search with minimum complications, but easily extendable to take on the bespoke
redwebdev/usps_zip_code
17 Downloads
This class will take a normalized USA address and return the 5 digit zip code
raheelarifkhans/json-to-html-converter
3 Downloads
This PHP function takes a JSON object and converts it into a structured HTML detail page. The function handles nested objects and arrays, displaying them appropriately in a user-friendly format.