Libraries tagged by particle
hut6/oembed
2311 Downloads
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
hguenot/phpstream
602 Downloads
PHPStream claims to be a partial PHP port of the Java Stream API.
heimrichhannot/contao-newsnavigation-bundle
1624 Downloads
A bundle to provide a navigation between news articles
grrinch/luya-module-posts
101 Downloads
A more up-to-date for of the original `denyadzi/luya-module-posts` repository. The posts module provides standard blog/news functionality, including categories, articles, tags, wysiwyg, social networks integration.
fenos/mex
71 Downloads
Multi participants Chat API for laravel 4
denyadzi/luya-module-posts
139 Downloads
The posts module provides standard blog/news functionality, including categories, articles, tags, wysiwyg, social networks integration.
demos-europe/demosplan-core
3 Downloads
demosplan is a web application for public participation in planning processes
davor/news-recommendation
133 Downloads
This package provides AI generated recommendation tags for articles and stores them
datatables.net/datatables.net-responsive-zf
67 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 [Foundation](https://get.foundation/)
datatables.net/datatables.net-responsive-bs
299 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 [Bootstrap](https://getbootstrap.com/docs/3.3/)
datatables.net/datatables.net-keytable-bs5
1484 Downloads
KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly. This is KeyTable for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedheader-ju
22 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-fixedheader-bs
136 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
ctwj/wechat_search_api
41 Downloads
api for wechat subscribe account and articles by sogou search
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.