| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation | Screenshots |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-05-08 (-5 hours ago)  |     62% | Total: 620 | All time:  5,084 This week: 455  | |||||
| Version | License | PHP version | Categories | |||
| ci-developer-toolbar 0.31 | MIT/X Consortium ... | 5.3 | PHP 5, Debug, Libraries, Performance ... | 
| Description | Author | |||||||||||||||||||||||
| This package is a CodeIgniter library to show a developer toolbar. Innovation Award | 
 | |||||||||||||||||||||||
CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimization.
 

Copy the files to the application/third_party/DevelBar folder.
Copy the file core/MY_Loader.php to the application/core folder.
Copy the file controllers/develbarprofiler.php to the application/controllers folder.
Change permissions for cache folder chmod 777 application/cache
If you are using HMVC third party library, copy MX_Loader.php instead of MY_Loader.php to your core directory,
and change the file name to MY_Loader.php instead of MX_Loader.php.
Open application/config/autoload.php :
$autoload['packages'] = array(APPPATH . 'third_party/DevelBar');
Open application/config/config.php :
$config['enable_hooks'] = TRUE;
Open application/config/hooks.php and add this line :
$hook['display_override'][] = array(
	'class'  	=> 'Develbar',
    'function' 	=> 'debug',
    'filename' 	=> 'Develbar.php',
    'filepath' 	=> 'third_party/DevelBar/hooks'
);
Enable or disable Develbar, open application/third_party/DevelBar/config/config.php :
$config['enable_develbar'] = TRUE;
If you want to disable some sections within the developer toolbar,
Open application/third_party/DevelBar/config/config.php, and set the sections value to FALSE :
$config['develbar_sections'] = array(
	'Benchmarks' 		=> TRUE,
    'Memory Usage'	   	=> TRUE,
    'Request'   		=> TRUE,
    'Database'			=> TRUE,
    'Hooks'			=> FALSE, // Disable Hooks Section
    'Libraries'			=> TRUE,
    'Helpers' 			=> FALSE, // Disable Helpers Section,
    'Views' 			=> TRUE,
    'Config' 			=> TRUE,
    'Session' 			=> TRUE,
    'Models' 			=> TRUE,
    'Ajax'                      => TRUE,
);
To auto check for available new version of CodeIgniter and DeveloperToolbar, you should set check_update option to TRUE,
within application/third_party/DevelBar/config/config.php :
$config['check_update'] = TRUE;
| Screenshots (1) | ||
|  Files (64) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  .github (1 file) | ||||
|  config (4 files) | ||||
|  controllers (2 files) | ||||
|  core (3 files) | ||||
|  third_party (1 file, 1 directory) | ||||
|    CHANGELOG.md | Data | Auxiliary data | ||
|    CODE_OF_CONDUCT.md | Data | Auxiliary data | ||
|    CONTRIBUTING.md | Data | Auxiliary data | ||
|    ISSUE_TEMPLATE.md | Data | Auxiliary data | ||
|    LICENSE | Data | Auxiliary data | ||
|    README.md | Doc. | Auxiliary data | ||
|    version.json | Data | Auxiliary data | ||
|  Files (64) | / | config | 
| File | Role | Description | 
|---|---|---|
|    autoload.php | Conf. | Configuration script | 
|    config.php | Conf. | Configuration script | 
|    hooks.php | Conf. | Configuration script | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | controllers | 
| File | Role | Description | 
|---|---|---|
|  develbarprofiler.php | Class | Class source | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | core | 
| File | Role | Description | 
|---|---|---|
|    index.html | Doc. | Documentation | 
|  MX_Loader.php | Class | Class source | 
|  MY_Loader.php | Class | Class source | 
|  Files (64) | / | third_party | 
| File | Role | Description | ||
|---|---|---|---|---|
|  DevelBar (6 directories) | ||||
|    index.html | Doc. | Documentation | ||
|  Files (64) | / | third_party | / | DevelBar | 
|  Files (64) | / | third_party | / | DevelBar | / | assets | 
|  Files (64) | / | third_party | / | DevelBar | / | assets | / | css | 
| File | Role | Description | 
|---|---|---|
|    develbar.css | Data | Auxiliary data | 
|  Files (64) | / | third_party | / | DevelBar | / | assets | / | images | 
| File | Role | Description | 
|---|---|---|
|    ajax.png | Icon | Icon image | 
|    ci.png | Icon | Icon image | 
|    config.png | Icon | Icon image | 
|    database.png | Icon | Icon image | 
|    helper.png | Icon | Icon image | 
|    hook.png | Icon | Icon image | 
|    library.png | Icon | Icon image | 
|    memory.png | Icon | Icon image | 
|    model.png | Icon | Icon image | 
|    session.png | Icon | Icon image | 
|    setting.png | Icon | Icon image | 
|    timer.png | Icon | Icon image | 
|    view.png | Icon | Icon image | 
|  Files (64) | / | third_party | / | DevelBar | / | assets | / | js | 
| File | Role | Description | 
|---|---|---|
|    ajax.js | Data | Auxiliary data | 
|    develbar.js | Data | Auxiliary data | 
|  Files (64) | / | third_party | / | DevelBar | / | helpers | 
| File | Role | Description | 
|---|---|---|
|  utility_helper.php | Class | Class source | 
|  Files (64) | / | third_party | / | DevelBar | / | hooks | 
| File | Role | Description | 
|---|---|---|
|    Develbar.php | Conf. | Configuration script | 
|  Files (64) | / | third_party | / | DevelBar | / | language | 
|  Files (64) | / | third_party | / | DevelBar | / | language | / | english | 
| File | Role | Description | 
|---|---|---|
|    develbar_lang.php | Conf. | Configuration script | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | third_party | / | DevelBar | / | language | / | french | 
| File | Role | Description | 
|---|---|---|
|    develbar_lang.php | Conf. | Configuration script | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | third_party | / | DevelBar | / | language | / | german | 
| File | Role | Description | 
|---|---|---|
|    develbar_lang.php | Conf. | Configuration script | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | third_party | / | DevelBar | / | language | / | italian | 
| File | Role | Description | 
|---|---|---|
|    develbar_lang.php | Conf. | Configuration script | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | third_party | / | DevelBar | / | language | / | turkish | 
| File | Role | Description | 
|---|---|---|
|    develbar_lang.php | Aux. | Auxiliary script | 
|    index.html | Doc. | Documentation | 
|  Files (64) | / | third_party | / | DevelBar | / | views | / | develbar | 
| File | Role | Description | 
|---|---|---|
|    ajax.php | Aux. | Auxiliary script | 
|    benchmarks.php | Conf. | Configuration script | 
|    config.php | Conf. | Configuration script | 
|    database.php | Conf. | Configuration script | 
|    develbar.php | Conf. | Configuration script | 
|    helpers.php | Conf. | Configuration script | 
|    hooks.php | Conf. | Configuration script | 
|    libraries.php | Conf. | Configuration script | 
|    memory_usage.php | Conf. | Configuration script | 
|    models.php | Conf. | Configuration script | 
|    not_supported.php | Conf. | Configuration script | 
|    profiler.php | Example | Example script | 
|    request.php | Conf. | Configuration script | 
|    session.php | Conf. | Configuration script | 
|    views.php | Conf. | Configuration script | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 98% | 
 | 
 | 
| User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
| 
 | 
 | ||||||||||||||||||||||||||||||||||
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.