BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos

Overview

BicBucStriim

BicBucStriim streams books, digital books. It was primarily designed to fill a gap in the functionality of NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.

BicBucStriim is a simple PHP application that runs in a PHP environment provided by the NAS. It assumes that you manage your e-book collection with Calibre. The application reads the Calibre data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.

Notice

For a very long time BicBucStriim supported older PHP versions up to PHP 7.2. The current development version (2.0.0-alpha.X) in this repository breaks with that and requires PHP 7.4 and higher. This is mostly due to the requirements of updated dependencies. If you can't update your environment accordingly, you should use the older app versions, the last one being 1.5.0.

The purpose of alpha versions 2.0.0-alpha.X is primarily testing. They are incomplete and contain probably migration bugs. You should not use them to manage your book collection.

  • 2.0.0-alpha.1: Contains an updated and restructured backend for PHP 7.4+. The UI will be updated in the following version.

Features & Issues

  • shows the most recent titles of your library on the main page

  • there are sections for browsing through book titles, authors, tags and series

  • individual books can be downloaded

  • information about your favourite authors can be added (links, picture)

  • global search

  • speaks multiple languages, e.g. Dutch, English, French, German, Galician, Italian

  • is ready for mobile clients

  • provides login-based access control

  • users can be restricted by book language and/or tag

  • provides OPDS book catalogs for reading apps like Stanza

  • has an admin GUI for configuration

  • no support for Calibre's virtual libraries

  • only simple custom columns supported

Install

TBD

For older versions (PHP 7.2): Download an installation archive. These are stable releases with a reduced footprint, unnecesary files are removed.

Troubleshooting

If you encounter problems, use the installation test to check your environment. Invoke this test by navigating to http:// /bbs/installcheck.php . This test checks for certain problems, which users experienced in the past.

Requirements

BicBucStriim publishes Calibre libraries via a web server, so it requires some modules to be pre-installed on your machine. The required modules are common ones for NAS, however you should check first if your device supports them:

  • PHP >= 7.4
  • Web server with PHP, including support for mcrypt and sqlite3
  • Optional: if PHP module intl (phpX-intl) is installed, book languages will be displayed

License

BicBucStriim itself is licensed under the MIT license, for the licenses of the libraries used see the file NOTICE.

(The MIT License)

