Libraries tagged by anxis
unitkit/uk-hash-bundle
72 Downloads
library for form antispam protection
tlorens/doctrine-extensions-bundle
10 Downloads
Forked from antishow/doctrine-extensions-bundle integration of the gedmo/doctrine-extensions with Symfony 5
schwartzmj/statamic-akismet
199 Downloads
Form antispam for Statamic.
meteo-concept/hiddenfieldantispam-bundle
106 Downloads
A Symfony bundle to add a hidden field antispam mechanism in all forms
matomo-org/jshrink
0 Downloads
anishacks - PoC
guysolamour/laravel-deploy
48 Downloads
Laravel deployment system built with ansible & ansistrano
guysolamour/laravel-administrable-deploy
81 Downloads
Deployment system built with ansible & ansistrano
datatables.net/datatables.net-fixedcolumns-zf
8 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [Foundation](https://get.foundation/)
datatables.net/datatables.net-fixedcolumns-se
27 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [SemanticUI](https://semantic-ui.com/)
datatables.net/datatables.net-fixedcolumns-ju
18 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-fixedcolumns-jqui
11 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-fixedcolumns-bm
4 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [Bulma](https://bulma.io/)
codepotatoltd/activecampaignakismet
0 Downloads
Push data into Activecampaign and antispam checks with Akismet
arpablue/fieldlist
8 Downloads
It is a object to mange a value using a key, but identify each value using uncase-sensitive key. This allow get values using case un-sensitive methods and compare both list, using a strict mode for a exactly comparation of the keys and values, an compare mode only verify the current keys and values aexist in the second luist and the low mode only verify the keys exists in the second list.
yanxishe/php-old-style
0 Downloads
A compatibility layer of old php functions for running in new php versions,for example use mysql_* function in PHP5.5 or later. Chinese :php-old-style是一个PHP旧版本函数的兼容层,可以在新的PHP版本中兼容一些被废弃的函数(将旧函数名称用新函数来实现)。比如可以在PHP5.5之后的版本,继续使用mysql_*系列函数。