Libraries tagged by ckan
typo3/cms-sys-note
4994347 Downloads
TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.
typo3/cms-redirects
5896866 Downloads
TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.
tinybutstrong/opentbs
649067 Downloads
With OpenTBS you can merge LibreOffice, OpenOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use LibreOffice, OpenOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats.
texy/texy
772243 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
t3g/blog
489960 Downloads
This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.
stevencorona/opcache-json
185845 Downloads
Library that grabs some critical stats from Zend Opcache and outputs to JSON for monitoring and alerting. Can also output to statsd sink.
steampixel/simple-php-router
51535 Downloads
This is a simple and small PHP router that can handle the whole url routing for your project.
spatie/laravel-support-bubble
129358 Downloads
A non-intrusive support chat bubble that can be displayed on any page
spatie/laravel-stats
193486 Downloads
Track application stat changes over time
rinvex/laravel-categories
149811 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
php-tuf/composer-stager
815118 Downloads
Stages Composer commands so they can be safely run on a production codebase.
php-coord/php-coord
745551 Downloads
PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.
pear/numbers_words
878112 Downloads
Allows converting numbers written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity.
michael-rubel/laravel-formatters
80351 Downloads
This package is a collection of classes you can use to standardize data formats in your Laravel application. It uses the Service Container to easily extend or override the formatter classes.
mattiasgeniar/phpunit-query-count-assertions
569022 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).