Showing 30 open source projects for "ware-soft"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    Laravel Cascade Soft Deletes

    Laravel Cascade Soft Deletes

    Cascading deletes for Eloquent models that implement soft deletes

    ...Normally, you would use your database's foreign key constraints, adding an ON DELETE CASCADE rule to the foreign key constraint in your comments table. It may be useful to be able to restore a parent record after it was deleted. In those instances, you may reach for Laravel's soft deleting functionality. In doing so, however, you lose the ability to use the cascading delete functionality that your database would otherwise provide. That is where this package aims to bridge the gap in functionality when using the SoftDeletes trait.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    StofDoctrineExtensionsBundle

    StofDoctrineExtensionsBundle

    Integration bundle for DoctrineExtensions by l3pp4rd in Symfony

    StofDoctrineExtensionsBundle is a Symfony bundle that integrates the powerful DoctrineExtensions library by Gedmo into Symfony applications. It provides support for common entity behaviors such as timestamping, sluggable URLs, tree structures, translations, and soft deletes. This bundle simplifies the configuration and use of these extensions within Doctrine ORM, allowing developers to enhance their entities with reusable and standardized behaviors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Laravel Roles

    Laravel Roles

    A Powerful package for handling roles and permissions in Laravel

    A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0, and 8.0+.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    HWIOAuthBundle

    HWIOAuthBundle

    OAuth client integration for Symfony, supports OAuth1.0a

    The HWIOAuthBundle adds support for authenticating users via OAuth1.0a or OAuth2 in Symfony. This bundle adds an easy way to implement any of OAuth1.0a or OAuth2 providers! All the installation instructions are located in the documentation, check it for a specific version. The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle. This bundle contains support for 58 different providers. If you use a recent version of Symfony supporting Symfony Flex, when...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 5
    Laravel Ban

    Laravel Ban

    Laravel Ban simplify blocking and banning Eloquent models

    Laravel Ban simplifies the management of the Eloquent model's ban. Make any model bannable in minutes. The use case is not limited to the User model, any Eloquent model could be banned: Organizations, Teams, Groups, and others. Bannable model must have a nullable timestamp column named banned_at. This value is used as the flag and simplifies checks if the user was banned.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    VarDumper Component

    VarDumper Component

    Provides mechanisms for walking through any arbitrary PHP variable

    ...By using it, you’ll gain per object and resource types specialized view to e.g. filter out Doctrine internals while dumping a single proxy entity, or get more insight on opened files with stream_get_meta_data. Configurable output formats, HTML or colored command line output. Ability to dump internal references, either soft ones (objects or resources) or hard ones (=& on arrays or objects properties). Repeated occurrences of the same object/array/resource won’t appear again and again anymore. Moreover, you’ll be able to inspect the reference structure of your data. Ability to operate in the context of an output buffering handler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NeoEloquent

    NeoEloquent

    The Neo4j OGM for Laravel

    Neo4j Graph Eloquent Driver for Laravel. The service provider will register all the required classes for this package and will also alias the Model class to NeoEloquent so you can simply extend NeoEloquent in your models. The generated label from that relationship will be VinelabCmsAdmin, this is necessary to make sure that labels do not clash in cases where we introduce another Admin instance like Vinelab\Blog\Admin then things get messy with :Admin in the database.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    ThinstationOS

    ThinstationOS

    Thinstation OS based on OpenSuSE 11.4

    Image of the virtual machine VirtualBox or Hyper-V with Thinstation OS on the basis of OpenSuSE 11.4, TSmon is also included. Allows to configure and launch assembly of Thinstation in the graphic mode. ###################### Образ виртуальной машины для VirtualBox или Hyper-V с Thinstation ОС на основе OpenSuSE 11.4, так же включен TSmon. Позволяет конфигурировать и запускать сборку Thinstation в графическом режиме.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Delightful Labor

    Delightful Labor

    Non-profit management

    (no longer supported) Delightful Labor offers many features to help manage your non-profit, including: - CRM (customer relationship management) to track the constituents, supporters, and businesses - Donation management, including * Accounts and campaigns * Multi-currency support * Honorariums/memorials * Gift Acknowledgement * Soft-cash relationships * In-kind donations - Personalization features - custom tables and fields. - Documents and Images - upload documents and images for clients, sponsors, people and businesses, volunteers, etc. - Silent Auctions / generates pdf bid sheets - Client management - tracks of your current and past clients, manage their status, keep track of sponsor relationships - Sponsorship program management - Supports multiple sponsorship programs - Sponsorship payment management - Multi-currency support - Features to facilitate sponsors/clients communications - Volunteer/event management
    Downloads: 3 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 10
    ENTRUST

    ENTRUST

    Role-based permissions for Laravel 5

    ...If for some reason you cannot use cascading deletes in your database, the EntrustRole and EntrustPermission classes, and the HasRole trait include event listeners to manually delete records in relevant pivot tables. In the interest of not accidentally deleting data, the event listeners will not delete pivot data if the model uses soft deleting. However, due to limitations in Laravel's event listeners, there is no way to distinguish between a call to delete() versus a call to forceDelete(). For this reason, before you force delete a model, you must manually delete any of the relationship data (unless your pivot tables uses cascading deletes).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Utils for Smart-Soft TrafficInspector
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DEG Frameworks

    DEG Frameworks

    Motor de aplicaciones php, MVC y POO

    ...DEG está creado con base en el modelo de abstracción de desarrollo de software MVC, el motor de plantillas integrado con el que se facilita el manejo de los idiomas es un solo elemento que gestiona la conexión entre el soft y la vista, para mas info pasen por nuestra web http://proyectodemonia.com.ar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Light and complete forum including the basic functionalities. Possible addition of functions. Others packs will be available while including some more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Req_rpt
    ระบบขอรายงานจากฐานข้อมูล Soft were Develop : Kohana framework พัฒนา โดย นายซาพีอี สาเหม๊าะ ตำแหน่ง นักวิชาการคอมพิวเตอร์ โรงพยาบาลเทพา
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TinyAccountant

    PHP-MySQL Combined Tiny Accountant App

    This is very simple PHP-MySQL creation. Absolutely helpful for Beginner who Just Started Learning PHP-MySQL it is also helpful tool as a Accounting Soft/App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    POSIX friendly program, written in PHP which provides a secure (user / password login) web control panel for administering backups to Magnetic Tape Drives. Operations log and tape id number traceability. Requires: *nix, GNU Tar, and mt-stinit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Software Tracker is an issue tracker for software developers that is flexible and easy to use. The main idea is to connect customers with developers in order to get a better final product. It is based on codeigniter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Software for the Agile Airclub and its pilots. Il allows the pilots to register their flights and allows the Chief Pilot to give away the planes. This soft takes into account all the specific thing that belong to such a big Airclub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    typing soft. Japanese Hyakuninn-isshu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JWoWSystem is a project for World Of Warcraft users. This soft will be a Java version of WoWSystem (wowsystem.bogala.org). It can download/update WoW LUA Mods and send game characters data to a WebRoster (http://sourceforge.net/projects/wowrosterfr/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The BlackBox - austrians oldest, still existing online community is about to develope a new collaboration-ware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sonet is a new CRM system. This soft solves a wide range of problems reffering to general activity arrangement of your company and bridging with clients. Invoicese, statistic, tasks,projects and documents managing.Platform: Windows/Linux,PHP+Apache+MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Soft-wars' framework provides a set of components and APIs to easily develop corewars. Technologies: client/server, Java, Applet, RMI, PHP/mySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UD Archive (created using php-gtk) is a tool for GMC Printnet users to archive print jobs upon completion. Printnet archive uses the jde file to archive job layout, data, job description, and layout resource file, and it deletes the IJP file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Common set of shared libraries and classes used by many software (Golem, VaporWare\'s soft and others)
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next