Libraries tagged by no database
picocms/pico
37140 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
thecodingmachine/tdbm
163832 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
agentejo/mongo-lite
2809 Downloads
Schemaless database on top of SqLite
gilbitron/pico
126 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
mouf/database.tdbm
77502 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
solution10/sql
120527 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
sqltools/where
79701 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
picocms/pico-composer
20239 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
dgtlss/parqbridge
287 Downloads
Export Laravel database tables to Parquet files using Storage disks (no external deps).
thetalabs/laravel-database-encryption
16447 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
mfn/cakephp2-postgres-no-meta
1910 Downloads
A CakePHP2 Postgres database driver without getColumnMeta() support
webmaster/maxmind-db-reader
1289 Downloads
This is the MaxMind DB Reader for Hyperf or other resident process framework. It preloads the entire mmdb file into memory, with the memory usage equal to the size of the mmdb file. It has no disk IO operations and maintains query efficiency at the microsecond level.
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
m-wardany/hash-ids
518 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
almacil/php-database
724 Downloads
A simple flat file database designed to persist data using just PHP and flat files. Perfect solution when no other database is available or for small projects.