Libraries tagged by als
crisu83/closurecompiler-bin
10223 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
common-libs/io
289 Downloads
SimpleDirLister is a php lib and a fronted of these lib. You can get complete filetrees and informations about files. You can also show these infos in a clean way
coderscare/dmmjobcontrol
4 Downloads
This extension integrates the grid layout concept also to regular content elements - the grid elements. It offers a lot of new features like advanced drag & drop or real references, that improve the usability of the page and list module to speed up the daily work with the backend.
code-distortion/swap-con
8554 Downloads
A Laravel package giving you control over which database to use and when without having to micro-manage (also for broadcasting, cache, filesystem, logging and queue connections)
clox/hicurl
69 Downloads
hicurl is an object-oriented wrapper of the PHP cURL extension.Its main feature however is the ability to save requested pages and it also includes a javascript "class" for viewing the saved data.
climacons-webfont/climacons-webfont
22 Downloads
The Climacons webfont. Climacons created by Adam Whitcroft. Credit also to Christian Naths for webfont version.
civitatis/redsys-consultas
165 Downloads
Permite consultar al servicio de consulta de transacciones de Redsys
chroma-x/json-http-client
2471 Downloads
A JSON HTTP client library. This project also is the reference implementation for extending the PHP Basic HTTP Client.
chrissileinus/template-php
22 Downloads
A template engine to generate strings from a template. Also it is possible to colorize parts with ANSI codes with the help of the ansiPHP class.
chrisnoden/synergy1
108 Downloads
Synergy1 Lightweight MVC framework for rapid template-driven web deployment. Also provides a RESTful interface to a Propel2 model.
checkitsedo/checkitcalendarize
4 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
checkitsedo/calendarize
22 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
chatbots/chatbotblueprint
24 Downloads
This will give an overview of chatbot in laravel.with form and views that is required also databases
charm/router
22 Downloads
A very fast, tiny single file router implementation. Compatible with PSR Middlware. Takes you from /users/{id:\d+} to `User::profile($id)`. Also in reverse: `$router->url([User::class, 'profile'], 123)` gives you the URL.
charm/db
33 Downloads
PDO wrapper, for those that dislike verbose `PDOStatement` methods but also dislike SQL injection.