Libraries tagged by without databasse
deadalusphp/framework
0 Downloads
DeadalusPHP is a lightweight and easy-to-use PHP framework designed to be a fast. With a focus on simplicity, it offers essential tools for routing, database handling, and more, without the overhead of larger frameworks.
jakolab/howl-orm
21 Downloads
Library to mapping your database and manipulate data without SQL, just OOP.
notyes/php-active-record
53 Downloads
Stand Alone Active Record Library. CodeIgniter's ActiveRecord and Database Library from 3.0RC2, without the rest of CodeIgniter
luisaedev/query-builder
5 Downloads
Connect with SQL databases and perform complex queries without define SQL statements manually
benclerc/datamanagement
54 Downloads
PHP Class providing simple and compact database requests. Useful for small projects without ORM.
yeltrik/asana-sync
37 Downloads
Local Syncing of Asana (Assets) for faster database queries than Asana's API can provide without exceeding Asana's limits.
vvvlad/uaservice
104 Downloads
UAService is a small CodeIgniter custom library that provides browser/user agent, IP, proxy and host detection, and geographical location services (your average browser sniffer with some extra functionality to sniff out IP addresses). It is designed to integrate seamlessly with the PHP CodeIgniter framework. UAService can also be used as a standalone library, without CodeIgniter (CI). However the IP Geolocation functions won't work because they rely on CI's database layer.
vormkracht10/laravel-redirects
210 Downloads
Add redirects to your Laravel app using a database, so you can dynamically manage it without writing code.
mhamzaq869/pagebuilder
0 Downloads
This provides you to design or develop your page without writing any code and also you can save your page design HTML code in your database
mhamzaq869/builder
0 Downloads
This provides you to design or develop your page without writing any code and also you can save your page design HTML code in your database
kunalkanani/maskable
1 Downloads
A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.
jlsalvador/yii-db-http-token-session
7 Downloads
YiiDbHttpTokenSession is a Yii extension that extends CDbHttpSession by using a database as a token-session linker for each request-response without the need of a cookie or PHPSESSID usage (like a Rest Api solution).
insolita/yii2-arsync
30 Downloads
This behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases;
hellsan631/logosdb
39 Downloads
A database micro-framework for creating simple DB interaction without the need for a full framework