Copyright (c) 2012-2020 Rainer Volz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Comments
  • Tolino: Titel defect-error

    Tolino: Titel defect-error

    While calibres built-in Content-Server is working fine for Downloads, BicBucStriim (v1.2.4) seems not fully compatible with tolino Readers. After downloading a book, Tolino reads "Titel defect"-error and the book itself is displayed without cover and strange title, starting with numbers. Is this a bug of BicBucStriim and can be corrected? Thanks and best regards, John

    wontfix 
    opened by JohnReader 25
  • Unable to add new users

    Unable to add new users

    I tried your latest release on a Synology NAS.

    all looks fine, but I am unable to add new users. I get a red bar under the title Users with a "undefined" error

    Changing the admin password looks succesfull, because of the green bar and the message. But it is not....

    Tried a restart of the machine, but with no result

    bug 
    opened by G1zm0 24
  • error loading page @ configuration

    error loading page @ configuration

    Hi, I justed 'installed' BicBusStriim on my nas. (it says v 0.9.2 on the bottom of the page)

    When I go to http://nas/bbs I get the configuration screen. But I'm not able to save my settings. It keeps telling me: 'error loading page' after I've filled in the Calibre library path (being /volume1/ebooks) and hitting 'save'. So I didn't change anything else.

    My bbs/data dir is set to '777' so it should be writable.

    opened by rudyh 22
  • Error loading page on the /bbs page

    Error loading page on the /bbs page

    Hello to All! I installed BicBucStriim and everything looks fine so far. Only problem: I need to add " index.php "to the URL. If I just try http:///bbs I can see the nice user interface but clickin on a button only reports "error loading page". Using http:///bbs/index.php does show some text user interface but I can see my books. Any Ideas? I have added " :/volume1/ebook "to my open_basedir. Calibre database is directly located in /volume1/ebook.

    Thank you!

    VoRe

    opened by vore 20
  • BBS not working with Calibre 5.x

    BBS not working with Calibre 5.x

    Found out, that BicBucStriim dosen't work with the new Calibre Version higher than 4.3. I think it's because of the new python 3 in calibre version 5.x and higher. Description of the error: If you try to login, there's an error like you used a wrong password. In fact, it's the new version. I downgraded to calibre 4.3 and everythingworked fine again.

    question 
    opened by docisdn 17
  • Failed Calibre Library Check

    Failed Calibre Library Check

    Hello, I have a new/fresh install of BBS on my Synology DS412+ DSM 5.1-5021 Update 2. I've downloaded and installed bbs from Community ver 1.2.4-3 via Package Center

    Upon running the Installation check, the calibre library remains red and no books display. I can access the web interface, and login, however I continue to get the following message: "The configured Calibre directory cannot be used. Is it really a Calibre directory? Is it readable? Does it exist?"

    I have spent 3 days searching for a resolution. Here are other pertinent facts:

    Enable PHP Cache: Checked Enable display_errors to display PHP error message: Checked Customize PHP open_basedir: Checked open_basedir: /etc.defaults:/etc:/usr/syno/synoman:/tmp:/var/services/tmp:/var/services/web:/var/services/homes:/volume1/books/calibre

    SSH VIEW: > pwd /volume1/books/calibre >ls -l metadata.db -rwxrwxrwx 1 admin users 90760192 Jan 4 13:39 metadata.db

    After wading through hundreds of blogs/articles, the only one I've found that might have some info is here: https://github.com/rvolz/BicBucStriim/issues/121 They talk about the metadata.db potentially creating an issue if it's over 32MB (last post). Mine is almost 90MB.

    On the Installation check page, here are results:

    Calibre directory: RED Is Mcrypt enabled?: Yellow. No Is PHP module intl enabled: Yellow. No Is the open_basedir restriction in effect?: Yellow Yes. (reflects value pasted above)

    Everything else is green.

    I have rebooted the server several times.

    Help?

    Thank you

    Joey Lutes

    invalid 
    opened by joeylutes 17
  • Suggestions

    Suggestions

    Hello First of all, the app is awesome! And to make it more awesome, I would like to suggest 2 upgrades:

    1. Home screen (that show the recent items) would be nice to have an option to show more pages like in other tabs. This is the tab i mainly use on my 10.000+ books library, and wish I could see more than 100 recent items in order.
    2. Enabling to filter by Customized Calibre Data columns would also be interesting. For ex: I have my own Tag column that I use to group the books, and would be cool to filter by that.

    thanks a lot

    ALEX

    enhancement 
    opened by apechman 17
  • MoonReader only loads thumbnails - bbs on NAS

    MoonReader only loads thumbnails - bbs on NAS

    When I integrate my bbs-Library in MoonReaderPro, it only loads a thumbnail, when I click on "download". Via the Web-Interface in Firefox, it works correctly.

    enhancement 
    opened by eRaz3r 16
  • Password protect certain books based on tag name

    Password protect certain books based on tag name

    Is it possible to password protect certain books that are not suitable for kids based on tag name? If only books with tag name 'Not for kids' can only be viewed and downloaded by password.

    Should this be easy to integrate?

    enhancement 
    opened by blowk 16
  • Login access

    Login access

    I'm sorry to bother all of you with a problem that many have already encountered, but my problems seem to diverge from theirs. I reinstalled bbs but every time after a correct configuration I run into "error while loading the page" and I cannot go back to the home. The rights of the data folder and all directories are full for all users. What did I do wrong? Thank you all

    opened by zeppelie 15
  • queries with

    queries with "group by" don't work on NAS

    I've changed left join to count "anzahl" to a subquery and that works. Otherwise on a QNAP nas only the books list works, all the others do not.

    opened by royvanmanen 15
  • Send to kindle should stop using .mobi

    Send to kindle should stop using .mobi

    Amazon has discontinued the ability to email .mobi and .azw documents from August 2022. They now support sending epub, and they are adding epub support to all their Kindle readers.

    BicBucStriim should support this change and:

    1. enable the send via email option as long as epub is available
    2. send the epub version to the kindle address
    opened by rauljmz 0
  • Bump twig/twig from 3.3.8 to 3.4.3

    Bump twig/twig from 3.3.8 to 3.4.3

    Bumps twig/twig from 3.3.8 to 3.4.3.

    Changelog

    Sourced from twig/twig's changelog.

    3.4.3 (2022-09-28)

    • Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)

    3.4.2 (2022-08-12)

    • Allow inherited magic method to still run with calling class
    • Fix CallExpression::reflectCallable() throwing TypeError
    • Fix typo in naming (currency_code)

    3.4.1 (2022-05-17)

    • Fix optimizing non-public named closures

    3.4.0 (2022-05-22)

    • Add support for named closures

    3.3.10 (2022-04-06)

    • Enable bytecode invalidation when auto_reload is enabled

    3.3.9 (2022-03-25)

    • Fix custom escapers when using multiple Twig environments
    • Add support for "constant('class', object)"
    • Do not reuse internally generated variable names during parsing
    Commits
    • c38fd6b Prepare the 3.4.3 release
    • 5a858ac Merge branch '2.x' into 3.x
    • ab40267 Prepare the 2.15.3 release
    • fc18c2e Update CHANGELOG
    • 2e8acd9 Merge branch '2.x' into 3.x
    • d6ea14a Merge branch '1.x' into 2.x
    • 35f3035 security #cve- Fix a security issue on filesystem loader (possibility to load...
    • be33323 Merge branch '2.x' into 3.x
    • 9170edf Fix doc CS
    • fab3e0f minor #3744 Adding installation instructions for Symfony (ThomasLandauer)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies php 
    opened by dependabot[bot] 0
  • Errors using PHP 8.1

    Errors using PHP 8.1

    Hello, it was working fine with php 7.4, but after upgrading PHP to version 8.1.8 the install check is still green, but index.php stops with: PHP Fatal error: Uncaught TypeError: Attribute value must be of type int for selected attribute, string given in .../lib/BicBucStriim/bicbucstriim.php:58\nStack trace:\n#0 .../lib/BicBucStriim/bicbucstriim.php(58): PDO->setAttribute()\n#1 .../index.php(144): BicBucStriim->__construct()\n#2 {main}\n thrown in .../lib/BicBucStriim/bicbucstriim.php on line 58

    Best regards, Mathias

    opened by Mathias-Ro 1
  • List of books in series cut off at book no. 30

    List of books in series cut off at book no. 30

    From one author I've got 31 books in a series. BicBucStream stops listing that series at book no. 30 and doesn't offer book no. 31. Can you fix that pls.?

    opened by StephanKurz 2
  • Entering wrong password does not inform user

    Entering wrong password does not inform user

    When a user types the wrong password, the UI simply tells Error loading page. When using the DevTools to monitor network, we get a message saying A website error has occurred. The website administrator has been notified of the issue. Sorry for the temporary inconvenience. (which I never found...)

    I added these 2 lines in index.php -> confprod() so I was to write the log to a file even in production mode

    require 'vendor/DateTimeFileWriter.php';
    $app->getLog()->setWriter(new \Slim\Extras\Log\DateTimeFileWriter(array('path' => './data', 'name_format' => 'Y-m-d')));
    

    and I found the following error. Would it be possible to modify the behavior so the user gets something along the lines of "Username or password is incorrect" instead?

    ERROR - 2022-04-18T17:17:36-04:00 - Aura\Auth\Exception\PasswordIncorrect in /volume1/web/bbs/vendor/aura/auth/src/Adapter/PdoAdapter.php:285
    Stack trace:
    #0 /volume1/web/bbs/vendor/aura/auth/src/Adapter/PdoAdapter.php(150): Aura\Auth\Adapter\PdoAdapter->verify(Array, Array)
    #1 /volume1/web/bbs/vendor/aura/auth/src/Service/LoginService.php(75): Aura\Auth\Adapter\PdoAdapter->login(Array)
    #2 /volume1/web/bbs/index.php(255): Aura\Auth\Service\LoginService->login(Object(Aura\Auth\Auth), Array)
    #3 [internal function]: perform_login()
    #4 /volume1/web/bbs/vendor/slim/slim/Slim/Route.php(462): call_user_func_array('perform_login', Array)
    #5 /volume1/web/bbs/vendor/slim/slim/Slim/Slim.php(1326): Slim\Route->dispatch()
    #6 /volume1/web/bbs/vendor/slim/slim/Slim/Middleware/Flash.php(85): Slim\Slim->call()
    #7 /volume1/web/bbs/vendor/slim/slim/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
    #8 /volume1/web/bbs/lib/BicBucStriim/calibre_config_middleware.php(54): Slim\Middleware\MethodOverride->call()
    #9 /volume1/web/bbs/lib/BicBucStriim/login_middleware.php(36): CalibreConfigMiddleware->call()
    #10 /volume1/web/bbs/lib/BicBucStriim/own_config_middleware.php(31): LoginMiddleware->call()
    #11 /volume1/web/bbs/lib/BicBucStriim/caching_middleware.php(41): OwnConfigMiddleware->call()
    #12 /volume1/web/bbs/vendor/slim/slim/Slim/Slim.php(1271): CachingMiddleware->call()
    #13 /volume1/web/bbs/index.php(212): Slim\Slim->run()
    #14 {main}
    

    Also, I know it is general bad practice to simply inform if the password of an existing user is wrong since it could help to identify existing users in database so I think the following error should expose the exact same behavior.

    ERROR - 2022-04-18T17:21:30-04:00 - Aura\Auth\Exception\UsernameNotFound in /volume1/web/bbs/vendor/aura/auth/src/Adapter/PdoAdapter.php:176
    Stack trace:
    #0 /volume1/web/bbs/vendor/aura/auth/src/Adapter/PdoAdapter.php(149): Aura\Auth\Adapter\PdoAdapter->fetchRow(Array)
    #1 /volume1/web/bbs/vendor/aura/auth/src/Service/LoginService.php(75): Aura\Auth\Adapter\PdoAdapter->login(Array)
    #2 /volume1/web/bbs/index.php(255): Aura\Auth\Service\LoginService->login(Object(Aura\Auth\Auth), Array)
    #3 [internal function]: perform_login()
    #4 /volume1/web/bbs/vendor/slim/slim/Slim/Route.php(462): call_user_func_array('perform_login', Array)
    #5 /volume1/web/bbs/vendor/slim/slim/Slim/Slim.php(1326): Slim\Route->dispatch()
    #6 /volume1/web/bbs/vendor/slim/slim/Slim/Middleware/Flash.php(85): Slim\Slim->call()
    #7 /volume1/web/bbs/vendor/slim/slim/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
    #8 /volume1/web/bbs/lib/BicBucStriim/calibre_config_middleware.php(54): Slim\Middleware\MethodOverride->call()
    #9 /volume1/web/bbs/lib/BicBucStriim/login_middleware.php(36): CalibreConfigMiddleware->call()
    #10 /volume1/web/bbs/lib/BicBucStriim/own_config_middleware.php(31): LoginMiddleware->call()
    #11 /volume1/web/bbs/lib/BicBucStriim/caching_middleware.php(41): OwnConfigMiddleware->call()
    #12 /volume1/web/bbs/vendor/slim/slim/Slim/Slim.php(1271): CachingMiddleware->call()
    #13 /volume1/web/bbs/index.php(212): Slim\Slim->run()
    #14 {main}
    
    opened by bkqc 0
