Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
RESAZIP-PC\resaz
2026-02-20 21:30:21 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
84af91bd95d884c4c25074e6940f2178031da14e
84af91bd
1 parent
45f5be7e
update
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
.gitignore
README.md
composer.json
src/StringUtils.php
.gitignore
0 → 100644
View file @
84af91b
/vendor/
/.idea/
/.vscode/
*.log
.DS_Store
Thumbs.db
README.md
View file @
84af91b
...
...
@@ -12,12 +12,12 @@
```
# we use master branch
# if has any changes it will request to last commit of Master branch default
composer require
pvduc/daito-utils
:dev-master
composer require
daito/lib
:dev-master
```
#### **Note**:
If package changes, to project updates new changes
```
composer update
pvduc/daito-utils
:dev-master
composer update
daito/lib
:dev-master
```
\ No newline at end of file
...
...
composer.json
View file @
84af91b
{
"name"
:
"daito
vn/tools
"
,
"name"
:
"daito
/lib
"
,
"description"
:
"A description of your package"
,
"type"
:
"library"
,
"autoload"
:
{
"psr-4"
:
{
"Daito
Vn
\\
Tools
\\
"
:
"src/"
"Daito
\\
Lib
\\
"
:
"src/"
}
},
"require"
:
{
"php"
:
"
>=7.3
"
"php"
:
"
^8.0
"
}
}
...
...
src/StringUtils.php
View file @
84af91b
<?php
namespace
Daito
Vn\Tools
;
namespace
Daito
\Lib
;
class
StringUtils
{
public
static
function
toUpper
(
$text
){
...
...
Please
register
or
sign in
to post a comment