Libraries tagged by cyan
pimcore/search-query-parser
468902 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
orklah/psalm-strict-equality
124782 Downloads
Automatically change == into === when safe
nystudio107/craft-twig-sandbox
101121 Downloads
Allows you to easily create a sandboxed Twig environment where you can control what tags, filters, functions, and object methods/properties are allowed
nystudio107/craft-imageoptimize
328638 Downloads
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.
nhkey/yii2-activerecord-history
133845 Downloads
Storage history of changes to ActiveRecord
michael-rubel/laravel-value-objects
34562 Downloads
It is an example template for Laravel packages. Fill or change it the way you like.
michael-rubel/laravel-formatters
83092 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.
mateus/module-orderstatuscolor
23050 Downloads
Changes the color of the order status column in the UI grid, based on the current status of the order.
marcocesarato/sqlparser
36974 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
marcocesarato/amwscan
15515 Downloads
AMWSCAN (Antimalware Scanner) is a php antimalware/antivirus scanner console script written in php for scan your project. This can work on php projects and a lot of others platform.
maglnet/magl-markdown
158321 Downloads
Provides a ZF2 View Helper to render markdown syntax. It uses third-party libraries for the rendering and you can switch between different renderers.
magefan/module-translation
238999 Downloads
This module allowed admin user to change translations in admin panel
lochmueller/calendarize
126107 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
laravel-validation-rules/us-state
152262 Downloads
Validate US States and Canada Provinces
kiwilan/typescriptable-laravel
13746 Downloads
PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.