Releases(v1.5.3)
  • v1.5.3(Jul 1, 2021)

  • v1.5.0(Nov 16, 2018)

  • v1.4.1(Dec 13, 2017)

  • v1.4.0(Nov 8, 2017)

    Contains numerous fixes and small enhancements that popped up after 1.3.6:

    • Merged code by @rand82 for showing series in author pages, #255
    • Merged #260 by @ramsnerm, human readable filesize for book download
    • Merged #257 by @josefglatz, .htaccess for Apache 2.3+
    • Fixed #262, added unicode handling for ID templates
    • Enabled language processing für ES, GL, HU
    • Integrated spanish translation updates by @Tocamadera, #223
    • Integrated french translation updates by @Draky50110, #220, #222
    • Corrected OPDS navigation links for series, fixes #215
    • Added forwarding-sensitive url generation to login middleware, #210
    • Search fields in panels will now get automatic focus on desktops, #183
    • Added workaround to search for items with non-ascii names, #206
    • Fixed #204, failing GD test in installation check due to new phpinfo format
    • Fixed #208, Problems due to strict error handling in newer PHP versions
    • Added Hungarian translation by @gersey, #202
    • Fixed #200, bad parameter tests for id templates
    Source code(tar.gz)
    Source code(zip)
  • v1.3.6(Dec 21, 2015)

    Due to the changes in session handling the structure of session cookies on the server changed. This release improves the handling of old sessions for users updating the app

    Source code(tar.gz)
    Source code(zip)
  • v1.3.5(Nov 22, 2015)

  • v1.3.4(Nov 19, 2015)

    • OPDS authentication didn't work for MoonReader et al.
    • Additional guards for old cookie data were added

    Known issues:

    • Filtering doesn't work
    • Simple mode (no login) doesn't work
    Source code(tar.gz)
    Source code(zip)
  • v1.3.3(Oct 5, 2015)

    • Fixed bad SQL for OPDS tag handling
    • Merged improved counter handling for empty DBs by @OzzieIsaacs

    Changes from 1.3.0:

    • Added sorting by date to books view #116 #99 #50
    • Users can switch between title and date sorting in titles view
    • Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
    • Updated layout
    • Replaced outdated auth library Slim\Strong with Aura\Auth
    • Added Aura\Session library to handle sessions properly, #173
    • Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146

    Issues:

    • Automatic creation of a new data.db doesn't work anymore.
    Source code(tar.gz)
    Source code(zip)
  • v1.3.2(Oct 3, 2015)

    More changes for QNAP users

    Changes from 1.3.0:

    • Added sorting by date to books view #116 #99 #50
    • Users can switch between title and date sorting in titles view
    • Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
    • Updated layout
    • Replaced outdated auth library Slim\Strong with Aura\Auth
    • Added Aura\Session library to handle sessions properly, #173
    • Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146

    Issues:

    • Automatic creation of a new data.db doesn't work anymore.
    Source code(tar.gz)
    Source code(zip)
  • v1.3.1(Oct 1, 2015)

    In PHP 5.5 environments the configuration was sometimes not correctly loaded.

    Changes from 1.3.0:

    • Added sorting by date to books view #116 #99 #50
    • Users can switch between title and date sorting in titles view
    • Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
    • Updated layout
    • Replaced outdated auth library Slim\Strong with Aura\Auth
    • Added Aura\Session library to handle sessions properly, #173
    • Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146

    Issues:

    • Automatic creation of a new data.db doesn't work anymore.
    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(Oct 1, 2015)

    Changes:

    • Added sorting by date to books view #116 #99 #50
    • Users can switch between title and date sorting in titles view
    • Added admin configuration to specify the kind of date used for sorting (timestamp, pubdate or modified)
    • Updated layout
    • Replaced outdated auth library Slim\Strong with Aura\Auth
    • Added Aura\Session library to handle sessions properly, #173
    • Added workaround for SQL statements due to outdated SQLITE libs on QNAP devices, #146

    Caveat:

    As mentioned above the session handling has changed. This may cause errors after installation with existing databases

    Source code(tar.gz)
    Source code(zip)
