Close

Themehits

Download PHP Configurator Nulled

 


Hi there!

My name is PHP Configurator and I can help you to manage your configuration files into your PHP projects.

All your projects have some configurations settings which you can save on database or save under files in format PHP, ini, yaml, xml, etc.

You know, the most fast way is using PHP array, but give your customers a PHP array file can be hard to edit.

They need FTP program, an editor and know what to change. Without considering that they can wrong edit that files.

No worries!

Thanks to me, you can just create your PHP array organized into files, and I will create a nice user interface where your customers can easy edit your settings.

I work with any PHP array, but I have two basic modes: simple PHP associative array like array(‘key1’ => ‘value1’, ‘key2’ => ‘value2’) and an advanced mode, where you can define attributes like field type, validation, etc.

How does it work?

It’s pretty simple. Find below example of usage, then you can also check example demos here, here and here.

// 1. Include main class
include '../classes/Configurator.php';

// 2. Prepare Settings
$settings = [
  'base_dir' => '/path/to/www/envato/configurator' // base path to your project
  ,'config_dir' => '/config/' // config directory where you put your config files
  ,'form_field_prefix' => '<div class="form-group">' // Each form field will have this prefix
  ,'form_field_suffix' => '</div>' // Each form field will have this suffix
  ,'form_field_class' => 'form-control' // Form field class name
];

// 3. Create new instance passing $settings array
$configurator = new Configurator($settings);
// 4. Set configuration file (optional, if omitted, config.php will be used)
// The path of file is build using $settings['base_dir'] + $settings['config_dir'] + 'config' + '.php'
// 'config' is below paramter which you go to set
$configurator->setFile('my_config_filename');
// 5. Set language file (optional if you want translate label and description)
// The language file should be an associative array
$configurator->setLanguage(include '../config/language_en.php');
// 6. Load data from file
$configData = $configurator->loadFile();
// 7. Set current config so we can add/edit config
$configurator->setConfig($configData);
// 8. Check if post is submitted
if($_POST)
{
  // 9. Save
  $configurator->saveData($_POST);
} 
else 
{
   // display form with data of configuration file
   $configurator->displayForm();
}

Support forum:

https://socialveo.com/community

NOTE:
I have use this product in different PHP projects in last years, so it can consider stable version. However all software has bugs, and if you discover one, please let me know. I will do my best to fix them in later releases.

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = PHP Configurator
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/php-configurator/9216964″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy PHP Configurator from the The Developer ( macagoraga ) website. Thank you.
Download = PHP Configurator-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.