PHP code example of ledark / rbframeworks

1. Go to this page and download the library: Download ledark/rbframeworks library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ledark / rbframeworks example snippets


use RBFrameworks\Core\Utils\Strings\Dispatcher;

echo Dispatcher::sef("Uma frase que será transformada em versão Search Engine Friendly!"); //uma-frase-que-sera-transformada-em-versao-search-engine-friendly
bash
.
│   src                  #source files .php maped to RBFrameworks\ namespace
│   └─── Database/
│   └─── Symfony/
│   └─── Types/
│   └─── Utils/
│   └─── App
│   └─── Database
│   └─── Debug
│   └─── Directory
│   └─── Http
│   └─── Plugin
│   └─── Template
│   └─── TemplateController
│   └─── _