ledark / rbframeworks
Utilitarios para RBFrameworks
v0.2.66
2024-09-15 16:31 UTC
Requires
- php: >=7.2.0
- bramus/router: ^1.6
- catfan/medoo: ^2.1
- eftec/bladeone: ^3.44
- eftec/bladeonehtml: ^1.4
- guzzlehttp/guzzle: ^6.5
- guzzlehttp/psr7: ^1.6
- phpmailer/phpmailer: ^6.6
- sergeytsalkov/meekrodb: ^3.1
- symfony/cache: ^5.4
Requires (Dev)
- phpunit/phpunit: ^8.0.0
- dev-master
- v2.x-dev
- v1.x-dev
- v0.2.66
- v0.2.65
- v0.2.64
- v0.2.63
- v0.2.62
- v0.2.61
- v0.2.60
- v0.2.59
- v0.2.58
- v0.2.57
- v0.2.56
- v0.2.55
- v0.2.54
- v0.2.53
- v0.2.52
- v0.2.51
- v0.2.50
- v0.2.49
- v0.2.48
- v0.2.47
- v0.2.46
- v0.2.45
- v0.2.44
- v0.2.43
- v0.2.42
- v0.2.41
- v0.2.40
- v0.2.39
- v0.2.38
- v0.2.37
- v0.2.36
- v0.2.35
- v0.2.34
- v0.2.33
- v0.2.32
- v0.2.31
- v0.2.30
- v0.2.29
- v0.2.28
- v0.2.27
- v0.2.26
- v0.2.25
- v0.2.24
- v0.2.23
- v0.2.22
- v0.2.21
- v0.2.20
- v0.2.19
- v0.2.18
- v0.2.17
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.0.1
This package is auto-updated.
Last update: 2025-02-15 17:46:36 UTC
README
Classes for RBFrameworks and Utils
Dependences
Depedends on Private Projects using RBFrameworks
Install
Simple init this repo with composer:
composer install ledark/rbframeworks
Usage as Utilities
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
Folder Structure
. │ src #source files .php maped to RBFrameworks\ namespace │ └─── Database/ │ └─── Symfony/ │ └─── Types/ │ └─── Utils/ │ └─── App │ └─── Database │ └─── Debug │ └─── Directory │ └─── Http │ └─── Plugin │ └─── Template │ └─── TemplateController │ └─── _include.php │ .gitignore #keep files clean │ composer.json #composer │ README.md #this file