Libraries tagged by link it
danialrahimy/meta-laravel
35 Downloads
it's a package for managing css, js links ( add to html files ) in laravel project
onm/int-park
698 Downloads
Interactive Park Planner is a TYPO3 extension which is using leaflet library to place and show markers with its description on an image. You can create as many "plans/images" as you want. Markers with custom icons can also be used. Also, per marker, you can define individual titles and links to subpages. - Get in touch with us: Open New Media GmbH | Digital communication agency | Tel .: +49 261 30380-80 | E-Mail: [email protected] | Web: https://www.onm.de | Hotel solutions: https://www.hotelsuite.de
ondkal/paginator
16 Downloads
A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses. This is a fork of the original project by Jason Grimes that allows using item number (in addition to page number) as NUM_PLACEHOLDER for the target link in the URL.
rooftopcms/rooftop-response-sanitiser
387 Downloads
The awesome WP-API includes some things in its response that we would rather handle in the client.For example, we remove content['rendered'] and replace with content['json'] with links replaced with shortcodes.
amirami/localizator
359794 Downloads
Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It works using the artisan command line and the provided localize command.
ginq/ginq
255180 Downloads
LINQ to Object inspired DSL for PHP
zetacomponents/console-tools
1656631 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
digitaldream/laracrud
20648 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
jeroen/json-dump-reader
10871 Downloads
Provides line-by-line readers and iterators for Wikibase/Wikidata JSON dumps
plesk/wappspector
8926 Downloads
Command-line interface utility to analyze the file structure of a web hosting server and identify the frameworks and CMS used in the websites hosted on it.
cobweb/flush_language_cache
90783 Downloads
Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.
glennraya/xendivel
863 Downloads
A Laravel package to easily integrate Xendit payment gateway. It supports credit and debit cards, and e-wallet payments and custom invoices, queued notifications, webhook listeners and more.
tmuras/moosh
1192 Downloads
Moosh stands for MOOdle SHell. It is a command-line tool that will allow you to perform most common Moodle tasks.
dmelo/pchart
14677 Downloads
pChart is a PHP library that will help you to create anti-aliased charts or pictures directly from your web server. You can then display the result in the client browser, sent it by mail or insert it into PDFs. pChart provide object oriented coding syntax and is fully in line with the new web standards allowing you to enhance your web2.0 applications.
cmpayments/jsonlint
4637 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.