Create videos programmatically in the cloud from PHP: add watermarks, resize videos, create slideshows, add soundtrack, voice-over with text-to-speech (TTS), text animations.

Create videos programmatically in the cloud from PHP: add watermarks, resize videos, create slideshows, add soundtrack, voice-over with text-to-speech (TTS), text animations.

null 6 Oct 21, 2022
A simple web application for seeing a store's books. Built with Laravel 8 (a PHP Framework).

HappyBookStore Happy Book Store is a simple web application for seeing a store's books. As a user, you can look what book is available in the store by

Ananda Bilal 0 Jan 31, 2022
This is a simple Slim 3 application that manages a list of books

Slim Bookshelf This is a simple Slim 3 application that manages a list of books Composer This project uses Composer. Run composer install to install t

Rob Allen 124 Aug 22, 2022
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

Lychee A great looking and easy-to-use photo-management-system. Since the 1st of April 2018 this project has moved to it's own Organisation (https://g

Tobias Reich 6.2k Jan 5, 2023
This is a Task Manager system for managing your task. You can categorize your tasks and upload music to the project And a whole host of other features

taskManager Login and register Each user can have their own task Categorize tasks by creating folders Edit and Delete Folders Search for Tasks Show nu

masoudharooni 11 May 22, 2022
📇A contacts app for Nextcloud. Easily sync contacts from various devices with your Nextcloud and edit them online.

