Libraries tagged by GETTR
marsapp/arrayhelper
1156 Downloads
ArrayHelper liberary, providing functions such as rebuilding indexes, grouping, getting content, recursive difference sets, recursive sorting, etc.
maliboot/lombok
1650 Downloads
这是一个通过注解来减少`重复代码`的工具。本插件参考了[Java库-Lombok](https://projectlombok.org/)奇思妙想编写而成。实现了setter、getter、日志、类委托、属性委托、常用的工具类方法注解等....
jdgrimes/wp-l10n-validator
34639 Downloads
Gettext localization validator for WordPress
guardian360/resonance
11858 Downloads
Resonance aims to make performing HTTP requests and getting responses extremely simple.
divineomega/php-postcodes
8852 Downloads
This library handles various UK postcode related tasks such as address lookup by postcode, postcode validation, generation of valid UK postcodes and getting a postcode's outward and inward codes.
datatables.net/datatables.net-searchpanes-bs4
1861 Downloads
The SearchPanes extension for DataTables provides improved Searching functionality allowing users to select options from a Pane which will then in turn search the DataTable and return the relevant results. There are multiple configuration options available to enhance SearchPanes. This is SearchPanes for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
datatables.net/datatables.net-responsive-bs4
3185 Downloads
In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
datatables.net/datatables.net-buttons-bs4
10264 Downloads
The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
danilovl/parameter-bundle
578 Downloads
Symfony bundle provides comfortable getting parameters from config.
chippyash/strong-type
16608 Downloads
Strong type support. For when you absolutely want to know what you are getting
blue-tomato/elasticsearch-feeder
1281 Downloads
Schema-flexible ProcessWire module for getting your page into ElasticSearch
alnutile/fixtures
6447 Downloads
Help with saving and getting JSON files for testing APIs
6dreams/rich-model-trait
1321 Downloads
A rich replacement for your anemic getters and setters
fleshgrinder/value
32887 Downloads
A modern replacement for PHP’s gettype function.
aedart/overload
11174 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)