Libraries tagged by ini
duncan3dc/php-ini
290926 Downloads
Manage php.ini settings on a temporary basis.
donatj/php-ini-builder
136522 Downloads
PHP `parse_ini_string` Compatible INI Builder
dev-to-geek/laravel-init
23951 Downloads
A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects
austinhyde/iniparser
46427 Downloads
A Zend_Config_Ini like parser for .ini files.
pestphp/pest-plugin-init
649470 Downloads
The Pest Init plugin
mad-web/laravel-initializer
175967 Downloads
A convenient way to initialize your application
m1/vars
124451 Downloads
Vars is a simple to use and easily extendable configuration loader with in built loaders for ini, json, PHP, toml, XML and yaml/yml file types. It also comes with in built support for Silex and more frameworks to come soon.
aplus/config
1608019 Downloads
Aplus Framework Config Library
rtckit/sip
20747 Downloads
SIP protocol implementation written in PHP
qruto/laravel-flora
98739 Downloads
Install and update Laravel application with single command
jawira/the-lost-functions
139768 Downloads
Collection of convenience functions.
kai-init/laravel-normcache
267 Downloads
Normalized caching for Laravel Eloquent. Self-invalidating, Redis-backed. Caches query IDs and model entities separately with versioned invalidation.
zetacomponents/configuration
514067 Downloads
A component that allows you to use configuration files in different formats. The formats include the standard .ini file, and an array based format.
swedbank-spp/swedbank-payment-portal
101600 Downloads
The Swedbank Payment Portal API Library provides access to the online banking system through which e-commerce transactions can be initiated and fulfilled by facilitating the exchange of bank data.
robinncode/db_craft
5214 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.