Nextcloud Contacts A contacts app for Nextcloud. Easily sync contacts from various devices with your Nextcloud and edit them online. This app only sup

Nextcloud 485 Dec 30, 2022
The simplest, most intuitive way to host your photos on your website.

Gallery 3.1+ (development version) About Gallery 3 is a web based software product that lets you manage your photos on your own website. You must have

Brad Dutton 103 Dec 22, 2022
Web app to share your favorite photos, made with laravel

Kuro Photos Web app to share your favorite photos, made with laravel. This web app was made for educationals purposes only. I enjoyed so much learning

Julian Salcedo Torres 4 Dec 29, 2022
A simple Lumen web app to send basic commands and fetch the current status to your Ford vehicle with Sync 3 enabled

FordPass Access This is a simple Lumen web app to send basic commands and fetch the current status to your Ford vehicle with Sync 3 enabled. Local dev

Sam 4 Nov 21, 2022
CollectiveAccess is a web-based suite of applications providing a framework for management, description, and discovery of complex digital

README: Pawtucket2 version 1.7.14 About CollectiveAccess CollectiveAccess is a web-based suite of applications providing a framework for management, d

CollectiveAccess 70 Sep 28, 2022
Livewire component to show records according to their current status

Livewire Status Board Livewire component to show records/data according to their current status Preview Installation You can install the package via c

