PHP Classes

PHP SQLite Code Vault: Manage sets of code snippets stored in SQLite

Recommend this page to a friend!

  Author Author  
Picture of JImmy Bo
Name: JImmy Bo <contact>
Classes: 9 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 5x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package can manage sets of code snippets stored in SQLite.

It provides a class and a simple application script that can perform several types of operations to store and retrieve code snippets using an SQLite database.

Currently, it can:

- Create an SQLite database table to store the snippets

- Perform searches for code snippets in the snippets' code, title, author, language, license, and tags, using regular searches or fuzzy searches

- Add, update, and delete snippets

- Get all snippets with the possibility to filter by language and tags

- Get a snippet by ID

- Get the count of all snippets stored in a database

  Classes of JImmy Bo  >  PHP SQLite Code Vault  >  Download Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog (1)  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP SQLite Code Vault
Base name: phpsqlitesnippets
Description: Manage sets of code snippets stored in SQLite
Version: 1.0.15
PHP version: 8
License: BSD License
 
  Groups   Screenshots Screenshots   Applications   Files Files  

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Content management Components and tools to manage content View top rated classes
Group folder image Project Management Tools to assist project management View top rated classes
Group folder image AJAX Interact with the Web server without page reloading View top rated classes
Group folder image PHP 8 Classes using PHP 8 specific features View top rated classes
Group folder image Applications Full applications that perform useful tasks View top rated classes

  Files folder image Screenshots  
thumb-snippets.png
File Role Description
Accessible without login Image file thumb-snippets.png Screen picture of example


  Innovation Award  
PHP Programming Innovation award nominee
April 2023
Nominee
Vote
Many developers have a set of code snippets that they frequently use in their projects.

Organizing those snippets in a way that is easy to find the snippet that you want to use in each project situation, is a challenge.

This package provides a solution to organize better collections of code snippets.

It provides an easy-to-use application that developers can use to manage collections of snippets with the possibility to search for snippets with names that may be misspelled and so tolerate typing mistakes.

Manuel Lemos

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file sqlite-snippets-admin.php Example An example admin page for SQLiteCodeVault class to manage code snippets in a SQLite database.
Plain text file sqlite-snippets-manager.php Class A php class to manage code snippets in a SQLite database.

Install with Composer Install with Composer - Download Download all files: phpsqlitesnippets.tar.gz phpsqlitesnippets.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Accessible without login Plain text file sqlite-snippets-admin.php Example An example admin page for SQLiteCodeVault class to manage code snippets in a SQLite database.
Plain text file sqlite-snippets-manager.php Class A php class to manage code snippets in a SQLite database.

Install with Composer Install with Composer - Download Download all files: phpsqlitesnippets.tar.gz phpsqlitesnippets.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.