File tree Expand file tree Collapse file tree 17 files changed +34
-34
lines changed
Expand file tree Collapse file tree 17 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1818
1919It's the CLI core of Berlioz Framework.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/cli ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/cli-core
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/cli ) .
Original file line number Diff line number Diff line change 1818
1919** Berlioz Configuration** is a PHP library to manage your configuration files.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/config ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/config
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/config ) .
Original file line number Diff line number Diff line change 1818
1919It's the core of Berlioz Framework.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/getting-started ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/core
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/getting-started ) .
Original file line number Diff line number Diff line change 1818
1919** Berlioz Event Manager** is a PHP event manager/dispatcher, respecting PSR-14 (Event Dispatcher) standard.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/event-manager ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/event-manager
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/event-manager ) .
Original file line number Diff line number Diff line change 1818
1919** Berlioz FlashBag** is a PHP library to manage flash messages to showed to the user.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/flash-bag ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/flash-bag
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/flash-bag ) .
Original file line number Diff line number Diff line change 1818
1919** Berlioz Form** is a PHP library to manage your forms.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/form ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/form
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/form ) .
Original file line number Diff line number Diff line change 1818
1919** Berlioz HTML Selector** is a PHP library to do queries on HTML files with CSS selectors like * jQuery* on DOM.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/html-selector ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/html-selector
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/html-selector ) .
Original file line number Diff line number Diff line change 1919** Berlioz HTTP Client** is a PHP library to request HTTP server with continuous navigation, including cookies,
2020sessions... Implements PSR-18 (HTTP Client), PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories) standards.
2121
22- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
22+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/http-client ) **
2323
2424## Installation
2525
@@ -31,4 +31,4 @@ $ composer require berlioz/http-client
3131
3232## Documentation
3333
34- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
34+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/http-client ) .
Original file line number Diff line number Diff line change 1818
1919It's the HTTP core of Berlioz Framework.
2020
21- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
21+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/http ) **
2222
2323## Installation
2424
@@ -30,4 +30,4 @@ $ composer require berlioz/http-core
3030
3131## Documentation
3232
33- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
33+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/http ) .
Original file line number Diff line number Diff line change 1919** Berlioz HTTP Message** is a PHP library whose implements PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories)
2020standards.
2121
22- 📖 ** [ Full documentation] ( https://getberlioz.com/ ) **
22+ 📖 ** [ Full documentation] ( https://getberlioz.com/docs/3.x/components/http-message ) **
2323
2424## Installation
2525
@@ -31,4 +31,4 @@ $ composer require berlioz/http-message
3131
3232## Documentation
3333
34- For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/ ) .
34+ For usage and examples, visit the [ official documentation on ** getberlioz.com** ] ( https://getberlioz.com/docs/3.x/components/http-message ) .
You can’t perform that action at this time.
0 commit comments