OpenSparrow v2.3 – visual admin panel, zero dependencies, now with ERD and M2M support
OpenSparrow v2.3 has been released, featuring a visual admin panel with zero dependencies. This open-source framework is built on PHP 8.1 and PostgreSQL, allowing users to configure everything visually. New features include a schema map, many-to-many support, and enhanced security measures.
- ▪OpenSparrow v2.3 is an open-source admin panel framework built on PHP 8.1 and PostgreSQL.
- ▪The new version includes a visual schema map for database diagrams and many-to-many support.
- ▪Security has been improved with five audit fixes and better session validation.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3933746) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tomasz Posted on May 21 OpenSparrow v2.3 – visual admin panel, zero dependencies, now with ERD and M2M support #php #webdev #opensource #lowcode Hey OpenSparrow v2.3 is out. Quick recap if you missed earlier posts — it's an open-source admin panel framework built on PHP 8.1, PostgreSQL, and Vanilla JS. No npm, no Composer, no external libraries. You configure everything visually through /admin.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).