Libraries tagged by codeigniter
yidas/pagination
17939 Downloads
PHP Paginator with Pager Widget (pure PHP, CI, Yii, Laravel support)
tatter/users
44248 Downloads
User interfaces and provider for CodeIgniter 4
tatter/schemas
30238 Downloads
Database schema management, for CodeIgniter 4
tatter/preferences
47919 Downloads
Persistent user-specific settings for CodeIgniter 4
tatter/permits
44108 Downloads
Model permission handling for CodeIgniter 4
tatter/layouts
46081 Downloads
Layout management service for CodeIgniter 4
tatter/audits
26827 Downloads
Lightweight object logging for CodeIgniter 4
rougin/spark-plug
18248 Downloads
Codeigniter 3 projects as variables.
romainrg/ratchet_client
6903 Downloads
CodeIgniter library who allow you to make powerfull applications with realtime interactions by using Websocket technology
phpmv/php-mv-ui
20493 Downloads
A JQuery and UI library for php and php MVC frameworks
openapi/openapi-sdk
1204 Downloads
Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)
maniaba/asset-connect
15123 Downloads
AssetConnect is a file management library for CodeIgniter 4 that allows you to associate files with any entity in your application
geeklabs/ci4-breadcrumbs
15118 Downloads
Breadcrumb navigation for CodeIgniter 4
codeigniter4/cache
21894 Downloads
PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4
robinncode/db_craft
4655 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.