Libraries tagged by line count
zetacomponents/console-tools
1660392 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
drnxloc/laravel-simple-html-dom
275720 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
lochmueller/sourceopt
482569 Downloads
Optimization of the final page: reformatting the (x)HTML output & removal of new-lines, comments and generator-info including search and replace strings using your regular expressions. In addition combines all SVG selected within content-elements into one file and replaces by .
acquia/contenthub-console
823616 Downloads
A package providing Acquia ContentHub commands for the CommonConsole command line interface.
morrislaptop/var-dumper-with-context
141246 Downloads
Show the line number where the dump method was called
acquia/contenthub-console-helpers
824535 Downloads
A package providing Helper Libraries for the CommonConsole command line interface.
acquia/cloud-contenthub-console
822979 Downloads
A package providing Acquia Cloud commands for the CommonConsole command line interface.
acquia/acsf-contenthub-console
820265 Downloads
A package providing Acquia Cloud Site Factory commands for the CommonConsole command line interface.
inhere/console
7152 Downloads
php console library, provide console argument parse, console controller/command run, color style, user interactive, information show.
goomento/module-page-builder
9867 Downloads
Goomento - The Free Magento Page Builder Extension, allows you to create unique Magento websites, landing pages using advanced animations, custom CSS, responsive designs, and more, without a line of code.
steefdw/standards-enums
41632 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
atchondjo/geoip2country
3104 Downloads
A lightweight but powerful IP address lookup database solution to determine visitors country
lysice/php-simple-html-dom-parser
28854 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
benpickles/peity
2780 Downloads
Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini `` pie, donut, line or bar chart.
robinncode/db_craft
2033 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.