Andrés Santibáñez 288 Dec 24, 2022
Esta es la plicacion de digital-solutions backend de laravel

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

null 0 Dec 25, 2021
Download YouTube videos in MP4 and MP3 formats easily

Laravel Youtube Downloader Download YouTube videos in MP4 and MP3 formats easily ✨ Demo Install git clone https://github.com/IhsanDevs/LaravelYoutubeD

Ihsan Devs 4 Apr 18, 2022
Download Porn Adult XXX Videos Online Ready Site No Installation No Database Required

Download Porn Adult XXX Videos Online Ready Site No Installation No Database Required PHP / HTML How to USE Search Videos from any of the Supported Si

null 16 Apr 17, 2022
A simple wrapper for PHP Intervention Library to provide a more simple interface and convenient way to convert images to webp

This package is a simple wrapper for PHP Intervention Library to provide a more simple interface and convenient way to convert images to webp - next generation format - extension, and resize them to render only needed sizes.

eyad hamza 18 Jun 28, 2022
Provide modular structure into your symfony application.

Symfony Modular Bundle Provide modular structure into your symfony application. Features Configure doctrine Entity/Document mapping. Load services in

Anthonius Munthi 2 Sep 8, 2021
Provide a module to industrialize API REST call with dependency injection using Guzzle library

Zepgram Rest Technical module to industrialize API REST call with dependency injection using Guzzle library. Provides multiple features to make your l

Benjamin Calef 6 Jun 15, 2022
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS

INTRODUCTION Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a tradi

Flextype 524 Dec 30, 2022
Joyce 🦊 - Panel Remote Access Android, Windows and Linux

Joyce is an exploiting tool (botnet) which compiles a malware with famous payload, and then the compiled maware can be executed on Linux , Windows and Android. Joyce Provides An Easy way to create Backdoors and Payload which can bypass most anti-virus.

AeX03 8 Nov 1, 2022