Archive: Namaste PHP AMQP framework v1.0 (2017-2020)

952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
2026-04-05 09:49:30 -07:00
commit 373ebc8c93
1284 changed files with 409372 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Warning!
All Javascript modules are already included in mdb.js file.
You should never include both, mdb.js and modules into your project.
Modules are intended for developers who want to minimize a size of a website,
by including only chosen component instead of entire library.
In that case you should skip mdb.js file and import all modules files which you are intending to use.
I.e.
If you want to use only charts or lightbox you should include chart.js and lightbox.js and make sure
that you are not including mdb.js into your project.
If you don't know which components do you want to use now or in a future, you should include mdb.js
and skip all other module files.