PHP Classes

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

Recommend this page to a friend!
  Info   View files Example   Screenshots Screenshots   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2023-05-11 (4 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 79 All time: 10,031 This week: 128Up
Version License PHP version Categories
phpsqlitesnippets 1.0.15BSD License8Databases, Content management, Projec..., A..., P..., A...
Description 

Author

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

Innovation Award
PHP Programming Innovation award nominee
April 2023
Number 11
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
Picture of JImmy Bo
  Performance   Level  
Name: JImmy Bo is available for providing paid consulting. Contact JImmy Bo .
Classes: 14 packages by
Country: United States United States
Age: ???
All time rank: 1256181 in United States United States
Week rank: 4 Up1 in United States United States Up
Innovation award
Innovation award
Nominee: 8x

Winner: 1x

Screenshots  
  • thumb-snippets.png
  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.

 Version Control Unique User Downloads Download Rankings  
 0%
Total:79
This week:0
All time:10,031
This week:128Up
User Comments (1)
Excellent
4 hours ago (Walter Seibold)
70%StarStarStarStar